SAP VBPOBTAB Change Document Structure; Generated by RSSCD000 Table data and field list

VBPOBTAB 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 "Change Document Structure; Generated by RSSCD000" 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_VBPOBTAB TYPE VBPOBTAB.

The VBPOBTAB table consists of various fields, each holding specific information or linking keys about Change Document Structure; Generated by RSSCD000 data available in SAP. These include CLIENT (Client), ASSI_TYP (Assignment Category), ASSI_NR (Allocation Number), PARTNER (Business Partner Number)... 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. .

VBPOBTAB 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 VBPOBTAB 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 VBPOBTAB 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
ASSI_TYPAssignment Category BP_ASSI_TYPCHAR6TPR1BP_ASSI_TYP
ASSI_NRAllocation Number BP_ASSI_NRCHAR30BP_ASSI_NR
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
RLTYPBP Role BU_PARTNERROLECHAR6TB003BU_ROLEBUPA_ROLE
TRDATESequence of Partner-Object Relationships BU_DTRANSDATS8DATUM
APPLApplication Category BP_APPLCHAR4Assigned to domainBP_APPLH_TPZ12
DATE_FROMDate of start of relationship DATBBEZDATS8DATUM
DATE_TODate of end of relationship DATEBEZDATS8DATUM
NODE_KEYNodes BP_NODE_KEYCHAR12BP_NODE_KEY
ADR_KINDAddress Type BU_ADRKINDCHAR10TB009BU_ADRKIND
TEXTText Field TEXT50CHAR50TEXT50
CRUSRUser who created the object BU_CRUSRCHAR12USNAM
CRDATDate on which the object was created BU_CRDATDATS8DATUM
CRTIMTime at which the object was created BU_CRTIMTIMS6UZEIT
CHUSRLast user to change object BU_CHUSRCHAR12USNAM
CHDATDate when object was last changed BU_CHDATDATS8DATUM
CHTIMTime at which object was last changed BU_CHTIMTIMS6UZEIT
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VBPOBTAB

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

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