CRMT_SCHEDLIN_I_WRK SAP (CRM Schedule Line: Total Values at Item Level) Structure details

Dictionary Type: Structure
Description: CRM Schedule Line: Total Values at Item Level




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




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

CRMT_SCHEDLIN_I_WRK 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 "CRM Schedule Line: Total Values at Item Level" 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_SCHEDLIN_I_WRK TYPE CRMT_SCHEDLIN_I_WRK.

The CRMT_SCHEDLIN_I_WRK table consists of various fields, each holding specific information or linking keys about CRM Schedule Line: Total Values at Item Level data available in SAP. These include CLIENT (Client), GUID (GUID of a CRM Order Object), ORIG_ORDER_QTY (CRM: Original Order Quantity (Unrounded Cumulated qty.)), ORDER_QTY (CRM: Order Quantity).. 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_SCHEDLIN_I_WRK 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
ORIG_ORDER_QTYCRM: Original Order Quantity (Unrounded Cumulated qty.) CRMT_QTY_ORIG_ORDERQUAN13(3) MENG13
ORDER_QTYCRM: Order Quantity CRMT_QTY_ORDERQUAN13(3) MENG13
CONFIRMED_QTYCRM: Confirmed Quantity CRMT_QTY_CONFIRMEDQUAN13(3) MENG13
NUMBER_CONFIRMEDCRM Number Confirmation Schedule Line CRMT_SCHEDLIN_COUNT_CONFIRMEDINT25CRM_SCHEDLIN_COUNT
LATEST_TIME_CONFIRMEDLatest Confirmation Date for an Item CRMT_SCHEDLIN_LTIME_CONFIRMEDDEC15TSTPSBCOS_TSTMP
DLV_GROUP_DATEDelivery Group Date CRMT_DLV_GROUP_DATEDEC15TSTPSBCOS_TSTMP
NUMBER_ORDERCRM No. of Request Schedule Lines CRMT_SCHEDLIN_COUNT_ORDERINT25CRM_SCHEDLIN_COUNT
LATEST_TIME_ORDERLatest Requested Date for an Item CRMT_SCHEDLIN_LTIME_ORDERDEC15TSTPSBCOS_TSTMP
WHOLE_BUFFERCRM: Buffer Values Item View Are Invalid CRMT_WHOLE_BUFFERCHAR1CRM_BOOLEAN
VENDOR_NUMBERVendor Number CRMT_VENDOR_NUMBERCHAR16ALPHACRM_PARTNER_NUMBER
SRC_DUE_DATEEarliest Procurement Date (ATP) CRMT_SCHEDLIN_EATIME_SRCDEC15TSTPSBCOS_TSTMP
RELEASE_DATERelease Date for Convertign to a Checked Delivery CRMT_SCHEDLIN_RELEASEDEC15TSTPSBCOS_TSTMP
CONF_MODEConfirmation Mode CRMT_CONF_MODECHAR1CRM_CONF_MODE
MODEProcessing Mode of Transaction CRMT_MODECHAR1CRM_MODE

Key field Non-key field



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

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

How to access SAP table CRMT_SCHEDLIN_I_WRK

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