BBPS_LA_ITEM_SAVINGS SAP (Savings on auction item) Structure details

Dictionary Type: Structure
Description: Savings on auction item




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




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

BBPS_LA_ITEM_SAVINGS 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 "Savings on auction item" 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_BBPS_LA_ITEM_SAVINGS TYPE BBPS_LA_ITEM_SAVINGS.

The BBPS_LA_ITEM_SAVINGS table consists of various fields, each holding specific information or linking keys about Savings on auction item data available in SAP. These include SAVING_PCT_RAW (Savings percentage), SAVING_AMT_NORM_DEC5 (Savings amount with 5 decimal points), SAVING_PCT_NORM (Savings percentage), REFPRICE_IND (Reference price indicator).. 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: Cannot Be Enhanced


SAP BBPS_LA_ITEM_SAVINGS 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
SAVING_AMT_RAW_DEC5Savings amount with 5 decimal points BBP_LA_SAVING_DEC5CURR29(5)
SAVING_PCT_RAWSavings percentage BBP_LA_SAVING_PERCENTAGEDEC16(4)
SAVING_AMT_NORM_DEC5Savings amount with 5 decimal points BBP_LA_SAVING_DEC5CURR29(5)
SAVING_PCT_NORMSavings percentage BBP_LA_SAVING_PERCENTAGEDEC16(4)
REFPRICE_INDReference price indicator BBP_LA_REFERENCE_PRICE_SETCHAR1BBP_LA_REFERENCE_PRICE_SET

Key field Non-key field



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

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

How to access SAP table BBPS_LA_ITEM_SAVINGS

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