CRMT_SERVICECHARACTERISTICS SAP (Service Characteristics for Creating a CO Object in OLTP) Structure details

Dictionary Type: Structure
Description: Service Characteristics for Creating a CO Object in OLTP




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




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

CRMT_SERVICECHARACTERISTICS 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 "Service Characteristics for Creating a CO Object in OLTP" 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_SERVICECHARACTERISTICS TYPE CRMT_SERVICECHARACTERISTICS.

The CRMT_SERVICECHARACTERISTICS table consists of various fields, each holding specific information or linking keys about Service Characteristics for Creating a CO Object in OLTP data available in SAP. These include CURRENT_OBJECT_ID (Identification of a CRM Object in Controlling), HIGHER_LEVEL_OBJECT_ID (Identification of a CRM Object in Controlling), REFERENCED_OBJECT_ID (Identification of a CRM Object in Controlling), OBJECT_ID (Transaction ID).. 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_SERVICECHARACTERISTICS 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_IDIdentification of a CRM Object in Controlling CRMT_IAOM_OBJECT_IDCHAR34
HIGHER_LEVEL_OBJECT_IDIdentification of a CRM Object in Controlling CRMT_IAOM_OBJECT_IDCHAR34
REFERENCED_OBJECT_IDIdentification of a CRM Object in Controlling CRMT_IAOM_OBJECT_IDCHAR34
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
ITEM_NOItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
PROCESS_DESCTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
ITEM_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PROCESS_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
ITEM_TYPEItem Category CRMT_ITEM_TYPECHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE
HANDING_OVER_DATESystem Date SYDATUMDATS8SYDATS
HANDING_OVER_TIMESystem Time SYUZEITTIMS6SYTIME
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUSINESS_AREABusiness Area GSBERCHAR4Assigned to domainGSBERGSB
FUNCTIONAL_AREAFunctional Area FKBER_SHORTCHAR4FKBER_SHORTFBE
PROFIT_CENTERProfit Center PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
KUNAGSold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
SERVICE_ORGService Organization CRMT_SERVICE_ORGCHAR14HROBJEC_14CRM_ORGMAN_SERVICE_ORG
SERVICE_ORG_RESPOrganizational Unit (Service) CRMT_SERVICE_ORG_RESPCHAR14HROBJEC_14
SERVICE_TECH_ORGService Team CRMT_SERVICE_TGRP_ORGCHAR14HROBJEC_14
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
SERVICE_TYPEService Type CRMT_SERVICE_TYPECHAR4Assigned to domainCRMT_SERVICE_TYPE
VALUATION_TYPEValuation Type CRMT_VALUATION_TYPECHAR6Assigned to domainCRMT_VALUATION_TYPE
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C

Key field Non-key field



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

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

How to access SAP table CRMT_SERVICECHARACTERISTICS

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