CRMS_MWPX_SALES_VOLUME_HASH SAP (Sales Volume hash) Structure details

Dictionary Type: Structure
Description: Sales Volume hash




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




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

CRMS_MWPX_SALES_VOLUME_HASH 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 Volume hash" 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_CRMS_MWPX_SALES_VOLUME_HASH TYPE CRMS_MWPX_SALES_VOLUME_HASH.

The CRMS_MWPX_SALES_VOLUME_HASH table consists of various fields, each holding specific information or linking keys about Sales Volume hash data available in SAP. These include REB_AGREEMENT (Agreement GUID), FUH (Trade Promotion: Fund Usage Header GUID), PRODUCT (Internal Unique ID of Product), TIMESTAMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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 (Deep)


SAP CRMS_MWPX_SALES_VOLUME_HASH 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
CONDITION_RECUUID in X form (binary) SYSUUID_XRAW16SYSUUID
REB_AGREEMENTAgreement GUID REB_AG_GUID_MWPXRAW16SYSUUID
FUHTrade Promotion: Fund Usage Header GUID CRM_FM_FU_HEADER_GUID_MWPXRAW16SYSUUID
PRODUCTInternal Unique ID of Product COMT_PRODUCT_GUIDRAW16SYSUUID
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TIMESTAMPDEC15TZNTSTMPS
COND_CUMBASE_VALCumulative condition base value (cond.curr.) MC_KAWRT_KCURR19(2) WERTV10
COND_CUMBASE_UOMCondition unit KMEINUNIT3Assigned to domainCUNITMEINS
COND_CUMBASE_CURCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
SCL_CUMBASE_VALCumulative scale base value MC_KSTBSCURR19(2) WERTV10
SCL_CUMBASE_UOMCondition scale unit of measure KONMSUNIT3Assigned to domainCUNITMEINS
SCL_CUMBASE_CURScale currency KONWSCUKY5Assigned to domainWAERSFWS
ACCRUAL_RATERate (condition amount or percentage) KBETRCURR11(2) WERTV6
ACCRUAL_RATE_MVACondition pricing unit KPEINDEC5KPEIN
ACCRUAL_RATE_CURRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
PAYMENT_RATERate (condition amount or percentage) KBETRCURR11(2) WERTV6
PAYMENT_RATE_MVACondition pricing unit KPEINDEC5KPEIN
PAYMENT_RATE_CURRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
COND_CALC_TYPECalculation type for condition KRECHCHAR1KRECH
ENH_REBATEBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
UPDATEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FUI 0

Key field Non-key field



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

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

How to access SAP table CRMS_MWPX_SALES_VOLUME_HASH

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