VTB_OR SAP (Communication area: Open requests) Structure details

Dictionary Type: Structure
Description: Communication area: Open requests




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




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

VTB_OR 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 "Communication area: Open requests" 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_VTB_OR TYPE VTB_OR.

The VTB_OR table consists of various fields, each holding specific information or linking keys about Communication area: Open requests data available in SAP. These include IWBASIS (Base currency (usually local currency)), IDVZAHL (Expected payment date), IWTRANS (Transaction currency (currency subject to risk)), APPLI (Version Number Component).. 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 VTB_OR 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
IBUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
IWBASISBase currency (usually local currency) TH_WBASISCUKY5Assigned to domainWAERST23
IDVZAHLExpected payment date TB_DVZAHLDATS8DATUM
IWTRANSTransaction currency (currency subject to risk) TB_WTRANSCUKY5Assigned to domainWAERST22
APPLIVersion Number Component CHAR2CHAR2CHAR2
ID30 Characters CHAR30CHAR30CHAR30
MARKIBackground Processing Active SYBATCHCHAR1SYCHAR01
RSICHHedge number TB_RSICHCHAR13Assigned to domainALPHAT_RSICHT20VTBS
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
TCODETransaction Code TCODECHAR20Assigned to domainTCODETCD
MSGIDMessage Class SYMSGIDCHAR20Assigned to domainARBGB
MSGNOMessage Number SYMSGNONUMC3SYMSGNO
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
BUZEIDocument line item number in a Financial Accounting document BF_BUZEINUMC3NUMC3
LFDNR2 byte integer (signed) INT2INT25INT2
SSTATUSStatus TB_SSTATUSNUMC1T_SSTATUS
SSIGNDirection of flow TH_SSIGNCHAR1TH_SSIGN
DVZAHLExpected payment date TB_DVZAHLDATS8DATUM
BTRANSAmount in Transaction Currency TB_BTRANSCURR13(2) WERTV7
WTRANSTransaction currency (currency subject to risk) TB_WTRANSCUKY5Assigned to domainWAERST22
WBASISBase currency (usually local currency) TH_WBASISCUKY5Assigned to domainWAERST23
KONTRHBusiness partner (customer, vendor, counterparty,..) TH_KUNNRCHAR10Assigned to domainALPHABU_PARTNERT05
KOARTAccount Type KOARTCHAR1KOART
SIANUSEREntered by TH_CRUSERCHAR12SYCHAR12
SIANDATEEntry date TH_DCRDATDATS8DATUM
SIANTIMEEntry time TH_TCRTIMTIMS6UZEIT
SIANUUSERLast changed by TH_UPUSERCHAR12SYCHAR12
SIANUDATEChanged on TH_DUPDATDATS8DATUM
SIANUTIMETime changed TH_TUPTIMTIMS6UZEIT
N_BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
N_BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
N_GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
N_RSICHHedge number TB_RSICHCHAR13Assigned to domainALPHAT_RSICHT20VTBS

Key field Non-key field



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

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

How to access SAP table VTB_OR

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