STCCONT_CEP - Configuration Entity Parameters
Configuration Entity Parameters information is stored in SAP table STCCONT_CEP.
It is part of development package STC_CONT_RT in software component BC-INS-TC-RTC. This development package consists of objects that can be grouped under "Technical Configuration Entity Runtime".
It is part of development package STC_CONT_RT in software component BC-INS-TC-RTC. This development package consists of objects that can be grouped under "Technical Configuration Entity Runtime".
Fields for table STCCONT_CEP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
ENTITY | Configuration Entity Name | X | STCCONT_CE_NAME | CHAR | 80 | STCCONT_CE |
PARAM | Configuration Entity Parameter Name | X | STCCONT_CEP_NAME | CHAR | 80 | |
IS_KEY | Parameter is key | STCCONT_CEP_KEY | CHAR | 2 | ||
EXT_TYPE | External Type of Parameter | STCCONT_CEP_EXT_TYPE | CHAR | 20 | ||
DIRECTION | Direction of a Parameter | STCCONT_CEP_DIRECTION | CHAR | 10 | ||
SECURE | Is Parameter Secure | STCCONT_CEP_SECURE | CHAR | 2 | ||
MANDATORY | Is the parameter mandatory | STCCONT_CEP_MANDATORY | CHAR | 2 | ||
ALLOW_SEP | Parameter needs separating characters | STCCONT_CEP_ALLOW_SEP | CHAR | 2 | ||
ALLOW_FILTER | Parameter allows filtering by Select-options | STCCONT_CEP_ALLOW_FILTER | CHAR | 2 | ||
ALLOW_LOWER_CASE | Parameter value allows lower case | STCCONT_CEP_ALLOW_LOWER_CASE | CHAR | 2 | ||
DEFAULT_VALUE | Default value | STCCONT_CEP_DEFAULT_VALUE | CHAR | 510 |