VBKK83 SAP (Change document structure; generated by RSSCD000) Structure details

Dictionary Type: Structure
Description: Change document structure; generated by RSSCD000




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




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

VBKK83 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_VBKK83 TYPE VBKK83.

The VBKK83 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 MANDT (Client), CONDAREA (Condition Area), CONDGR_CAT (Condition Group Category), CONDGR (Bank Condition Group).. 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: Not classified


SAP VBKK83 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
MANDTClient MANDTCLNT3T000MANDT
CONDAREACondition Area BKK_CONDARCHAR4TBKK80BKK_CONDARCOR
CONDGR_CATCondition Group Category BKK_GRPCATCHAR1TBKK86BKK_GRPCATBGC
CONDGRBank Condition Group BKK_KONGRCHAR4TBKK85BKK_KONGRBCG
CONDCATGBank Condition Category BKK_CONCATCHAR4TBKK81BKK_CONCAT
CONDCondition ID BKK_CONCHAR10BKK_CON
CURRCurrency Key WAERSCUKY5TCURCWAERSFWS
XSURCHARGEFlag: Markup Condition BKK_SURCHGCHAR1FLAG
VALIDFROMValid from BKK_VALFROCHAR8INVDTDATUM_INV
CONDDIF1st Conditions Type Differentiation BKK_CONDIFCHAR3TBKK82BKK_CONDIF
CONDDIF_V1Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
CONDDIF_22nd Condition Type Differentiation BKK_COND_2CHAR3TBKK82BKK_CONDIF
CONDDIF_V2Condition Differentiation Value BKK_CONVALCHAR10BKK_CONVAL
VALIDTOValid to BKK_VALTOCHAR8INVDTDATUM_INV
USEDTILLDate till when Condition was Used BKK_USEDDATS8DATUM
FLG_ASSIGN_LOCKBlock Indicator for Condition Assignment BKK_FLGASSGNLCKNUMC1BKK_FLGASSGNLCK
ASUSERAssigned by BKK_ASUSERCHAR12SYCHAR12
ASRELUSERAssignment Released by BKK_ASRELUSERCHAR12SYCHAR12
KZChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND

Key field Non-key field



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

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

How to access SAP table VBKK83

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