CRMT_SERVICECONFTOL SAP (Structure for Tool Confirmations from SAP CRM) Structure details

Dictionary Type: Structure
Description: Structure for Tool Confirmations from SAP CRM




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




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

CRMT_SERVICECONFTOL 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 "Structure for Tool Confirmations from SAP CRM" 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_CRMT_SERVICECONFTOL TYPE CRMT_SERVICECONFTOL.

The CRMT_SERVICECONFTOL table consists of various fields, each holding specific information or linking keys about Structure for Tool Confirmations from SAP CRM data available in SAP. These include REFERENCED_OBJECT_ID (Technical Key for an External Object (for OLTP)), ENTRY_AMOUNT (Cost in Document Currency), ENTRY_CURR (Currency Key), MATERIAL (Material Number).. 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 (Deep)


SAP CRMT_SERVICECONFTOL 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
CURRENT_OBJECT_IDTechnical Key for an External Object (for OLTP) CRMT_EXT_OBJECT_ID_COCHAR34CHAR34
REFERENCED_OBJECT_IDTechnical Key for an External Object (for OLTP) CRMT_EXT_OBJECT_ID_COCHAR34CHAR34
ENTRY_AMOUNTCost in Document Currency CRMT_WAVWRCURR13(2) WERTV7
ENTRY_CURRCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
MATERIALMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4LGORTLAG
DURATIONDuration CRMT_SRV_DURATIONQUAN13(3) MENG13
DURATION_UNITUnit for Duration of Work CRMT_SRV_DURATION_UOMUNIT3Assigned to domainCUNITMEINS
EMPLOYEENUMBERPersonnel Number HR_PERNRNUMC8PERNRPER
ITEM_TYPEItem Category CRMT_ITEM_TYPECHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
CANCEL_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
AC_INDICATORAccounting Indicator CRMT_AC_INDICATORCHAR2Assigned to domainCRMT_AC_INDICATOR
AMOUNT_RELEVANCERelevance for Costing CRMT_ITEM_DISTRIBUTABLECHAR1BOOLEAN
AC_OBJECT_TYPEObject Type for Settlement Account Assignment CRMT_AC_OBJECT_TYPECHAR2Assigned to domainACTYPCRMT_OBJECT_TYPE
AC_ASSIGNMENTSettlement Account Assignment CRMT_AC_ASSIGNCHAR50CRMT_AC_ASSIGN
AC_OBJECT_TYPE_CREDObject Type for Settlement Account Assignment CRMT_AC_OBJECT_TYPECHAR2Assigned to domainACTYPCRMT_OBJECT_TYPE
AC_ASSIGNMENT_CREDSettlement Account Assignment CRMT_AC_ASSIGNCHAR50CRMT_AC_ASSIGN
VALID_ENTRYSingle-Character Indicator CHAR1CHAR1CHAR1
COSTING_CONTROLCRM Costing Control CRMT_COSTING_CONTROLCHAR1CRMT_COSTING_CONTROL

Key field Non-key field



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

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

How to access SAP table CRMT_SERVICECONFTOL

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