BBKPF SAP (Document Header for Accntng Document (Batch Input Structure)) Structure details

Dictionary Type: Structure
Description: Document Header for Accntng Document (Batch Input Structure)




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




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

BBKPF 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 "Document Header for Accntng Document (Batch Input Structure)" 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_BBKPF TYPE BBKPF.

The BBKPF table consists of various fields, each holding specific information or linking keys about Document Header for Accntng Document (Batch Input Structure) data available in SAP. These include TCODE (Transaction Code), BLDAT (Date (batch input)), BLART (Document Type), BUKRS (Company Code).. 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: Can be enhanced (character-type)


SAP BBKPF 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
STYPEBatch Input Interface Record Type STYPE_BICHAR1CHAR1
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
BLDATDate (batch input) DATUM_BICHAR8CHAR8
BLARTDocument Type BLARTCHAR2Assigned to domainBLARTBAR
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BUDATDate (batch input) DATUM_BICHAR8CHAR8
MONATFiscal Month (Batch Input Field) MONAT_BICHAR2CHAR2
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
KURSFExchange Rate Direct Quotation (Batch Input Field) KURSF_BICHAR10CHAR10
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
WWERTDate (batch input) DATUM_BICHAR8CHAR8
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
BVORGNumber of Cross-Company Code Posting Transaction BVORGCHAR16BVORG
BKTXTDocument Header Text BKTXTCHAR25TEXT25
PARGBTrading partner's business area PARGBCHAR4Assigned to domainGSBERGSB
AUGLVClearing Transaction AUGLVCHAR8Assigned to domainAUGLV
VBUNDCompany ID of trading partner RASSCCHAR6Assigned to domainALPHARCOMPPGS
XMWSTCalculate tax automatically XMWSTCHAR1XFELDXTX
DOCIDDocument type SAEOBJARTCHAR10Assigned to domainSADC10_DVDOK
BARCDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
STODTDate (batch input) DATUM_BICHAR8CHAR8
BRNCHBranch Number J_1ABRNCHCHAR4Assigned to domainJ_1BBRANCHJEA
NUMPGNumber of pages of invoice (batch input field) J_1ANOPG_BICHAR3CHAR3
STGRDReason for Reversal STGRDCHAR2Assigned to domainSTGRDFSG
KURSF_MIndirect Exchange Rate (Batch Input Session) KURSF_MCHAR10CHAR10
AUGTXClearing Text AUGTX_F05ACHAR50TEXT50
XPRFGDocument complete XPRFGCHAR1XFELD
XBWAEOnly transfer document in document currency when posting XBWAECHAR1XFELD
LDGRPLedger Group FAGL_LDGRPCHAR4Assigned to domainFAGL_LDGRPGLDGRP_FLEX
PROPMANOReal Estate Management Mandate RE_MANDATCHAR13PRPMNRE_MANDAT
VATDATEDate (batch input) DATUM_BICHAR8CHAR8
KURSXMarket Data Exch. Rate Direct Quotation (Batch Input Field) GLE_FXR_DTE_RATEX_BICHAR29CHAR29
KURSX_MIndirect Market Data Exchange Rate (Batch Input Session) GLE_FXR_DTE_RATEX_M_BICHAR29CHAR29
SENDERecord End Indicator for Batch Input Interface SENDE_BICHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table BBKPF

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