VTBL_DOKU SAP (Limit Management: Documentation for Selection Fields) Structure details

Dictionary Type: Structure
Description: Limit Management: Documentation for Selection Fields




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




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

VTBL_DOKU 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 "Limit Management: Documentation for Selection Fields" 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_VTBL_DOKU TYPE VTBL_DOKU.

The VTBL_DOKU table consists of various fields, each holding specific information or linking keys about Limit Management: Documentation for Selection Fields data available in SAP. These include CONSEXC (Red Traffic Light When Limit Exceeded), CONSRBD (Red Traffic Light When Risk Commitment Period Exceeded), DATEDERI (Date for Determining Derived Limit Characteristics), EMPTYLI (Limits Without Utilizations).. 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: Cannot Be Enhanced


SAP VTBL_DOKU 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
SHOWNOTESDisplay of Note Flags TB_SHOWNOTESCHAR1XFELD
CONSEXCRed Traffic Light When Limit Exceeded TB_CONSEXCCHAR1XFELD
CONSRBDRed Traffic Light When Risk Commitment Period Exceeded TB_CONSRBDCHAR1XFELD
DATEDERIDate for Determining Derived Limit Characteristics TB_DATEDERIDATS8DATUM
EMPTYLILimits Without Utilizations TB_EMPTYLICHAR1XFELD
DATEEMPTYStart of Validity Period for Limits w/o Utilizations TB_DATEEMPTYDATS8DATUM
ACTDATELatest Determination Date per Limit Type TB_ACTDATECHAR1XFELD
CALCHECKCompare with Factory Calendar TB_CALCHECKCHAR1XFELD
ROUNDRounding Control for Amount Fields TB_ROUNDCHAR1ROUND
EXONLYOnly Exceeded Limits TB_EXONLYCHAR1XFELD
EXPLUSExceeded Limits and Analagous Characteristic Combinations TB_EXPLUSCHAR1XFELD
DISP_CURRDisplay Currency TB_DISP_CURRCUKY5TCURCWAERS
GEN_DEFSelection Method for Counterparty/Issuer Default Risk TB_GEN_DEFCHAR1XFELD
GEN_BONISelection Method for Foreign Currency Risk TB_GEN_BONICHAR1XFELD
DATE_SPLITDate of Limit Split TB_DATE_SPLITDATS8DATUM
DATE_FOACTDate Fin.Object was Activated for Country/Counterparty Risk TB_DATE_FOACTDATS8DATUM
DATA_CMMode: 'C': Copy; 'M': Move TB_DATA_CMCHAR1TB_DATA_CM
DIRECTION_GENCopy Direction of Data for Generated Characteristics TB_DIRECTION_GENCHAR2TB_DIRECTION_GEN

Key field Non-key field



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

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

How to access SAP table VTBL_DOKU

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