TXW_PSBPPR SAP (Budget/plan profile) Structure details

Dictionary Type: Structure
Description: Budget/plan profile




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




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

TXW_PSBPPR 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/plan profile" 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_TXW_PSBPPR TYPE TXW_PSBPPR.

The TXW_PSBPPR table consists of various fields, each holding specific information or linking keys about Budget/plan profile data available in SAP. These include PROFIL (Profile), APPLIK (Application), WRTTP (Value Type), BPGE (Planning/Budget Overall Values).. 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)


SAP TXW_PSBPPR 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
PROFILProfile BP_PROFILCHAR6Assigned to domainBP_PROFILBP1
APPLIKApplication BP_APPLIKCHAR1BP_APPLIK
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
BPGEPlanning/Budget Overall Values BP_BPGECHAR1X
BPJAPlanning/budget annual values BP_BPJACHAR1X
BPPEPlanning/budget period values BP_BPPECHAR1X
AVA_ALLAvailability control against overall value BP_AVA_ALLCHAR1X
Y_FUTUREFuture timeframe allowed TXW_BPFTRCHAR3CHAR3
Y_PASTTimeframe allowed in the past TXW_BPPASTCHAR3CHAR3
Y_STARTStart planning/budgeting from current fiscal year TXW_BPSTRTCHAR3CHAR3
SIGHTData view BP_SIGHTNUMC2BP_SIGHT
SCALEScaling factor SCALE_DNUMC1NUM1
DECIMNumber of Decimal Places DECIMCUKY5DECIM
KURSTExchange Rate Type KURSTCHAR4Assigned to domainKURSTKUT
PLDATValue Date for Currency Translation PLDATDATS8DATUM
PLSAVSave exchange rate type/value date BP_PLSAVCHAR1X
KLVARCosting Variant CK_KLVARCHAR4Assigned to domainKLVARKRT
PLELEPlanning on planning elements only BP_PLELECHAR1X
SPREDDistribution Key SPREDCHAR4Assigned to domainSPREDGSP
KAGRU_PRKCost element group for primary costs KAGRU_PRKCHAR15GRPNAME
KAGRU_LSTSender Activity Type Group SLGRUCHAR15GRPNAMEKSD
KAGRU_SKZStatistical key figure group STGRUCHAR15GRPNAMESKG
KAGRU_ERLRevenue cost element group KAGRU_ERLCHAR15GRPNAME
RPLAN_KSTCost planning parameters RPLAN_KSTCHAR8Assigned to domainRPLAN
RPLAN_ERLRevenue planning parameters RPLAN_ERLCHAR8Assigned to domainRPLANGPL
SKGRUSender Cost Center Group SKGRUCHAR15GRPNAMEKSB
RELEAvailability control against releases BP_RELEASECHAR1X
PRARTBUProgram type for budgeting IM_PRARTBUCHAR4Assigned to domainIM_PRART
BOTTOMUPBottom-up planning in structure planning BP_BOTT_UPCHAR1XFELD
AKT_ARTAvailability control activation type BP_AKT_ARTCHAR1BP_AKT_ART
PROZBATUsage in % for background activator TXW_BPRZBTCHAR6CHAR6
PTEXTText (30 Characters) TEXT30CHAR30TEXT30

Key field Non-key field



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

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

How to access SAP table TXW_PSBPPR

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