VTVFGICF SAP (Table Control for Depiction of Cash Flow) Structure details

Dictionary Type: Structure
Description: Table Control for Depiction of Cash Flow




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




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

VTVFGICF 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 "Table Control for Depiction of Cash Flow" 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_VTVFGICF TYPE VTVFGICF.

The VTVFGICF table consists of various fields, each holding specific information or linking keys about Table Control for Depiction of Cash Flow data available in SAP. These include MANDT (Client), RIDXRT (Internal Number of the Generic Transaction), NGIDNR (Sequence Number for a Transaction ID in Primary Transaction), NCFNR (Consecutive Number for a Flow of an FGET).. 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 VTVFGICF 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
XMARKCheckbox XFELDCHAR1XFELD
MANDTClient MANDTCLNT3T000MANDT
RIDXRTInternal Number of the Generic Transaction JBRIDXRTCHAR20JBRDBKOALPHAJBRIDXRTRIDXRTS_JBRDBKO_RIDXRT
NGIDNRSequence Number for a Transaction ID in Primary Transaction JBNGIDNRNUMC6JBRDBKOETJBNGIDNR
NCFNRConsecutive Number for a Flow of an FGET JBNCFNRNUMC6JBNCFNR
CFARTCash Flow Type JBRCFART_DCHAR3JBRCFARTJBRCFARTS_JBRCFART
RKONDGRDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SCWHRCurrency of cash flow TV_CFWHRCUKY5TCURCWAERS
BCWHRCash Flow Amount in Currency TV_CASHFCURR17(2) T_BETRAG
DFAELLDue date DFAELLDATS8DATUM
DDISPOPayment Date DDISPODATS8DATUM
DBERVON'Calculate From' Date (Inclusive of that date) JBRBERVONDATS8DATUM
DBERBIS'Calculate Through To' Date JBRBERBISDATS8DATUM
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
ABASTAGENumber of base days in a calculation period ABASTAGENUMC6INT6
ATAGENumber of Days VTVATAGENUMC6NUMC06
CF_ASTCKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
SNWHRCurrency of nominal amount base TV_SNWHRCUKY5TCURCWAERS
BNWHRNominal amount base for cash flow determination TV_BNWHRCURR17(2) T_BETRAG
PKONDInterest rate as a percentage TB_PKONDDEC10(7) DECV3_7
SZSREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
SOFFSETFixer offset for variable interest rate reference TV_SOFFSETDEC10(7) DECV3_7
SFORMREFFormula Reference TB_XFORMBECHAR4AT30T_FORMBE
DZFESTInterest rate fixing date TB_DZFESTDATS8DATUM
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
OPPZINSOpportunity Interest JBIOPPZDEC10(7) JBIZINS
FIKTKZInclude Fictitious Cash Flows TV_FIKTKZCHAR1TV_FIKTKZ
SBWHRPosition Currency/Transaction Currency KL_SBWHRCUKY5TCURCWAERS
BBWHRAmount in transaction currency KL_BBWHRCURR17(2) KL_AMOUNT
XKURSKNZX - Fixed exchange rate agreed KL_XKURSCHAR1XFELD
KKURSExchange Rate KL_KKURSDEC13(7) DEC6_7
SZINSARTRM: Indicator for the Type of Interest Rate JBSZINSARTCHAR1JBSZINSART

Key field Non-key field



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

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

How to access SAP table VTVFGICF

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