/SAPSRM/S_PDO_BUDGET_DISPLAY SAP (Structure used to store values for budget display) Structure details

Dictionary Type: Structure
Description: Structure used to store values for budget display




ABAP Code to SELECT data from /SAPSRM/S_PDO_BUDGET_DISPLAY
Related tables to /SAPSRM/S_PDO_BUDGET_DISPLAY
Access table /SAPSRM/S_PDO_BUDGET_DISPLAY




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

/SAPSRM/S_PDO_BUDGET_DISPLAY 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 used to store values for budget display" 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_/SAPSRM/S_PDO_BUDGET_DISPLAY TYPE /SAPSRM/S_PDO_BUDGET_DISPLAY.

The /SAPSRM/S_PDO_BUDGET_DISPLAY table consists of various fields, each holding specific information or linking keys about Structure used to store values for budget display data available in SAP. These include ACC_CAT (Account Assignment Category in SRM), ACC_CAT_TXT (Account Assignment Category Description in SAP SRM), ACC_STR (Generic Account Assignment), BUDGET_ACC_CAT (Account Assignment Category in SRM).. 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 (Deep)


SAP /SAPSRM/S_PDO_BUDGET_DISPLAY 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
BUDGET_LINEItem Number BBP_ITEM_NONUMC10CRM_ITEM_NO
ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_ACCCAT
ACC_CAT_TXTAccount Assignment Category Description in SAP SRM BBP_ACCCAT_DCHAR30CHAR_30
ACC_STRGeneric Account Assignment BBP_ACC_GENERICCHAR64CHAR64
BUDGET_ACC_CATAccount Assignment Category in SRM BBP_ACC_CATCHAR5BBP_ACCCAT
BUDGET_CAT_TXTAccount Assignment Category Description in SAP SRM BBP_ACCCAT_DCHAR30CHAR_30
BUDGET_ACC_STRGeneric Account Assignment BBP_ACC_GENERICCHAR64CHAR64
VALUENet Value BBP_VALUECURR15(2) WERT8
CURRENCYCurrency BBP_CURRENCYCUKY5Assigned to domainWAERSFWS
BDGT_CURRCurrent Budget BBP_BUCURR_PICURR15(2) WERT8
BDGT_AVAILAvailable Budget /SAPSRM/PDO_BUAVAIL_PICURR15(2) WERT8
PERCENTNet Value BBP_VALUECURR15(2) WERT8
AUTHORITY_BWCheckbox XFELDCHAR1XFELD
GRAPH_IDNatural Number INT4INT410INT4
ZERO_VALUECheckbox XFELDCHAR1XFELD

Key field Non-key field



How do I retrieve data from SAP structure /SAPSRM/S_PDO_BUDGET_DISPLAY using ABAP code?

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

How to access SAP table /SAPSRM/S_PDO_BUDGET_DISPLAY

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