JBTFGKOND SAP (Financial Transaction (Condition Items)) Structure details

Dictionary Type: Structure
Description: Financial Transaction (Condition Items)




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




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

JBTFGKOND 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 "Financial Transaction (Condition Items)" 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_JBTFGKOND TYPE JBTFGKOND.

The JBTFGKOND table consists of various fields, each holding specific information or linking keys about Financial Transaction (Condition Items) data available in SAP. These include BUKRS (Company Code), RGATT (Class), RFHA (Financial Transaction), RFHAZU (Transaction activity).. 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 JBTFGKOND 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
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
RGATTClass TI_RGATTCHAR13ALPHAT_RGATTT04
RFHAFinancial Transaction TB_RFHACHAR13Assigned to domainALPHAT_RFHAFANVTBA
RFHAZUTransaction activity TB_RFHAZUNUMC5T_RFHAZUFAS
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) SKOARTNUMC4Assigned to domainSKOART
SSIGNDirection of flow TB_SSIGNCHAR1T_SSIGN
SBKKLASClassification of flows and conditions TB_SBKKLASCHAR1T_SBKKLAS
SBKTYPCategory of Flows and Conditions TB_SBKTYPCHAR2Assigned to domainT_SBKTYP
PKONDPercentage rate for condition items PKONDDEC10(7) DECV3_7
BKONDCondition item currency amount BKONDCURR13(2) WERTV7
SWHRKONDCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
SBASISCalculation base indicator SBASISCHAR4Assigned to domainVVSBASIS
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SZSREFReference Interest Rate SZSREFCHAR10Assigned to domainZIREFKU
SFORMREFFormula Reference TB_XFORMBECHAR4Assigned to domainT_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
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
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 SKALIDCHAR2Assigned to domainWFCIDH_TFACD
SKALID2Factory calendar SKALIDCHAR2Assigned to domainWFCIDH_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 VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
SKURSARTRate/Price Type - Treasury Instruments TI_KURSARTCHAR2Assigned to domainVVSKURSARTRATETYPE_F4
SFVMETHUpdate method for calculation date/due date TB_SFVMETHNUMC2T_SFVMETH
SERBTERMFiMa indicator: Date and frequency inheritance for condition TFMERBTERMCHAR1TFMERBTERM
SFRANZShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SEXCLGUELExclusive indicator for start date of condition position TFMSEXCLKPNUMC1VVSEXCLVON

Key field Non-key field



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

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

How to access SAP table JBTFGKOND

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