CRMT_SERVICECONTREV SAP (Transfer Struc.:Service Contract Revenues R/3 Profit. Anlys) Structure details

Dictionary Type: Structure
Description: Transfer Struc.:Service Contract Revenues R/3 Profit. Anlys




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




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

CRMT_SERVICECONTREV 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 "Transfer Struc.:Service Contract Revenues R/3 Profit. Anlys" 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_SERVICECONTREV TYPE CRMT_SERVICECONTREV.

The CRMT_SERVICECONTREV table consists of various fields, each holding specific information or linking keys about Transfer Struc.:Service Contract Revenues R/3 Profit. Anlys data available in SAP. These include OBJECT_ID (Transaction ID), MAIN_ITEM_GUID (Technical Key for an External Object (for OLTP)), ITEM_GUID (Technical Key for an External Object (for OLTP)), ITEM_NO (Item Number in Document).. 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_SERVICECONTREV 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
HEADER_GUIDTechnical Key for an External Object (for OLTP) CRMT_EXT_OBJECT_ID_COCHAR34CHAR34
OBJECT_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
MAIN_ITEM_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_NOItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
CONTRACT_START_DATETime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CONTRACT_START_TZTime Zone CRMT_TIMEZONECHAR6Assigned to domainTZNZONE
CONTRACT_END_DATETime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CONTRACT_END_TZTime Zone CRMT_TIMEZONECHAR6Assigned to domainTZNZONE
TARGET_QUANTITYCRM Quantity for Cumulated I CRMT_CUM_QUANQUAN15(3) CRM_MENGV15
TARGET_QTY_UNITTarget Quantity Unit of Measure CRMT_TARGET_QTY_UNIT_NUNIT3CRM_QUANTITY_UNIT
TARGET_VALUETarget Value for Value Contract CRMT_TARGET_VALUECURR19(2) WERTV10
TARGET_VAL_CURRCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
CALL_OFF_DATETime Stamp (Date and Time) CRMT_TIMESTAMPDEC15TSTPSBCOS_TSTMP
CALL_OFF_TZTime Zone CRMT_TIMEZONECHAR6Assigned to domainTZNZONE
CALL_OFF_QUANTITYCRM Quantity for Cumulated I CRMT_CUM_QUANQUAN15(3) CRM_MENGV15
CALL_OFF_QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS
CALL_OFF_VALUEReleased Value of a Contract CRMT_CALLED_OFF_VALUECURR19(2) WERTV10
CALL_OFF_VAL_CURRCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
CALL_OFF_ORDER_IDTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
CALL_OFF_ITEM_NOItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
RELEASED CRMT_RELEASEDINT410SYST_SHORT

Key field Non-key field



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

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

How to access SAP table CRMT_SERVICECONTREV

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