CRMT_SRV_DEMAND_MODE SAP (CRM Service Process - Item Change Required in Structure) Structure details

Dictionary Type: Structure
Description: CRM Service Process - Item Change Required in Structure




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




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

CRMT_SRV_DEMAND_MODE 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 Process - Item Change Required in Structure" 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_DEMAND_MODE TYPE CRMT_SRV_DEMAND_MODE.

The CRMT_SRV_DEMAND_MODE table consists of various fields, each holding specific information or linking keys about CRM Service Process - Item Change Required in Structure data available in SAP. These include MODE (Processing Mode of Transaction), DURATION (Duration), UNIT (Unit for Duration of Work), ID (GUID in 'CHAR' Format in Uppercase).. 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 CRMT_SRV_DEMAND_MODE 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
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE
DURATIONDuration CRMT_SRV_DURATIONQUAN13(3) MENG13
UNITUnit for Duration of Work CRMT_SRV_DURATION_UOMUNIT3Assigned to domainCUNITMEINS
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_SRV_DEMAND_MODE using ABAP code?

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

How to access SAP table CRMT_SRV_DEMAND_MODE

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