SRT_UI_SC_CHG_HANDLING SAP (Single configuration: change managment structure) Structure details

Dictionary Type: Structure
Description: Single configuration: change managment structure




ABAP Code to SELECT data from SRT_UI_SC_CHG_HANDLING
Related tables to SRT_UI_SC_CHG_HANDLING
Access table SRT_UI_SC_CHG_HANDLING




Structure field list including key, data, relationships and ABAP select examples

SRT_UI_SC_CHG_HANDLING is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Single configuration: change managment structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_SRT_UI_SC_CHG_HANDLING TYPE SRT_UI_SC_CHG_HANDLING.

The SRT_UI_SC_CHG_HANDLING table consists of various fields, each holding specific information or linking keys about Single configuration: change managment structure data available in SAP. These include NAME (WSP Name of RT Configuration), TYPE (WSP Configuration Type), STATE (Display state), ENDPOINT_DISPLAY (Name of endpoint).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_UI_SC_CHG_HANDLING structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
ACTION_TYPE Action type: 0=new service; 1=new binding; 2=edit binding0
NAMEWSP Name of RT Configuration SRT_WSP_RT_CONFIG_NAMECHAR32SRT_WSP_RT_CONFIG_NAME
TYPEWSP Configuration Type SRT_WSP_CONFIG_TYPECHAR2SRT_WSP_CONFIG_TYPE
STATE Display state0
ENDPOINT_DISPLAY Name of endpoint0
ENDPOINT 0
NAME 0
NAMESPACE 0
LP_NAMELogical Port Name SRT_LP_NAMECHAR60SRT_LP_CHAR60
LP_IS_DEFAULT LP is default; true / false setting0
DESCRIPTIONWSP Configuration Description SRT_WSP_CONFIG_DESCRIPTIONCHAR120SRT_WSP_CONFIG_DESCRIPTION
ORIGIN_TEXT Origin type, i.e. how config came into existence0
DT_OBJ_REF 0
RT_OBJ_REF 0
RT_GEN_CLI_REF 0
IS_GEN_CLIBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_NOT_MANUALBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
XI_BASEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FALLBACKBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
NO_CHANGEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
IS_EVENT_PROVIDERBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SC_RELATEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SHORT_CUT_RELATEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SERVICE 0
SHORT_CUT_SDEFWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
NAME 0
POLLINGBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
NAMESPACE 0
CHANGED_BYUser Name UNAMECHAR12UNAME
CHANGED_ONDate of Last Change UDATUMDATS8SYDATS
CHANGED_ATTime UZEITTIMS6UZEIT
CHANGED_TCTransaction Code TCODECHAR20Assigned to domainTCODETCD
CHANGED_CPABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
SR_BASEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SR_SUBSCRIBEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
SR_PUB_IDServices Registry : Identifier SDTE_SRT_WSP_SR_IDENTIFIERCHAR32SYSUUID_C
SR_REGISTRY_IDServices Registry SDEL_REGISTRYCHAR30SDOM_REGISTRY
SR_RECEIVER_IBC_IDSRT: Identifiable Business Context ID SRT_WSP_IBC_IDCHAR32SYSUUID_C
PROFILE_NAMEWSP Name of Profile Configuration SRT_WSP_PROFILE_CONFIG_NAMECHAR32SRT_WSP_PROFILE_CONFIG_NAME
PROFILE_VERSIONProfile Version SRT_WSP_PROFILE_CONFIG_VERSIONINT410SRT_WSP_PROFILE_CONFIG_VERSION
PROFILE_TYPEWSP Profile Type SRT_WSP_PROFILE_TYPECHAR4SRT_WSP_PROFILE_TYPE
SERVICE_DISPLAY Service name as entered by the user0
SERVICE 0
NAME 0
NAMESPACE 0

Key field Non-key field



How do I retrieve data from SAP structure SRT_UI_SC_CHG_HANDLING using ABAP code?

As SRT_UI_SC_CHG_HANDLING is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on SRT_UI_SC_CHG_HANDLING as there is no data to select.

How to access SAP table SRT_UI_SC_CHG_HANDLING

Within an ECC or HANA version of SAP you can also view further information about SRT_UI_SC_CHG_HANDLING and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!