PPBT0 SAP (Screen Fields for HR Budgeting) Structure details

Dictionary Type: Structure
Description: Screen Fields for HR Budgeting




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




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

PPBT0 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 "Screen Fields for HR Budgeting" 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_PPBT0 TYPE PPBT0.

The PPBT0 table consists of various fields, each holding specific information or linking keys about Screen Fields for HR Budgeting data available in SAP. These include BUTGR (Budget type group), BUTYP (Budget type), FINYR (Budget period), BEGDA (Start Date).. 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 PPBT0 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
PLVARPlan Version PLVARCHAR2T778PPLVARPOP
BUTGRBudget type group CMP_BU_BUTGRCHAR2T7PM0BUTGRHRCMP00T7PM0
BUTYPBudget type CMP_BU_BUTYPCHAR4T7PM3PM_BUTYPPBU
FINYRBudget period CMP_BU_FINYRCHAR10T7PM9CHAR10PFY
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
CNVDAKey date for currency translation CMP_BU_CNVDADATS8DATUM
BSTATBudget status CMP_BU_BSTATCHAR1CHAR1
BSTEXTName of budget status CMP_BU_BSTXTCHAR25TEXT25
NEW_BUTYPBudget type CMP_BU_BUTYPCHAR4T7PM3PM_BUTYPPBU
NEW_FINYRBudget period CMP_BU_FINYRCHAR10T7PM9CHAR10PFY
NEW_BEGDAStart Date BEGDATUMDATS8DATUMBEG
NEW_ENDDAEnd Date ENDDATUMDATS8DATUMEND
NEW_CNVDAKey date for currency translation CMP_BU_CNVDADATS8DATUM
BTVERTLGDisplay budget distribution view CMP_BU_DISCHAR1CHAR1_X
BTFINANZDisplay budget financing view CMP_BU_FINCHAR1CHAR1_X
BTVALUESCopy budget amounts/quantities CMP_BU_VALCHAR1CHAR1_X
BTFINRELCopy/Generate/Update financing relationships CMP_BU_FRLCHAR1CHAR1_X
BTORGRELUse organizational unit's relationship period CMP_BU_RELCHAR1CHAR1_X
SEARKSearch Term for Object CMP_BU_SRKCHAR12TEXT12PON
OTYPEObject Type OTYPECHAR2T778OOTYPEPOT
OBJIDObject ID HROBJIDNUMC8PLOGIHROBJIDPON
STEXTObject Name STEXTCHAR40TEXT40
SHORTObject Abbreviation SHORT_DCHAR12TEXT12
BUDINNEWEntire budget amount CMP_BU_IN1CURR13(2) PMCURR1
BUDINOLDEntire budget amount CMP_BU_IN1CURR13(2) PMCURR1
BUDINCHGChange by amount of entire budget CMP_BU_IN2CURR13(2) WERTV7
CURCYNEWCurrency Key HR_CURCYCUKY5TCURCWAERSFWS
CURCYOLDCurrency Key HR_CURCYCUKY5TCURCWAERSFWS
CURCYCHGCurrency Key HR_CURCYCUKY5TCURCWAERSFWS
BUDAMNTNEWQuantity of total budget CMP_BU_AM1DEC10(3) PMAMNT
BUDAMNTOLDQuantity of total budget CMP_BU_AM1DEC10(3) PMAMNT
BUDAMNTCHGChange by quantity for total budget CMP_BU_AM2DEC11(3) DECV8_3
BUDUNITNEWAbbreviation of budget type group unit CMP_BU_BEABBRCHAR5TEXT5
BUDUNITOLDAbbreviation of budget type group unit CMP_BU_BEABBRCHAR5TEXT5
BUDUNITCHGAbbreviation of budget type group unit CMP_BU_BEABBRCHAR5TEXT5
PRZNTChange by percentage for budget amount / quantity CMP_BU_PRZDEC5(2) DECV3_2
PRZNT2Change by percentage for budget amount / quantity CMP_BU_PRZDEC5(2) DECV3_2
DEPTHDepth of budget structure CMP_BU_DPTDEC5DEC5
BETALLOCAllocated amount CMP_BU_BETALCCURR16(2) PMCURR
ANZALLOCAllocated quantity CMP_BU_ANZALCDEC11(3) DECV8_3

Key field Non-key field



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

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

How to access SAP table PPBT0

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