ECM_S_BDG_DATA SAP (Budget Data) Structure details

Dictionary Type: Structure
Description: Budget Data




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




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

ECM_S_BDG_DATA 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 Data" 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_ECM_S_BDG_DATA TYPE ECM_S_BDG_DATA.

The ECM_S_BDG_DATA table consists of various fields, each holding specific information or linking keys about Budget Data data available in SAP. These include PARENT_BUDGET_ID (Budget Unit ID), BUDGET_GROUP (Budget type group), BUDGET_TYPE (Budget Type for Compensation Management), BUDGET_STATUS (Budget status).. 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 ECM_S_BDG_DATA 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_IDBudget Unit ID ECM_BDG_BUDGET_IDNUMC8Assigned to domainHROBJID
PARENT_BUDGET_IDBudget Unit ID ECM_BDG_BUDGET_IDNUMC8Assigned to domainHROBJID
BUDGET_GROUPBudget type group CMP_BU_BUTGRCHAR2T7PM0BUTGRHRCMP00T7PM0
BUDGET_TYPEBudget Type for Compensation Management ECM_BUTYPCHAR4T7PM3PM_BUTYP
BUDGET_STATUSBudget status CMP_BU_BSTATCHAR1T7PMQCHAR1
BUDGET_PERIODBudget period CMP_BU_FINYRCHAR10T7PM9CHAR10PFY
BUDGET_START_DATEStart Date BEGDADATS8DATUM
BUDGET_END_DATEEnd Date ENDDADATS8DATUM
BUDGET_AMOUNTBudgeted Amount ECM_BDAMTCURR16(2) PMCURR
BUDGET_AMOUNT_CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
BUDGET_AMOUNT_SPENTSpent Budget Amount ECM_SPAMTCURR16(2) PMCURR
BUDGET_AMOUNT_SPENT_CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
BUDGET_AMOUNT_IN_RCURCYBudgeted Amount ECM_BDAMTCURR16(2) PMCURR
BUDGET_AMOUNT_IN_RCURCY_CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
BUDGET_AMOUNT_AVAILABLEBudgeted Amount ECM_BDAMTCURR16(2) PMCURR
BUDGET_AMOUNT_AVAILABLE_CURCYCurrency Key CURCYCUKY5Assigned to domainWAERSFWS
BUDGET_AWARDSNumber of Budgeted Awards ECM_BDNUMDEC10ECM_STKNO
BUDGET_AWARDS_UNITStock Unit ECM_STKUNCHAR4Assigned to domainECM_STKUN
BUDGET_AWARDS_SPENTSpent Budget Number ECM_SPNUMDEC10ECM_STKNO
BUDGET_AWARDS_SPENT_UNITStock Unit ECM_STKUNCHAR4Assigned to domainECM_STKUN
BUDGET_AWARDS_AVAILABLENumber of Budgeted Awards ECM_BDNUMDEC10ECM_STKNO
BUDGET_AWARDS_AVAILABLE_UNITStock Unit ECM_STKUNCHAR4Assigned to domainECM_STKUN
CHANGEDData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
MULTIPLE_OWNERSData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
SINGLE_OWNER 0
PLVARPlan Version PLVARCHAR2PLVARPOP
OTYPEObject Type OTYPECHAR2OTYPEPOT
OBJIDObject ID OBJEKTIDNUMC8NUM08PON
RELATED_PLAN_UNITObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON

Key field Non-key field



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

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

How to access SAP table ECM_S_BDG_DATA

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