WSAM_SALES SAP (Sales Data) Structure details

Dictionary Type: Structure
Description: Sales Data




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




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

WSAM_SALES 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" 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_WSAM_SALES TYPE WSAM_SALES.

The WSAM_SALES table consists of various fields, each holding specific information or linking keys about Sales Data data available in SAP. These include DISTR_CHAN (Distribution Channel), SALES_UNIT (Sales unit), SALES_PRICE (Net sales price), SALES_PRICE_C (SAP Retail Store: Quantity Field CHAR 17).. 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 WSAM_SALES 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
SALESORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SALES_UNITSales unit VRKMEUNIT3Assigned to domainCUNITMEINS
SALES_PRICENet sales price NTPRSCURR11(2) WERTV6
SALES_PRICE_CSAP Retail Store: Quantity Field CHAR 17 WSRS_QTY_CHARCHAR17
SALES_CURRENCYSales currency VWAERCUKY5Assigned to domainWAERS
SALES_PRICE_VALID_FRValidity start date of the condition record KODATABDATS8DATUM
SALES_PRICE_VALID_TOValidity end date of the condition record KODATBIDATS8DATUM
SELL_ST_FRDate from which sold in the store VDVFLDATS8DATS
SELL_ST_FR_CSAP Retail Store: Output Format of a Date WSRS_DATE_CHARCHAR10
SELL_ST_TODate to which sold in the store VDBFLDATS8DATS
SELL_ST_TO_CSAP Retail Store: Output Format of a Date WSRS_DATE_CHARCHAR10
PRICE_FIXINGIndicator for price fixing PBINDCHAR1PBIND
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
SAL_STATUSDistribution-chain-specific material status VMSTACHAR2Assigned to domainVMSTA
SCALES_GRPScales group SCAGRCHAR4Assigned to domainSCAGR
MIN_DELYMinimum delivery quantity in delivery note processing MINLFQUAN13(3) MENG13
MAX_DELYMaximum delivery quantity in store order processing MAXLFQUAN13(3) MENG13
MIN_ORDERMinimum order quantity in base unit of measure MINAUQUAN13(3) MENG13
BASE_UOMBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DUMMY_FIELDDummy function in length 1 DUMMYCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table WSAM_SALES

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