CRMT_SRV_INF_ALL_ITEM SAP (CRM Service: Recipient for Item Info.for Backend Integration) Structure details

Dictionary Type: Structure
Description: CRM Service: Recipient for Item Info.for Backend Integration




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




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

CRMT_SRV_INF_ALL_ITEM 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 Service: Recipient for Item Info.for Backend Integration" 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_SRV_INF_ALL_ITEM TYPE CRMT_SRV_INF_ALL_ITEM.

The CRMT_SRV_INF_ALL_ITEM table consists of various fields, each holding specific information or linking keys about CRM Service: Recipient for Item Info.for Backend Integration data available in SAP. These include PROCESS_GUID (Technical Key for an External Object (for OLTP)), ITEM_GUID (Technical Key for an External Object (for OLTP)), ITEM_ID (Item Number in Document), ITEM_OBJECT_TYPE (Business Transaction Category).. 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 CRMT_SRV_INF_ALL_ITEM 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
TASKTask flag for segment structures SMOG_TASKINT13SMOG_TASK
PROCESS_GUIDTechnical Key for an External Object (for OLTP) CRMT_EXT_OBJECT_ID_COCHAR34CHAR34
ITEM_GUIDTechnical Key for an External Object (for OLTP) CRMT_EXT_OBJECT_ID_COCHAR34CHAR34
ITEM_IDItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
ITEM_OBJECT_TYPEBusiness Transaction Category CRMT_SUBOBJECT_CATEGORYCHAR10Assigned to domainCRM_OJ_NAME_PROCESSCRM_SUBOBJ_CATEGORYCRM_OBJECT_TYPE_PROCESS
ITEM_TYPEItem Category CRMT_ITEM_TYPECHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE
ACCTASSCATAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
SERVICE_ORGService Organization CRMT_SERVICE_ORGCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
SERVICE_ORG_RESPOrganizational Unit (Service) CRMT_SERVICE_ORG_RESPCHAR14HROBJEC_14
LOG_SCENARIOLogistics Scenario CRMT_LOG_SCCHAR4CRMT_LOG_SC
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STORAGE_LOCATIONStorage Location LGORT_DCHAR4LGORTLAG
PRODUCT_GUIDTechnical Key for an External Object (for OLTP) CRMT_EXT_OBJECT_ID_COCHAR34CHAR34
PRODUCT_IDProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
PRODUCT_DESCRIPTIONProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PRODUCT_NET_PRICENet Price CRMT_NET_PRICECURR15(2) WERTV8
PRICE_UNITDistribution CRM -> R/3: Price Unit CRMT_R3_PRICE_UNITDEC5CRM_R3_PRICE_UNIT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PRODUCT_KINDTechnnical Type of Product CRMT_PRODUCT_KINDCHAR1CRM_PRODUCT_KIND
PRODUCT_CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
PRODUCT_QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table CRMT_SRV_INF_ALL_ITEM

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