CRMT_FIELDCAT_ITEM_EXT SAP (Field catalog: Fields for contract display item) Structure details

Dictionary Type: Structure
Description: Field catalog: Fields for contract display item




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




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

CRMT_FIELDCAT_ITEM_EXT 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 "Field catalog: Fields for contract display item" 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_FIELDCAT_ITEM_EXT TYPE CRMT_FIELDCAT_ITEM_EXT.

The CRMT_FIELDCAT_ITEM_EXT table consists of various fields, each holding specific information or linking keys about Field catalog: Fields for contract display item data available in SAP. These include NUMBER_EXT (External Item Number), DATE_CONTSTART (Time Stamp (Date and Time) for a Date/Duration), DATE_CONTEND (Time Stamp (Date and Time) for a Date/Duration), SALES_ORG (Sales Organization).. 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_FIELDCAT_ITEM_EXT 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
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_CHANNELCHAR2Assigned to domainCRM_DISTRIBUTION_CHANNELCRM_ORGMAN_DIS_CHANNEL
SOLD_TO_PARTYSold-To Party CRMT_SOLD_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
SHIP_TO_PARTYShip-To Party CRMT_SHIP_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
BILL_TO_PARTYBill-To Party CRMT_BILL_TO_PARTCHAR10Assigned to domainALPHABU_PARTNER
PAYERPayer CRMT_RP_PAYERCHAR10Assigned to domainALPHABU_PARTNER
CONTACT_PERSONCustomer Contact Person CRMT_CONTACT_PERSONCHAR10Assigned to domainALPHABU_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_UNITUNIT3Assigned to domainCUNITMEINS
RELEASED_VALUEReleased Value of a Contract CRMT_CALLED_OFF_VALUECURR19(2) WERTV10
RELEASED_CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
TARGET_QUANTITYTarget Quantity of Contract CRMT_TARGET_QTYQUAN13(3) MENG13
TARGET_UNITTarget Quantity Unit of Measure CRMT_TARGET_QTY_UNITUNIT3Assigned to domainCUNITMEINS
TARGET_VALUETarget Value for Value Contract CRMT_TARGET_VALUECURR19(2) WERTV10
TARGET_CURRENCYCurrency CRMT_CURRENCYCUKY5Assigned to domainWAERSFWS
PMNTTRMSTerms of Payment CRMT_PMNTTRMSCHAR4Assigned to domainCRM_PMNTTRMS
INCOTERMS1Incoterms (Part 1) CRMT_INCOTERMS1CHAR3Assigned to domainCRM_INCOTERMS1
INCOTERMS2Incoterms (Part 2) CRMT_INCOTERMS2CHAR28CRM_INCOTERMS2
SHIP_CONDShipping Conditions CRMT_SHIP_CONDCHAR2Assigned to domainCRM_SHIP_COND
PO_NUMBER_SOLDSold-To Party's External Reference Number CRMT_PO_NUMBER_SOLDCHAR35TEXT35

Key field Non-key field



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

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

How to access SAP table CRMT_FIELDCAT_ITEM_EXT

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