BPPR SAP (Budget/Planning Internal Parameters) Structure details

Dictionary Type: Structure
Description: Budget/Planning Internal Parameters




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




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

BPPR 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 "Budget/Planning Internal Parameters" 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_BPPR TYPE BPPR.

The BPPR table consists of various fields, each holding specific information or linking keys about Budget/Planning Internal Parameters data available in SAP. These include IJAHR (Year of value date for total values), DECIM (Number of Decimal Places), SCALE (Scaling factor), FAKTG (Online value / table value conversion factor).. 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 BPPR 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
BOTTOMUPBottom-up planning in structure planning BP_BOTT_UPCHAR1XFELD
IJAHRYear of value date for total values BP_IJAHRNUMC4GJAHRGJAHR
DECIMNumber of Decimal Places DECIMCUKY5DECIM
SCALEScaling factor SCALE_DNUMC1NUM1
FAKTGOnline value / table value conversion factor BP_FAKTORINT410KOMPF
FAKTOROnline value / table value conversion factor BP_FAKTORINT410KOMPF
PLELEPlanning on planning elements only BP_PLELECHAR1X
SPREDDistribution Key SPREDCHAR4T821SSPREDGSP
KAGRU_PRKCost element group for primary costs KAGRU_PRKCHAR15GRPNAME
KAGRU_LSTSender Activity Type Group SLGRUCHAR15GRPNAMEKSD
KAGRU_SKZStatistical ratio cost element grtoup KAGRU_SKZCHAR12SETNR
KAGRU_ERLRevenue cost element group KAGRU_ERLCHAR15GRPNAME
RPLAN_KSTPlan parameters RPLANCHAR8Assigned to domainRPLANGPL
RPLAN_ERLRevenue planning parameters RPLAN_ERLCHAR8Assigned to domainRPLANGPL
SKGRUSender Cost Center Group SKGRUCHAR15GRPNAMEKSB
OBJ_T1Text (20 Characters) TEXT20CHAR20TEXT20
OBJ_T2Text (20 Characters) TEXT20CHAR20TEXT20
CUROBJBudgeting/Planning in the Object Currency BP_CUROBJCHAR1X
CURTRABudgeting/panning in any transaction currency BP_CURTRACHAR1X
CURKOKRBudgeting/Planning in the Controlling Area Currency BP_CURKOKRCHAR1X
DECIM_PROFNumber of Decimal Places DECIMCUKY5DECIM
DECIM_VIEWNumber of Decimal Places DECIMCUKY5DECIM
FAKTG_VIEWOnline value / table value conversion factor BP_FAKTORINT410KOMPF
FAKT_VIEWOnline value / table value conversion factor BP_FAKTORINT410KOMPF

Key field Non-key field



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

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

How to access SAP table BPPR

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