LIST_OF_OTHER_PRICES SAP (Price Update: List of Other Prices) Structure details

Dictionary Type: Structure
Description: Price Update: List of Other Prices




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




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

LIST_OF_OTHER_PRICES 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 "Price Update: List of Other Prices" 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_LIST_OF_OTHER_PRICES TYPE LIST_OF_OTHER_PRICES.

The LIST_OF_OTHER_PRICES table consists of various fields, each holding specific information or linking keys about Price Update: List of Other Prices data available in SAP. These include MATNR (Material Number), WERKS (Plant), BWTAR (Valuation Type), WAERS (Currency Key).. 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 LIST_OF_OTHER_PRICES 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
ICONSExecuted CK_EXCEPTIONCHAR1CHAR1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
PEINHPrice Unit of Planned Price CK_PEINH_PLANDEC5PACK3
BWPEIPrice unit for valuation prices based on tax/commercial law BWPEIDEC5PACK3
BWPRSValuation price based on tax law: level 1 BWPRSCURR11(2) WERT11
BWPS1Valuation price based on tax law: level 2 BWPS1CURR11(2) WERT11
VJBWSValuation price based on tax law: level 3 VJBWSCURR11(2) WERT11
BWPRHValuation price based on commercial law: level 1 BWPRHCURR11(2) WERT11
BWPH1Valuation price based on commercial law: level 2 BWPH1CURR11(2) WERT11
VJBWHValuation price based on commercial law: level 3 VJBWHCURR11(2) WERT11
ZPLP1Future Planned Price 1 DZPLP1CURR11(2) WERT11
ZPLD1Date from Which Future Planned Price 1 Is Valid DZPLD1DATS8DATUM
ZPLP2Future Planned Price 2 DZPLP2CURR11(2) WERT11
ZPLD2Date from Which Future Planned Price 2 Is Valid DZPLD2DATS8DATUM
ZPLP3Future Planned Price 3 DZPLP3CURR11(2) WERT11
ZPLD3Date from Which Future Planned Price 3 Is Valid DZPLD3DATS8DATUM
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
EIGEN_T149Material Segment was Updated Through T149 Logic CK_EIGEN_T149CHAR1XFELD
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ZPLP1_OVERFLOWSingle-Character Indicator CHAR1CHAR1CHAR1
ZPLP2_OVERFLOWSingle-Character Indicator CHAR1CHAR1CHAR1
ZPLP3_OVERFLOWSingle-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table LIST_OF_OTHER_PRICES

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