ECM_S_BDG_PST SAP (Budget process support table) Structure details

Dictionary Type: Structure
Description: Budget process support table




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




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

ECM_S_BDG_PST 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 process support table" 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_PST TYPE ECM_S_BDG_PST.

The ECM_S_BDG_PST table consists of various fields, each holding specific information or linking keys about Budget process support table data available in SAP. These include BUDGET_TYPE (Budget Type for Compensation Management), PLAN_UNIT (Object ID), PERSONNEL_NUMBER (Personnel Number), IS_MANAGER (Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')).. 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_PST 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_PERIODBudget period CMP_BU_FINYRCHAR10T7PM9CHAR10PFY
BUDGET_TYPEBudget Type for Compensation Management ECM_BUTYPCHAR4T7PM3PM_BUTYP
PLAN_UNITObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PERSONNEL_NUMBERPersonnel Number PERNR_DNUMC8PERNRPER
IS_MANAGERData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
ORG_UNITObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
COMPENSATION_ITEMCompensation Review Item ECM_CITEMCHAR4T71ADM09ECM_CITEM
COMPENSATION_PLANCompensation Plan ECM_CPLANCHAR4T71ADM02ECM_CPLAN
COMPENSATION_AREACompensation Area ECM_CAREACHAR2T71ADM01ECM_CAREAECM_CAREA
ELIGIBILITY_DATECompensation Eligibility Date ECM_ELIDTDATS8DATUM
PLAN_UNIT_NEWObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
ORG_UNIT_NEWObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
IS_MANAGER_NEWData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
GE_SIDEAssignment side for Global Employees ECM_GE_SIDECHAR1ECM_GE_SIDE
GE_PERSONNEL_NUMBERPersonnel number PERSNONUMC8Assigned to domainPERSNOPER
GE_ASSIGNMENT_TYPEAssignment Type PMGE_ASITYCHAR2Assigned to domainPMGE_ASITY

Key field Non-key field



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

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

How to access SAP table ECM_S_BDG_PST

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