SAP RFICO_DYN_CONDITION Screen Structure for Conditions Within Condition Table Table data and field list

RFICO_DYN_CONDITION 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 "Screen Structure for Conditions Within Condition Table" 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_RFICO_DYN_CONDITION TYPE RFICO_DYN_CONDITION.

The RFICO_DYN_CONDITION table consists of various fields, each holding specific information or linking keys about Screen Structure for Conditions Within Condition Table data available in SAP. These include I_VERS (Version ID for Condition Table), I_COMP (Component ID), SLOANFUNC (Application subfunction), SKOART (Condition Type (Smallest Subdivision of Condition Records))... 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. .

RFICO_DYN_CONDITION structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RFICO_DYN_CONDITION structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the RFICO_DYN_CONDITION table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
I_VERSVersion ID for Condition Table TB_FICO_CONTAB_VERSION_IDRAW16SYSUUID
I_COMPComponent ID TB_FICO_ICOMPRAW16SYSUUID
SLOANFUNCApplication subfunction VVSLOANFUNCCHAR3TDLOANSUBFUNCVVSLOANFUNC
SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4TDLOANFKOSKOART
SBEWARTFlow Type SBEWARTCHAR4TDLOANFUNCSBEWART
I_CONDCondition ID TB_FICO_ICONDRAW16SYSUUID
O_LEVELScaled or Interval Calculation TB_FICO_OLEVELNUMC1T_FICO_OLEVEL
O_LEVELTOFROMScale Item FROM or TO in Condition Determination TB_FICO_OLEVELTOFROMNUMC1T_FICO_OLEVELTOFROM
O_AMTCATGAmount Category TB_FICO_OAMTCATGCHAR6T_FICO_OAMTCATG
O_SINTCALCType of interest calculation TFMSINTCALCNUMC1TFMSINTCALC
O_BASEREFCalculation base reference VVSBASISCHAR4Assigned to domainVVSBASIS
O_BASEFIXINGIndicator for fixing calculation base TFMSBASFIXNUMC1TFMSBASFIX
O_ROUNDRounding Category TFM_SROUNDCHAR1TFM_SROUND
U_ROUNDUNITRounding Unit TFMPRUNITDEC13(7) TFMSRUNIT
O_IRUNITTime Unit for Interest Rate TB_FICO_OIRUNITNUMC3T_FICO_OIRUNIT
O_INTMETHODInterest Calculation Method SZBMETHCHAR1SZBMETH
O_AMMRHYZVInterest Settlement Frequency for Exponential Interest Calc. TFM_AMMRHYZVNUMC2TFM_AMMRHYZV
O_CALInterest Calendar TFMSKALIDWTCHAR2Assigned to domainWFCIDH_TFACD
SVMETHMethod for determining the next value date VVSVMETHNUMC1T_SVMETH
SVWERKShift calculation date to working day VVSVWERKNUMC1T_SWERK
SZEITANTIndicator for Pro Rata Temporis Calculations VVSZEITANTNUMC1VVSZEITANT
AVGSTAGENumber of working days for value date AVGSTAGENUMC2NUMC2
AVGSTAGEVZ+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
SINCLInclusive indicator for beginning and end of a period VVSINCLNUMC1VVSINCL
SVULTMonth-end indicator for calculation date VVSBULTCHAR1JFLAGG
JSOFVERRImmediate settlement JSOFVERRCHAR1TFMSOFVERR
SFMETHMethod for determining the next due date VVSFMETHNUMC1T_SFMETH
SFWERKShift due date to working day VVSFWERKNUMC1T_SWERK
SDWERKWorking Day Shift for Payment Date TB_SDWERKNUMC1T_SWERK
AFGSTAGENumber of working days to due date AFGSTAGENUMC2NUMC2
AFGSTAGEVZ+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
SFINCLInclusive Indicator for Due Date VVSFINCLNUMC1VVSINCL
SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
SBERECHGrace Period Interest Method SBERECHCHAR1XFELD
SFRANZShift Due Date TFMSFRANZNUMC1TFMSFRANZ
SFANTIndicator for due date-related FiMa calculations VVSFANTNUMC1VVSFANT
SZAWSPayment form (at start of period, mid-period, at period end) SZAWSNUMC1SZAHLDIV
SZWKEYPayment form with adjustment days VVSZWKEYCHAR2Assigned to domainVVSZWKEY
ZLSCHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
SZEGENGenerate incoming payment immediately SZEGENNUMC2Assigned to domainSZEGEN
SBUSTPosting control key VVSBUSTNUMC2VVSBUST
MANSPDunning block MANSPCHAR1Assigned to domainMANSP
ZAHLSBlock Key for Payment DZAHLSCHAR1Assigned to domainZAHLS
X_CONDDescription of a Condition TB_FICO_CONDITION_TCHAR25TEXT25
X_LOANFUNCName of Application Subfunction in Loans VVSLOANFUNCBEZCHAR60TEXT60

Key field Non-key field



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

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

How to access SAP table RFICO_DYN_CONDITION

Within an ECC or HANA version of SAP you can also view further information about RFICO_DYN_CONDITION and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).