CRMT_PAST_OD_INFO SAP (Buffer of Past Order Information) Structure details

Dictionary Type: Structure
Description: Buffer of Past Order Information




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




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

CRMT_PAST_OD_INFO 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 "Buffer of Past Order Information" 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_PAST_OD_INFO TYPE CRMT_PAST_OD_INFO.

The CRMT_PAST_OD_INFO table consists of various fields, each holding specific information or linking keys about Buffer of Past Order Information data available in SAP. These include TRAN_DATUM (Transaction Was Created on This Date), PRODUCT (Internal Unique ID of Product), PRODUCT_DESC (Product Description), PRODUCT_ID (Product ID).. 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_PAST_OD_INFO 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
TRAN_NUMBERTransaction ID CRMT_OBJECT_IDCHAR10ALPHACRM_OBJECT_IDCRM_OBJECT_IDCRM_ORDER_OBJECT_ID
TRAN_DATUMTransaction Was Created on This Date CRMT_CREATED_AT_DATEDATS8SYDATS
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
PRODUCT_DESCProduct Description COMT_PRSHTEXTXCHAR40PRSHTEXT40
PRODUCT_IDProduct ID COMT_PRODUCT_IDCHAR40PRID1COM_PRODUCT_IDCOM_PR_COLLECTION
QUANTITYCRM Schedule Line Quantity CRMT_SCHEDLIN_QUANQUAN13(3) MENG13
TRAN_CATEBusiness Transaction Category CRMT_SUBOBJECT_CATEGORYCHAR10Assigned to domainCRM_OJ_NAME_PROCESSCRM_SUBOBJ_CATEGORYCRM_OBJECT_TYPE_PROCESS
TRAN_TYPEBusiness Transaction Type CRMT_PROCESS_TYPECHAR4Assigned to domainCRM_PROCESS_TYPECRM_PROCESS_TYPECRM_PROCESS_TYPE
PROCESS_QTY_NUMNumerator (factor) for conversion trans. quantity in BME CRMT_PROCESS_QTY_NUMINT410CRM_PROCESS_QTY_NUM
PROCESS_QTY_DENDenominator (factor) for conversion trans. quantity in BME CRMT_PROCESS_QTY_DENINT410CRM_PROCESS_QTY_DEN
PROCESS_QTY_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3Assigned to domainCUNITMEINS
BASE_QTY_UNITBase Unit of Measure of Product COMT_PRODUCT_BASE_UOMUNIT3Assigned to domainCUNITMEINS
SIGN+/- Sign CRMT_SIGNCHAR2CRM_SIGN
ITEM_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
HEADER_GUIDGUID of a CRM Order Object CRMT_OBJECT_GUIDRAW16SYSUUID
SCHEDLIN_NOSchedule Line Number CRMT_SCHEDLIN_NONUMC4CRM_SCHEDLIN_NO
ITEM_TYPECRM Item Object Type CRMT_SWO_OBJTYP_PROCESS_ITEMCHAR10Assigned to domainCRM_OJ_NAME_PROCESS_ITEM
MARKSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table CRMT_PAST_OD_INFO

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