CRMT_SERVICECONFCATS SAP (Structure for Time Confirmations CRM -> CATS) Structure details

Dictionary Type: Structure
Description: Structure for Time Confirmations CRM -> CATS




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




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

CRMT_SERVICECONFCATS 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 Time Confirmations CRM -> CATS" 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_SERVICECONFCATS TYPE CRMT_SERVICECONFCATS.

The CRMT_SERVICECONFCATS table consists of various fields, each holding specific information or linking keys about Structure for Time Confirmations CRM -> CATS data available in SAP. These include REFERENCED_OBJECT_ID (Technical Key for an External Object (for OLTP)), WORKDATE (Date), EMPLOYEENUMBER (Personnel Number), CATSHOURS (Hours).. 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_SERVICECONFCATS 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
WORKDATEDate CATSDATEDATS8DATUM
EMPLOYEENUMBERPersonnel Number HR_PERNRNUMC8PERNRPER
CATSHOURSHours CATSHOURSQUAN4(2) CATSHOURS
UNITUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
STARTTIMEStart Time BEGUZTIMS6UZEIT
ENDTIMEEnd Time ENDUZTIMS6UZEIT
ITEM_TEXTOperation short text LTXA1CHAR40TEXT40
ITEM_TYPEItem Category CRMT_ITEM_TYPECHAR4Assigned to domainCRM_ITEM_TYPECRM_ITEM_TYPE
SRV_TYPEService Type CRMT_SERVICE_TYPECHAR4Assigned to domainCRMT_SERVICE_TYPE
VAL_TYPEValuation Type CRMT_VALUATION_TYPECHAR6Assigned to domainCRMT_VALUATION_TYPE
CANCEL_FLAGSingle-Character Indicator CHAR1CHAR1CHAR1
AMOUNT_RELEVANCERelevance for Costing CRMT_ITEM_DISTRIBUTABLECHAR1BOOLEAN
AC_INDICATORAccounting Indicator CRMT_AC_INDICATORCHAR2Assigned to domainCRMT_AC_INDICATOR
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
COSTING_CONTROLCRM Costing Control CRMT_COSTING_CONTROLCHAR1CRMT_COSTING_CONTROL
ENTRY_AMOUNTCost in Document Currency CRMT_WAVWRCURR13(2) WERTV7
ENTRY_CURRCurrency Key CURCYCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table CRMT_SERVICECONFCATS

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