BPDK SAP (Header Entry Document) Table details

Dictionary Type: Table
Description: Header Entry Document




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




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

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

The BPDK table consists of various fields, each holding specific information or linking keys about Header Entry Document data available in SAP. These include BELNR (Entry Document Number), CPUDT (Date Document Was Created), BUDAT (Posting Date in the Document), PERIO (Posting period).. 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: Can be enhanced (character-type or numeric)


SAP BPDK 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 MANDTCLNT3T000MANDT
BELNREntry Document Number BP_DOCNRNUMC10BP_DOCNRBPB
CPUDTDate Document Was Created CO_CPUDTDATS8DATUM
BUDATPosting Date in the Document BUDATDATS8DATUM
PERIOPosting period POPERNUMC3POPERPOPR
BLDATDocument Date BP_BLDATDATS8DATUM
VADATPlanning/budgeting value date BD_VADATDATS8DATUM
VERANTPerson Responsible for Planning/Budgeting BP_VERANTCHAR20VERABBPV
USNAMName of Person who Created the Object ERNAMCHAR12USNAM
VALKEYValidation Key Budget/Planning BP_VALKEYCHAR10BP_VALKEY
BSTATDocument/Document Line Item Status BP_BSTATCHAR1BP_BSTAT
FCODEBudgeting/planning function BP_FCODECHAR6BP_FCODE
REASONReason for decision for workflow FMREASONCHAR2Assigned to domainFMREASON
RSTATReversal status BP_RSTATCHAR1BP_RSTAT
REV_DOCNROriginal document REV_DOCNRNUMC10Assigned to domainBP_BELNR
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
AWORGReference Organizational Units AWORGCHAR10AWORG
AWREFReference Document Number AWREFCHAR10ALPHAAWREF
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
AWTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
.INCLU--AP 0
/SAPF15/STATUS /SAPF15/STATUSCHAR1/SAPF15/STATUS
.INCLU--AP 0
SRC_BELNROriginal document REV_DOCNRNUMC10Assigned to domainBP_BELNR

Key field Non-key field



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

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

SELECT SINGLE *
FROM BPDK
INTO CORRESPONDING FIELDS OF WA_BPDK
WHERE...

How to access SAP table BPDK

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