VTBFIOR SAP (FI: open requests) Table details

Dictionary Type: Table
Description: FI: open requests




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




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

VTBFIOR is a standard SAP Table which is used to store FI: open requests data and is available within R/3 SAP systems depending on the version and release level.

The VTBFIOR table consists of various fields, each holding specific information or linking keys about FI: open requests data available in SAP. These include BUKRS (Company Code), BELNR (Accounting Document Number), GJAHR (Fiscal Year), BUZEI (Document line item number in a Financial Accounting document).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP VTBFIOR table 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 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 table VTBFIOR using ABAP code

The following ABAP code Example will allow you to do a basic selection on VTBFIOR to SELECT all data from the table
DATA: WA_VTBFIOR TYPE VTBFIOR.

SELECT SINGLE *
FROM VTBFIOR
INTO CORRESPONDING FIELDS OF WA_VTBFIOR
WHERE...

How to access SAP table VTBFIOR

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