CRMT_LRP_DEMAND SAP (Requirement Components) Structure details

Dictionary Type: Structure
Description: Requirement Components




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




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

CRMT_LRP_DEMAND 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 "Requirement Components" 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_LRP_DEMAND TYPE CRMT_LRP_DEMAND.

The CRMT_LRP_DEMAND table consists of various fields, each holding specific information or linking keys about Requirement Components data available in SAP. These include DESCRIPTION (Product Description), ITEM_OBJECT_TYPE (Business Transaction Category), ITEM_TYPE (Item Category), ITEM_NUMBER (External Item 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_LRP_DEMAND 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
IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
DESCRIPTIONProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
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
ITEM_NUMBERExternal Item Number CRMT_ITEM_NO_EXTNUMC10
PROCESS_OBJECT_TYPECRM Item Object Type CRMT_SWO_OBJTYP_PROCESS_ITEMCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
PROCESS_GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PROCESS_NUMBERTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
PRIORITYActivity Priority CRMT_PRIORITYNUMC1Assigned to domainSC_PRIO
ORDERED_PRODUCTProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
DEMAND_DURATION 0
CUSTOMERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
CUSTOMER_ZIP_CODECity postal code AD_PSTCD1CHAR10CHAR10
CUSTOMER_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
CUSTOMER_REGIONSTATE (State, Province, County) REGIOCHAR3Assigned to domainREGIO
CUSTOMER_TIME_ZONEAddress time zone AD_TZONECHAR6Assigned to domainTZNZONE
EXEC_SERVICE_GROUPService Organization CRMT_SERVICE_ORGCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
APPOINTMENT_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
APPOINTMENT_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CUSTOMER_REQUIRED_STARTUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
CUSTOMER_REQUIRED_ENDUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SLA_FIRST_REACUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
SLA_FINISHUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
LOGICAL_SYSTEMLogical system LOGSYSCHAR10Assigned to domainALPHALOGSYS
STATUS_ITEMObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
STATUS_HEADERObject Status CRM_J_STATUSCHAR5CRM_J_STATUS
TASK_FLAG 0
RESOURCE_TABLE 0
QUALIF_REQUIREMENT 0

Key field Non-key field



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

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

How to access SAP table CRMT_LRP_DEMAND

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