BBPS_APO_SCALES SAP (Structure for Transfer of Price Information to APO) Structure details

Dictionary Type: Structure
Description: Structure for Transfer of Price Information to APO




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




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

BBPS_APO_SCALES 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 "Structure for Transfer of Price Information to APO" 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_APO_SCALES TYPE BBPS_APO_SCALES.

The BBPS_APO_SCALES table consists of various fields, each holding specific information or linking keys about Structure for Transfer of Price Information to APO data available in SAP. These include VAL_FROM (Timestamp at Start of Validity Period), VAL_TO (Time Stamp at End of Validity Period), FIX_COST (Fixed Costs), VAR_COST (Variable Costs).. 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 BBPS_APO_SCALES 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
COUNTERInternal Counter BBP_APO_COUNTERINT410BBP_APO_COUNTER
VAL_FROMTimestamp at Start of Validity Period BBP_APO_VALFRDEC15TSTPSBCOS_TSTMP
VAL_TOTime Stamp at End of Validity Period BBP_APO_VALTODEC15TSTPSBCOS_TSTMP
FIX_COSTFixed Costs BBP_APO_FIX_COSTDEC15(5) BBP_APO_SNPCOST
VAR_COSTVariable Costs BBP_APO_VAR_COSTDEC15(5) BBP_APO_SNPCOST
CURRENCYCurrency BBP_CURRENCYCUKY5Assigned to domainWAERSFWS
ISO_CODEDistribution CRM -> Backend: ISO Code Currency BBP_R3_CURRENCY_ISOCHAR3ISOCD
LIMITInterval Lower Limit for Scales BBP_APO_LIMITQUAN15(3) BBP_MENGV15
LIMIT_INCLIndicator: Lower Interval Limit in Interval BBP_APO_LIMIT_INCLCHAR1XFELD
UPPER_LIMITInterval Upper Limit for Scales BBP_APO_UPPER_LIMITQUAN15(3) BBP_MENGV15
UPPER_LIMIT_INCLIndicator: Upper Limit in Interval BBP_APO_UPPER_LIMIT_INCLCHAR1XFELD
BASE_UNITBase Unit of Measure BBP_APO_BASE_UNITUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO Code for Unit of Measurement BBP_APO_ISO_BASE_UNITCHAR3Assigned to domainISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table BBPS_APO_SCALES

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