VTI_FUSKO SAP (Transfer structure for settlement) Structure details

Dictionary Type: Structure
Description: Transfer structure for settlement




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




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

VTI_FUSKO 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 "Transfer structure for settlement" 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_VTI_FUSKO TYPE VTI_FUSKO.

The VTI_FUSKO table consists of various fields, each holding specific information or linking keys about Transfer structure for settlement data available in SAP. These include RGATT (Class), RKONDGR (Direction of Transaction), RKOND (Condition), DGUEL_KP (Condition Item Valid From).. 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 VTI_FUSKO 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
RGATTClass TI_RGATTCHAR13ALPHAT_RGATTT04
RKONDGRDirection of Transaction TB_RKONDGRNUMC1T_RKONDGR
RKONDCondition TB_KONDNUMC4T_KOND
DGUEL_KPCondition Item Valid From DGUEL_KPDATS8DATUM
NSTUFELevel number of condition item for recurring payments NSTUFENUMC2NUMC2
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_DCRDATDATS8DATUM
TCRTIMEntry Time TB_CRTIMCHAR6TIME06
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT
SALTKONDUnit for supplementary condition items TB_SALKONDNUMC4SKONDGRP
SZINSANPCross-referenced condition grp for interest rate adjustment SZINSANPNUMC4SKONDGRP
JNULLKONCondition Form JNULLKONCHAR1SKONDF
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TZK01SKOART
SBEWAUSWSelection of flow types TB_SBEWAUSNUMC1T_SBEWAUS
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5TCURCWAERS
SBASISCalculation base indicator SBASISCHAR4Assigned to domainVVSBASIS
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SZSREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
SFORMREFFormula Reference TB_XFORMBECHAR4AT30T_FORMBE
SVARNAMEVariable Name TB_VARNAMECHAR4T_XFELD04
AMMRHYFrequency in months AMMRHYNUMC3NUMC03
ATTRHYFrequency in Days ATTRHYNUMC3NUMC03
DVALUTCalculation Date DVALUTDATS8DATUM
SVULTMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
SVWERKWorking Day Shift for Calculation Day TB_SVWERKNUMC1T_SWERK
SVMETHMethod for determining the next value date TB_SVMETHNUMC1T_SVMETH
AVGSTAGENumber of Days for Relative Calculation of Value Date TB_AVGSTAGINT410T_GSTAGE
DFAELLDue date DFAELLDATS8DATUM
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
SFWERKWorking Day Shift for Due Date TB_SFWERKNUMC1T_SWERK
SFMETHMethod for determining the next due date TB_SFMETHNUMC1T_SFMETH
AFGSTAGENumber of days for rel. determination of due date TB_AFGSTAGINT410T_GSTAGE
DZFESTInterest rate fixing date TB_DZFESTDATS8DATUM
AZGSTAGENo. of days for relative determinatn of interest fixing TB_AZGSTAGINT410T_GSTAGE
DZSREFReference interest rate fixing date TB_ZSREFDATS8DATUM
SKALIDFactory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
SKALID2Factory calendar SKALIDCHAR2TFACDWFCIDH_TFACD
RANTYPContract Type RANTYPCHAR1RANTYP
SHERKUNFTDisplay Area of Flow or Condition TB_SHERKCHAR4T_XFELD04
SRHYTHMFrequency Indicator TB_SRHYTHMNUMC1T_SRHYTHM
SBERFIMACalculation category for cash flow calculator SBEWFIMACHAR4Assigned to domainSBEWFIMA
SZWERKShift to working day for interest fixing date VVSZWERKNUMC1T_SWERK
RHANDPLExchange VVRHANDPLCHAR10TWH01VVRHANDPLWHP
SKURSARTRate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
XONCEPOne-time settlement TB_XONCEPCHAR1XFELD
XKONDPPeriodic settlement (mark-to-market) TB_XKONDPCHAR1XFELD
XHANDIndividual settlement TB_XHANDCHAR1XFELD
XKOARTLName of condition type XKOARTLCHAR30XMBEZ

Key field Non-key field



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

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

How to access SAP table VTI_FUSKO

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