HRWPC_S_CP_BUDINFO SAP (Budget Data for Compensation Administration) Structure details

Dictionary Type: Structure
Description: Budget Data for Compensation Administration




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




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

HRWPC_S_CP_BUDINFO 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 for Compensation Administration" 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_HRWPC_S_CP_BUDINFO TYPE HRWPC_S_CP_BUDINFO.

The HRWPC_S_CP_BUDINFO table consists of various fields, each holding specific information or linking keys about Budget Data for Compensation Administration data available in SAP. These include BUTYP (Budget type), PLVAR (Plan Version), OTYPE (Object Type), BUDID (Object ID).. 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 HRWPC_S_CP_BUDINFO 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
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
BUTYPBudget type CMP_BU_BUTYPCHAR4T7PM3PM_BUTYPPBU
PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
BUDIDObject ID OBJEKTIDNUMC8NUM08PON
BUDBEGStart Date BEGDATUMDATS8DATUMBEG
BUDENDEnd Date ENDDATUMDATS8DATUMEND
BUDLOCKIndicator: Lock flag LOCKCHAR1CHAR1_X
BUDSHORTObject Abbreviation SHORT_DCHAR12TEXT12
ORGIDObject ID OBJEKTIDNUMC8NUM08PON
BEGDAStart Date BEGDATUMDATS8DATUMBEG
ENDDAEnd Date ENDDATUMDATS8DATUMEND
ORGSHORTObject Abbreviation SHORT_DCHAR12TEXT12
BUDGETBudget CMP_BETBUDCURR16(2) PMCURR
ALLOCAllocated amount CMP_BU_BETALCCURR16(2) PMCURR
ALLOC_TOTALAllocated amount CMP_BU_BETALCCURR16(2) PMCURR
ALLOC_NEWAllocated amount CMP_BU_BETALCCURR16(2) PMCURR
ALLOC_TOTAL_NEWAllocated amount CMP_BU_BETALCCURR16(2) PMCURR
BETRGAllocated amount CMP_BU_BETALCCURR16(2) PMCURR
RESTRemaining Amount CMP_BETRSTCURR16(2) PMCURR
WAERSCurrency Key CURCYCUKY5TCURCWAERSFWS
AMNT_BUDGETBudget CMP_ANZBUDDEC11(3) DECV8_3
AMNT_ALLOCAllocated quantity CMP_BU_ANZALCDEC11(3) DECV8_3
AMNT_ALLOC_TOTALAllocated quantity CMP_BU_ANZALCDEC11(3) DECV8_3
AMNT_ALLOC_NEWAllocated quantity CMP_BU_ANZALCDEC11(3) DECV8_3
AMNT_ALLOC_TOTAL_NEWAllocated quantity CMP_BU_ANZALCDEC11(3) DECV8_3
AMNT_BETRGAllocated quantity CMP_BU_ANZALCDEC11(3) DECV8_3
AMNT_RESTRemaining Quantity CMP_ANZRSTDEC11(3) DECV8_3
AMNT_BUGRUBudget type group unit CMP_BU_BUGRUCHAR3T7PM4CHAR3

Key field Non-key field



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

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

How to access SAP table HRWPC_S_CP_BUDINFO

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