CRMT_SEL_CONT_ITEMS SAP (Items selected during contract determination) Structure details

Dictionary Type: Structure
Description: Items selected during contract determination




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




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

CRMT_SEL_CONT_ITEMS 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 "Items selected during contract determination" 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_SEL_CONT_ITEMS TYPE CRMT_SEL_CONT_ITEMS.

The CRMT_SEL_CONT_ITEMS table consists of various fields, each holding specific information or linking keys about Items selected during contract determination data available in SAP. These include HEADER_GUID (GUID of a CRM Order Object), PRODUCT (), ITEM_DATA (), NUMBER_INT (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: Not classified


SAP CRMT_SEL_CONT_ITEMS 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
HEADER_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
PRODUCT 0
ITEM_DATA 0
NUMBER_INTItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
NUMBER_EXTExternal Item Number CRMT_ITEM_NO_EXTNUMC10
DATE_CONTSTARTTime Stamp (Date and Time) for a Date/Duration CRMT_DATE_VALID_FROMDEC15TSTPSBCOS_TSTMP
DATE_CONTENDTime Stamp (Date and Time) for a Date/Duration CRMT_DATE_VALID_TODEC15TSTPSBCOS_TSTMP
SALES_ORGSales Organization CRMT_SALES_ORGCHAR14HROBJEC_14CRM_ORGMAN_SALES_ORG
DIS_CHANNELDistribution Channel CRMT_DISTRIBUTION_CHANNELCHAR2CRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
SOLD_TO_PARTYSold-To Party CRMT_SOLD_TO_PARTCHAR10ALPHABU_PARTNER
SHIP_TO_PARTYShip-To Party CRMT_SHIP_TO_PARTCHAR10ALPHABU_PARTNER
BILL_TO_PARTYBill-To Party CRMT_BILL_TO_PARTCHAR10ALPHABU_PARTNER
PAYERPayer CRMT_RP_PAYERCHAR10ALPHABU_PARTNER
CONTACT_PERSONCustomer Contact Person CRMT_CONTACT_PERSONCHAR10ALPHABU_PARTNER
PRODUCT_IDProduct Name Entered CRMT_ORDERED_PRODCHAR54CRM_ORDERED_PRODCRM_ORDERED_PRODUCT
PRODUCT_TEXTProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PRP_TEXTProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
RELEASED_QUANTITYQuantity Already Released for a Contract CRMT_CALLED_OFF_QTYQUAN15(3)
RELEASED_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3CUNITMEINS
RELEASED_VALUEReleased Value of a Contract CRMT_CALLED_OFF_VALUECURR19(2) WERTV10
RELEASED_CURRENCYCurrency CRMT_CURRENCYCUKY5WAERSFWS
TARGET_QUANTITYTarget Quantity of Contract CRMT_TARGET_QTYQUAN13(3) MENG13
TARGET_UNITTarget Quantity Unit of Measure CRMT_TARGET_QTY_UNITUNIT3CUNITMEINS
TARGET_VALUETarget Value for Value Contract CRMT_TARGET_VALUECURR19(2) WERTV10
TARGET_CURRENCYCurrency CRMT_CURRENCYCUKY5WAERSFWS
PMNTTRMSTerms of Payment CRMT_PMNTTRMSCHAR4CRM_PMNTTRMS
INCOTERMS1Incoterms (Part 1) CRMT_INCOTERMS1CHAR3CRM_INCOTERMS1
INCOTERMS2Incoterms (Part 2) CRMT_INCOTERMS2CHAR28CRM_INCOTERMS2
SHIP_CONDShipping Conditions CRMT_SHIP_CONDCHAR2CRM_SHIP_COND
PO_NUMBER_SOLDSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35
TZONE_CONTSTARTTime Zone for a Start Time CRMT_TIMEZONE_FROMCHAR6TZNZONE
TZONE_CONTENDTime Zone for End Time CRMT_TIMEZONE_TOCHAR6TZNZONE
DIVISIONDivision CRMT_DIVISIONCHAR2CRM_DIVISIONCRM_DIVISION
SALES_OFFICESales Office CRMT_SALES_OFFICECHAR14HROBJEC_14CRM_ORGMAN_SALES_OFFICE
SALES_GROUPSales Group CRMT_SALES_GROUPCHAR14HROBJEC_14CRM_ORGMAN_SALES_GROUP
MORE_THAN_ONEMore than one component is available in the PPR CRM_ORDPRP_MORE_THAN_ONECHAR1XFELD
CONFIG_FILTERConfiguration Filter CRMT_CONFIG_FILTERNUMC18ALPHAIB_INSTANCE
PRP_ALL_ALLOWEDAll Products are Allowed CRM_ORDPRP_ALL_ALLOWEDCHAR1BOOLEAN
ROOT_CONFIGRoot Configuration Indicator CRMT_ROOT_CONFIGCHAR1BOOLEAN

Key field Non-key field



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

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

How to access SAP table CRMT_SEL_CONT_ITEMS

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