BPDP SAP (Period Values Entry Document) Table details

Dictionary Type: Table
Description: Period Values Entry Document




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




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

BPDP is a standard SAP Table which is used to store Period Values Entry Document data and is available within R/3 SAP systems depending on the version and release level.

The BPDP table consists of various fields, each holding specific information or linking keys about Period Values Entry Document data available in SAP. These include BELNR (Entry Document Number), BUZEI (Posting row), LEDNR (Budget/Planning Ledger), TRGKZ (Object indicator).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP BPDP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BELNREntry Document Number BP_DOCNRNUMC10Assigned to domainBP_DOCNRBPB
BUZEIPosting row CO_BUZEINUMC3BUZEI
LEDNRBudget/Planning Ledger BP_LEDNRCHAR4NUMCVLEDNR_BP
TRGKZObject indicator BP_TRGKZCHAR1BP_TRGKZ
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VORGABudget Type Budgeting/Planning BP_VORGANGCHAR4Assigned to domainACTIVITY
TWAERTransaction Currency TWAERCUKY5Assigned to domainWAERSFWS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
SUBVOBudget Subtype BP_SUBVOCHAR4Assigned to domainBP_SUBVO
GNJHRYear of Cash Effectivity GNJHRNUMC4GJAHRGJAHRGNJHR
PERBLPeriod block PERBLNUMC3PERBLVPE
WTP01Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP02Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP03Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP04Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP05Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP06Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP07Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP08Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP09Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP10Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP11Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP12Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP13Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP14Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP15Period value in transaction currency BP_WPTCURR15(2) WERTV8
WTP16Period value in transaction currency BP_WPTCURR15(2) WERTV8
WLP01Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP02Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP03Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP04Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP05Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP06Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP07Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP08Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP09Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP10Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP11Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP12Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP13Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP14Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP15Period value in ledger currency BP_WPLCURR15(2) WERTV8
WLP16Period value in ledger currency BP_WPLCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP table BPDP using ABAP code

The following ABAP code Example will allow you to do a basic selection on BPDP to SELECT all data from the table
DATA: WA_BPDP TYPE BPDP.

SELECT SINGLE *
FROM BPDP
INTO CORRESPONDING FIELDS OF WA_BPDP
WHERE...

How to access SAP table BPDP

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