GTRT_CRM_GPM_PROXY_MEASURE SAP (CRM Grantor Program: comm. Structure with Funded Program obj) Structure details

Dictionary Type: Structure
Description: CRM Grantor Program: comm. Structure with Funded Program obj




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




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

GTRT_CRM_GPM_PROXY_MEASURE 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 "CRM Grantor Program: comm. Structure with Funded Program obj" 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_GTRT_CRM_GPM_PROXY_MEASURE TYPE GTRT_CRM_GPM_PROXY_MEASURE.

The GTRT_CRM_GPM_PROXY_MEASURE table consists of various fields, each holding specific information or linking keys about CRM Grantor Program: comm. Structure with Funded Program obj data available in SAP. These include COMP_CODE (Company Code), MEASURE (Funded Program), VALID_FROM (Planned start date), VALID_TO (Planned Finish Date).. 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 GTRT_CRM_GPM_PROXY_MEASURE 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
FMAREAFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MEASUREFunded Program FM_MEASURECHAR24Assigned to domainFM_MEASUREFM_MEASURE
VALID_FROMPlanned start date CGPL_PLANSTARTDEC15TSTPSBCOS_TSTMP
VALID_TOPlanned Finish Date CGPL_PLANFINISHDEC15TSTPSBCOS_TSTMP
DATE_EXPExpiration timestamp FM_DATE_EXP_TSTMPDEC15TSTPSBCOS_TSTMP
AUTHGRPFM: Funded Program Authorization Group FM_AUTHGR_MEASURECHAR10CHAR10
FP_TYPEFunded Program Category PSM_FP_CATEGORYCHAR3PSM_FP_CATEGORY
CREATED_BYUser Name UNAMECHAR12UNAME
CREATED_ONDate When the Object Was Created CGPL_CREATED_ONDATS8DATUM
CREATED_ATTime Stamp (In UTC) BCOS_TSTMPDEC15TSTPSBCOS_TSTMP
MODIFIED_BYUser Name UNAMECHAR12UNAME
MODIFIED_ONDate on which object was last changed CGPL_CHANGED_ONDATS8DATUM
MODIFIED_ATTime Stamp (In UTC) BCOS_TSTMPDEC15TSTPSBCOS_TSTMP
CENTRALARCHIVINGFLAGCentral Archiving Flag BU_XDELECHAR1XFELD
OBJKEYObject key SWO_TYPEIDCHAR70SWO_TYPEID
OBJTYPEObject Type SWO_OBJTYPCHAR10Assigned to domainOJ_NAMEOBJ
LOGSYSLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS

Key field Non-key field



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

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

How to access SAP table GTRT_CRM_GPM_PROXY_MEASURE

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