GTR_CRMDERIVE_SRC SAP (Source fields for derivation strategy 'GOCO') Structure details

Dictionary Type: Structure
Description: Source fields for derivation strategy 'GOCO'




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




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

GTR_CRMDERIVE_SRC 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 "Source fields for derivation strategy 'GOCO'" 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_GTR_CRMDERIVE_SRC TYPE GTR_CRMDERIVE_SRC.

The GTR_CRMDERIVE_SRC table consists of various fields, each holding specific information or linking keys about Source fields for derivation strategy 'GOCO' data available in SAP. These include PROGRAM_EXTID (Grantor Program External Identifier (CRM)), PROGRAM_TYPE (Grantor Program Type (CRM)), SERVICE_ORG (Service Organization (CRM)), SERVICE_ORG_RESP (Organizational Unit - Service (CRM)).. 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)


SAP GTR_CRMDERIVE_SRC 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
PROGRAM_EXTIDGrantor Program External Identifier (CRM) GTR_CRM_PROXY_PROG_EXTIDCHAR24CGPL_EXTIDGTRPROG
PROGRAM_TYPEGrantor Program Type (CRM) GTR_CRM_PROXY_PROG_TYPECHAR4CHAR4
SERVICE_ORGService Organization (CRM) GTR_CRM_PROXY_SERV_ORGCHAR14HROBJEC_14
SERVICE_ORG_RESPOrganizational Unit - Service (CRM) GTR_CRM_PROXY_SERV_ORG_RESPCHAR14HROBJEC_14
SALES_ORGSales Organization (CRM) GTR_CRM_PROXY_SALES_ORGCHAR14HROBJEC_14
SALES_ORG_RESPSales Organization (CRM) GTR_CRM_PROXY_SALES_ORG_RESPCHAR14HROBJEC_14
SALES_GROUPSales Group (CRM) GTR_CRM_PROXY_SALES_GROUPCHAR14HROBJEC_14
SALES_OFFICESales Office (CRM) GTR_CRM_PROXY_SALES_OFFICECHAR14HROBJEC_14
DIS_CHANNELDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
DIVISIONDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
POSTING_DATEPosting Date in the Document BUDATDATS8DATUM
DUE_DATEDate in CHAR format DATECHAR8CHAR8
SOLD_TO_BPBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
.INCLU--AP 0
CRM_PAYMENT_TYPEPayment Type for Grantor GTRT_CRM_GRM_PAYMENT_TYPECHAR4GTRT_CRM_GRM_PAYMENT_TYPE
CRM_EXPENSE_TYPEExpense Type for Grantor GTRT_CRM_GRM_EXPENSE_CATCHAR4GTRT_CRM_GRM_EXPENSE_CAT
PROG_PROFILEProgram Profile GTR_PROG_PROFILECHAR10

Key field Non-key field



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

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

How to access SAP table GTR_CRMDERIVE_SRC

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