VTBSDOKU SAP (Output Field Documentation for Specific Reports) Structure details

Dictionary Type: Structure
Description: Output Field Documentation for Specific Reports




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




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

VTBSDOKU 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 "Output Field Documentation for Specific Reports" 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_VTBSDOKU TYPE VTBSDOKU.

The VTBSDOKU table consists of various fields, each holding specific information or linking keys about Output Field Documentation for Specific Reports data available in SAP. These include AVVBASIS (Average quotation in points), APWKURS (Average percentage quotation), KWAERS (Purchase amount currency), VKWAERS (Forex sale amount currency).. 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 VTBSDOKU 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
ABPRICEAverage direct quotation TX_BPRICECURR13(2) WERTV7
AVVBASISAverage quotation in points TX_VVBASISDEC11(6) T_PKTKUR
APWKURSAverage percentage quotation TX_PWKURSDEC10(7) DEC3_7
KWAERSPurchase amount currency TX_KWAERSCUKY5Assigned to domainWAERS
VKWAERSForex sale amount currency TX_VKWAERSCUKY5Assigned to domainWAERS
KBETRForex purchase amount TX_KBETRCURR13(2) WERTV7
VKBETRForex sale amount TX_VKBETRCURR13(2) WERTV7
BNOMINALNominal amount in position currency BNOMINALCURR15(2) WERTV8_TR
KONHIGHHighest rate TX_KONHIGHDEC13(9) TB_KKURS
KONLOWLowest rate TX_KONLOWDEC13(9) TB_KKURS
TXTKURSRate as text field TX_TXTKURSCHAR15CHAR15
TXTZINSInterest rate as text field for help purposes TX_TXTZINSCHAR10T_TXTZINS
XORDERFlag to create the transaction as an order/fixing TX_XORDERCHAR1CHAR1T47
XVERTRAGFlag to create the transaction as a contract TX_XVERTRCHAR1CHAR1
SELECTEDCheckbox for table controls TB_SELECTCHAR1XFELD
FORDDTYPSpecification for data medium exchange TB_FORDTYPCHAR1CHAR1
FORDNAMDFile name in file system or name proposal for download TB_FORDNAMDCHAR38TEXT38
FORDCBXXIndicator: Several messages per file TB_FORDCBXXCHAR1XFELD
DLABELLabel for a disk DLABELCHAR11CHAR11
QUOTESTreasury: Number of Quotations TB_QUOTESDEC4(1) DEC3_1
WINSTreasury: Number of offers executed TB_WINSDEC4(1) DEC3_1
RANKTreasury: Ranking TB_RANKDEC4(1) DEC3_1
OUTOFTreasury: Total number of applicants (offers/quotations) TB_OUTOFDEC4(1) DEC3_1
COMPETSTreasury: Number of Competitors TB_COMPETSDEC4(1) DEC3_1
TOTQUOTESTreasury: Total number of offers TB_TOTQUOTEDEC4(1) DEC3_1
COUNTERCONFCounterconfirmation Required? TB_COUNTERCONFCHAR1XFELD
SSTATUSStatus Relevant? TB_STATCORRCHAR1XFELD
LZBMaturity Band JBRLZB_DCHAR4JBRLZBALPHAJBRLZBLZBS_JBRLZB_LZBID
STRACECORRLog Counterconfirmation Assignment? TB_XTRACECORRCHAR1XFELD
SCHEDULEAverage Table TB_SCHEDULECHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table VTBSDOKU

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