VBCP6 SAP (Batch Record: Buffer Table for Archive Files) Structure details

Dictionary Type: Structure
Description: Batch Record: Buffer Table for Archive Files




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




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

VBCP6 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 "Batch Record: Buffer Table for Archive Files" 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_VBCP6 TYPE VBCP6.

The VBCP6 table consists of various fields, each holding specific information or linking keys about Batch Record: Buffer Table for Archive Files data available in SAP. These include MATNR (Material Number), EBRID (Batch record number), VERSION (Version of a Batch Record), WERKS (Plant).. 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 VBCP6 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
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EBRIDBatch record number EBRIDCHAR15EBRID
VERSIONVersion of a Batch Record EBR_VERSNUMC4EBR_VERS
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
ACONNIDIndex of shadow table for link to archive ACONNIDNUMC20ACONNID
SAP_OBJECTSAP ArchiveLink: Object type of business object SAEANWDIDCHAR10TOJTBOJ_NAMEOAO
OBJECT_IDSAP ArchiveLink: Object ID (object identifier) SAEOBJIDCHAR50SADC50
AR_OBJECTDocument type SAEOBJARTCHAR10TOADVSADC10_DVDOK
ARC_DOC_IDSAP ArchiveLink: Document ID SAEARDOIDCHAR40SADC40
ARCHIV_IDContent Repository Identification SAEARCHIVICHAR2Assigned to domainSADC2_AR
KTXTComment CHAR50CHAR50TEXT50
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUARTOrder Type AUFARTCHAR4Assigned to domainAUFARTAAT
AUFTEXTDescription AUFTEXTCHAR40TEXT40
PLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
ARTInspection Type QPARTCHAR8Assigned to domainQPARTQLA
HERKUNFTInspection Lot Origin QHERKCHAR2Assigned to domainQHERKQHK
CRIDPI sheet (process instruction sheet) PI_CRIDNUMC18Assigned to domainPI_CRIDPVL
ADRESOperator or group of operators processing a PI sheet CO_PI_ADRCHAR32CHAR32
ARCH_USERUser Name SYUNAMECHAR12SYCHAR12
USER_NAM_FIRSTName of user within the company XUNAME1CHAR30XUNAME1
USER_NAM_LASTName of user within the company XUNAME1CHAR30XUNAME1
ARCH_DATEDate on Which Record Was Created ERDATDATS8DATUM
ARCH_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
SAVEMODEBatch record: update mode EBRSAVEMODECHAR1EBRSAVEMODE
NODE_KEYTree Control: Node Key TV_NODEKEYCHAR12TM_CHAR12
VERS_SOURCEVersion of a Batch Record EBR_VERSNUMC4EBR_VERS
PHSEQControl Recipe Destination PHSEQCHAR2Assigned to domainPHSEQ

Key field Non-key field



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

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

How to access SAP table VBCP6

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