SRT_REQ_CB_DATA SAP (Contract-Based Business Scenario: Data) Table details

Dictionary Type: Table
Description: Contract-Based Business Scenario: Data




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




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

SRT_REQ_CB_DATA is a standard SAP Table which is used to store Contract-Based Business Scenario: Data data and is available within R/3 SAP systems depending on the version and release level.

The SRT_REQ_CB_DATA table consists of various fields, each holding specific information or linking keys about Contract-Based Business Scenario: Data data available in SAP. These include SCENARIO_ID (WSP ID of Configuration Request (Mass Configuration)), ASSIGNMENT_ID (WSP ID of Configuration Request Assignment (Mass Config.)), CORRELATION_ID (SRT: Contract-Based Business Scenario Correlation ID), CONNECTION_TYPE (SRT: Contract Based Connection Type).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP SRT_REQ_CB_DATA table 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
SCENARIO_IDWSP ID of Configuration Request (Mass Configuration) SRT_WSP_CONFIG_REQ_IDCHAR32SYSUUID_C
ASSIGNMENT_IDWSP ID of Configuration Request Assignment (Mass Config.) SRT_WSP_CONFIG_ASS_IDCHAR32SYSUUID_C
CORRELATION_IDSRT: Contract-Based Business Scenario Correlation ID SRT_WSP_CORRELATION_IDCHAR32SYSUUID_C
CONNECTION_TYPESRT: Contract Based Connection Type SRT_WSP_CB_CONNECTION_TYPECHAR7SRT_WSP_CB_CONNECTION_TYPE
IBCR_ACTOR1SRT: Identifiable Business Context Reference ID SRT_WSP_IBCR_IDCHAR32SYSUUID_C
CFAC_ACTOR1WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
COIM_ACTOR1WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
COIM_ACTOR1_EXT_NAME 0
COIM_ACTOR1_EXT_NS 0
COIM_TYPE_ACTOR1SRT: Contract Implementation Type SRT_WSP_CONTRACT_IMPL_TYPECHAR2SRT_WSP_CONTRACT_IMPL_TYPE
SERVICE_GROUP_ACTOR1WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
SERVICE_DEF_ACTOR1WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
IBCR_ACTOR2SRT: Identifiable Business Context Reference ID SRT_WSP_IBCR_IDCHAR32SYSUUID_C
CFAC_ACTOR2WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
COIM_ACTOR2WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
COIM_ACTOR2_EXT_NAME 0
COIM_ACTOR2_EXT_NS 0
COIM_TYPE_ACTOR2SRT: Contract Implementation Type SRT_WSP_CONTRACT_IMPL_TYPECHAR2SRT_WSP_CONTRACT_IMPL_TYPE
SERVICE_GROUP_ACTOR2WSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
INTEGRATION_SCENARIOWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
SEMANTIC_CONTRACTWSP Name of Interface Object SRT_WSP_DT_OBJ_NAMECHAR30SRT_WSP_DT_OBJ_NAME
USE_XIBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
ABSTRACT_IBC_ACTOR1SRT: Abstract IBC external name SRT_WSP_ABSTRACT_IBC_EXTCHAR120SRT_WSP_ABSTRACT_IBC_EXT
ABSTRACT_IBC_ACTOR2SRT: Abstract IBC external name SRT_WSP_ABSTRACT_IBC_EXTCHAR120SRT_WSP_ABSTRACT_IBC_EXT

Key field Non-key field



How do I retrieve data from SAP table SRT_REQ_CB_DATA using ABAP code

The following ABAP code Example will allow you to do a basic selection on SRT_REQ_CB_DATA to SELECT all data from the table
DATA: WA_SRT_REQ_CB_DATA TYPE SRT_REQ_CB_DATA.

SELECT SINGLE *
FROM SRT_REQ_CB_DATA
INTO CORRESPONDING FIELDS OF WA_SRT_REQ_CB_DATA
WHERE...

How to access SAP table SRT_REQ_CB_DATA

Within an ECC or HANA version of SAP you can also view further information about SRT_REQ_CB_DATA 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!