CRMT_PR_SALESAH SAP (Sales Data (Control Fields, Quantities): History) Structure details

Dictionary Type: Structure
Description: Sales Data (Control Fields, Quantities): History




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




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

CRMT_PR_SALESAH 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 "Sales Data (Control Fields, Quantities): History" 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_PR_SALESAH TYPE CRMT_PR_SALESAH.

The CRMT_PR_SALESAH table consists of various fields, each holding specific information or linking keys about Sales Data (Control Fields, Quantities): History data available in SAP. These include CLIENT (Client), FRG_GUID (Set GUID), VALID_TO (Valid To (Time Stamp)), PROCESS_UNIT (Unit of Measure in Which the Product Is Sold).. 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_PR_SALESAH 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
FRG_GUIDSet GUID COMT_FRG_GUIDRAW16SYSUUID
VALID_TOValid To (Time Stamp) COMT_VALID_TODEC15TSTPSBCOS_TSTMP
PROCESS_UNITUnit of Measure in Which the Product Is Sold CRMT_PROCESS_QTY_UNITUNIT3T006CUNITMEINS
CASH_DISCSpecifies Whether a Cash Discount Can Be Given for the Prod. CRMT_CASH_DISCCHAR1XFELD
MIN_ORDERMinimum Order Quantity in Base Unit of Measure CRMT_MIN_ORDERQUAN13(3) MENG13
PRICE_PRODUCTPricing Reference Product Globally Unique Identifier CRMT_PRICE_PRODUCTRAW16COMM_PRODUCTSYSUUID
S_ITEM_CAT_GROUPDistribution-Chain-Dependent Item Category Group CRMT_SALES_ITEM_CAT_GROUPCHAR4CRMC_ITEM_CAT_GRCRM_ITEM_CAT_GROUP
UNDELUnit of Measure of Delivery Unit CRMT_UNDELUNIT3Assigned to domainCUNITMEINS
DELY_UNITDelivery Unit CRMT_DELY_UNITQUAN13(3) MENG13
UNSALE_NOT_VARVariable Sales Unit Not Allowed CRMT_UNSALE_NOT_VARCHAR1XFELD
LOC_BUPADelivering Location INVENT_LOC_BUPACHAR10Assigned to domainALPHABU_PARTNER
O_ITEM_CAT_GROUPItem Category Group for Individual Objects CRMT_IND_OBJ_ITEM_CAT_GROUPCHAR4Assigned to domainCRM_ITEM_CAT_GROUP
VALID_FROMValid From (Time Stamp) COMT_VALID_FROMDEC15TSTPSBCOS_TSTMP
UPNAMEName of the User Who Last Changed the Set COMT_UPNAMECHAR12UNAME
NEW_ENTRYLogical Variable COMT_BOOLEANCHAR1COM_BOOLEAN

Key field Non-key field



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

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

How to access SAP table CRMT_PR_SALESAH

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