SRM_CTR_LN_BW_GET_TD_STRUC SAP (BW Extraction Structure of Central Contract Linkages in SRM) Structure details

Dictionary Type: Structure
Description: BW Extraction Structure of Central Contract Linkages in SRM




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




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

SRM_CTR_LN_BW_GET_TD_STRUC 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 "BW Extraction Structure of Central Contract Linkages in SRM" 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_SRM_CTR_LN_BW_GET_TD_STRUC TYPE SRM_CTR_LN_BW_GET_TD_STRUC.

The SRM_CTR_LN_BW_GET_TD_STRUC table consists of various fields, each holding specific information or linking keys about BW Extraction Structure of Central Contract Linkages in SRM data available in SAP. These include CCT_ITM_NUMBER (Item Number in Document), BE_CT_ID (Follow-On Document Object ID in Back-End System), BE_CT_ITM_NUMBER (Item Number in Document), LOGSYS_BE (Logical System).. 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: Can be enhanced (character-type or numeric)


SAP SRM_CTR_LN_BW_GET_TD_STRUC 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
CCT_IDFollow-On Document Object ID in Back-End System BE_OBJECT_IDCHAR20BBP_BE_OBJECT_ID
CCT_ITM_NUMBERItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
BE_CT_IDFollow-On Document Object ID in Back-End System BE_OBJECT_IDCHAR20BBP_BE_OBJECT_ID
BE_CT_ITM_NUMBERItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
LOGSYS_BELogical System CRMT_LOGSYSCHAR10Assigned to domainALPHALOGSYS
ITM_GUID_AItem or Limit GUID BBP_IL_GUIDRAW16SYSUUID
ITM_GUID_BItem or Limit GUID BBP_IL_GUIDRAW16SYSUUID
HDR_GUID_AItem or Limit GUID BBP_IL_GUIDRAW16SYSUUID
HDR_GUID_BItem or Limit GUID BBP_IL_GUIDRAW16SYSUUID
POSTING_DATE_ATransaction was Created at this Time CRMT_CREATED_ATDEC15TSTPSBCOS_TSTMP
UPDMODBW Delta Process: Record Mode RODMUPDMODCHAR1RODMUPDMOD
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJTYPE_AObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
OBJTYPE_BObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ

Key field Non-key field



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

As SRM_CTR_LN_BW_GET_TD_STRUC 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 SRM_CTR_LN_BW_GET_TD_STRUC as there is no data to select.

How to access SAP table SRM_CTR_LN_BW_GET_TD_STRUC

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