SAP BPHEADDYN Budget Entry Document Header Screen Table data and field list

BPHEADDYN 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 Entry Document Header Screen" 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_BPHEADDYN TYPE BPHEADDYN.

The BPHEADDYN table consists of various fields, each holding specific information or linking keys about Budget Entry Document Header Screen data available in SAP. These include BUPER (Posting period), BLDAT (Document Date), EJAHR (Receiver year), E_GEBER (Receiver fund)... 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. .

BPHEADDYN structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BPHEADDYN structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BPHEADDYN table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
BUDATPosting Date in the Document BUDATDATS8DATUM
BUPERPosting period POPERNUMC3POPERPOPR
BLDATDocument Date BP_BLDATDATS8DATUM
EJAHRReceiver year BP_U_EJAHRNUMC4GJAHRGJAHRGJV
E_GEBERReceiver fund BP_E_GEBERCHAR10Assigned to domainBP_GEBERFIE
E_GNJHR FM_BK_E_GJNUMC4GJAHRGJAHR
E_PERIOReceiver period: Budgeting/planning BP_E_PERIONUMC3POPERBPE
FCODEBudgeting/planning function BP_FCODECHAR6BP_FCODE
FICTRFunds Center FM_FICTRCHAR16Assigned to domainFISTLFIS
FIKRSFinancial Management Area FIKRSCHAR4Assigned to domainFIKRSFIK
FIPOSCommitment Item FIPOSCHAR14Assigned to domainFIPOSFIP
FIPEXCommitment Item FM_FIPEXCHAR24Assigned to domainFM_FIPEXFPS
SJAHRSender year BP_U_SJAHRNUMC4GJAHRGJAHRGJR
SUBVOBudget Subtype BP_SUBVOCHAR4Assigned to domainBP_SUBVO
S_GEBERSender fund BP_S_GEBERCHAR10Assigned to domainBP_GEBERFIC
S_GNJHR FM_BK_S_GJNUMC4GJAHRGJAHR
S_PERIOSender period: Budgeting/planning BP_S_PERIONUMC3POPERVPE
TDNAMEText Name BP_TDNAMCHAR32CHAR32
TECHBudgeting/Planning Technique BP_TECHCHAR1BP_TECH
TEXTDocument Header Text BP_BLTXTCHAR50TEXT50
VADATPlanning/budgeting value date BD_VADATDATS8DATUM
VALKEYValidation Key Budget/Planning BP_VALKEYCHAR10BP_VALKEY
VERANTPerson Responsible for Planning/Budgeting BP_VERANTCHAR20VERABBPV
RPUBLAWPublic Law Cited FM_PUBLAWCHAR20FM_PUBLAW
RLEGISType of Legislation FM_LEGISCHAR1FM_LEGIS
RCOHORTReporting Year for Cohort FM_COHORTCHAR4FM_COHORT
DOCTYPEBudget entry document type BUED_DOCTYPECHAR4Assigned to domainBUED_DOCTYPEDOTY
VERSNPlanning/budgeting version BP_VERSIONCHAR3Assigned to domainALPHABP_VERSIONBP2
VORGABudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
WGESOverall values too BP_WGESCHAR1X
XPBPayment budget BP_PBCHAR1XBZA
XCBCommitment budget BP_CBCHAR1XBVE

Key field Non-key field



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

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

How to access SAP table BPHEADDYN

Within an ECC or HANA version of SAP you can also view further information about BPHEADDYN and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).