MKTPL_R3_FIELDS SAP (All Relevant Fields for the Transfer from CRM to R/3) Structure details

Dictionary Type: Structure
Description: All Relevant Fields for the Transfer from CRM to R/3




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




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

MKTPL_R3_FIELDS 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 "All Relevant Fields for the Transfer from CRM to R/3" 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_MKTPL_R3_FIELDS TYPE MKTPL_R3_FIELDS.

The MKTPL_R3_FIELDS table consists of various fields, each holding specific information or linking keys about All Relevant Fields for the Transfer from CRM to R/3 data available in SAP. These include EXTERNAL_ID (Project Planning: External Indentifier of an Element), PROJECT_GUID (Project Planning: 16 Character GUID for Projects), TEXT1 (Language-Dependent Description), OBJECT_TYPE (Object Type in Project Planning).. 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: Not classified


SAP MKTPL_R3_FIELDS 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
GUIDGlobally Unique Identifier GUIDRAW16
EXTERNAL_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
PROJECT_GUIDProject Planning: 16 Character GUID for Projects CGPL_PROJECT_GUIDRAW16CGPLPCGPL_PROJECT_GUID
TEXT1Language-Dependent Description CGPL_TEXT1CHAR40TEXT40
OBJECT_TYPEObject Type in Project Planning CGPL_OBJECT_TYPECHAR3CHAR3
UP_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
DOWN_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
LEFT_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
RIGHT_IDProject Planning: External Indentifier of an Element CGPL_EXTIDCHAR24CGPL_EXTID
UPGlobally Unique Identifier GUIDRAW16
DOWNGlobally Unique Identifier GUIDRAW16
LEFT_NODEGlobally Unique Identifier GUIDRAW16
RIGHT_NODEGlobally Unique Identifier GUIDRAW16
NODE_LEVEL2 byte integer (signed) INT2INT25INT2
ICON_EXPAND_COLLAPSEExpand/Collapse Icons for the Project Hierarchy MKTPL_R3_ICON_EXPAND_COLLAPSECHAR132SYCHAR132
EDITSingle-Character Indicator CHAR1CHAR1CHAR1
KOKRSControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4Assigned to domainGSBERGSB
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
PRCTRProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
ZSCHMInterest Profile for Project/Order Interest Calculation PS_ZSCHMCHAR7Assigned to domainPS_ZSCHM
ABGSLResults Analysis Key ABGR_SCHLCHAR6ABGR_SCHLACS
PROFLProject profile CGPL_PROFIDCHAR7CHAR7
POSIDWork Breakdown Structure Element (WBS Element) CGPL_R3_POSIDCHAR24CGPL_EXTID
RFCDESTLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
NEW_WBSNew WBS Element Created CGPL_NEW_WBSCHAR1XFELD
CREATED_BYName of Person Who Created Object CGPL_CREATED_BYCHAR12USNAM
CREATED_ONDate When the Object Was Created CGPL_CREATED_ONDATS8DATUM
CHANGED_BYName of Person Who Changed Object CGPL_CHANGED_BYCHAR12USNAM
CHANGED_ONDate on which object was last changed CGPL_CHANGED_ONDATS8DATUM
POSID_EDITWork Breakdown Structure Element (WBS Element) CGPL_R3_POSIDCHAR24CGPL_EXTID
POSNRWBS Element ( Internal Display ) CGPL_R3_PSPNRNUMC8CGPL_R3_PSPNR

Key field Non-key field



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

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

How to access SAP table MKTPL_R3_FIELDS

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