RFICO_DYN_POSITION SAP (Screen Structure Condition Item) Structure details

Dictionary Type: Structure
Description: Screen Structure Condition Item




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




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

RFICO_DYN_POSITION 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 Condition Item" 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_POSITION TYPE RFICO_DYN_POSITION.

The RFICO_DYN_POSITION table consists of various fields, each holding specific information or linking keys about Screen Structure Condition Item data available in SAP. These include I_VERS (Version ID for Condition Table), I_COMP (Component ID), I_POSNO (Number of Condition Item), I_VARIABLE (Variable Name).. 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: Can be enhanced (character-type or numeric)


SAP RFICO_DYN_POSITION 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
I_VERSVersion ID for Condition Table TB_FICO_CONTAB_VERSION_IDRAW16SYSUUID
I_COMPComponent ID TB_FICO_ICOMPRAW16SYSUUID
I_POSNONumber of Condition Item TB_FICO_IPOSNONUMC4T_FICO_IPOSNO
I_VARIABLEVariable Name TB_VARNAMECHAR4T_XFELD04
LIMIT_AMOUNTAmount Limit TB_FICO_AAMTLIMCURR13(2) T_CML_AMOUNT_STANDARD
LIMIT_TERM_VALUETerm Limit: Number of Time Units TB_FICO_LIMIT_TERM_VALUENUMC4T_PROD_TIME_QUANTITY_TERM
LIMIT_TERM_UNITTerm Limit: Unit TB_FICO_LIMIT_TERM_UNITNUMC1T_PROD_TIME_UNIT_TERM
A_BASECalculation base amount BBASISCURR13(2) WERTV7
A_AMTCondition item currency amount BKONDCURR13(2) WERTV7
A_AMTMINMinimum Amount to Be Capitalized TB_FICO_AAMTMINCURR13(2) T_CML_AMOUNT_STANDARD
A_AMTMAXMaximum Amount to Be Capitalized TB_FICO_AAMTMAXCURR13(2) T_CML_AMOUNT_STANDARD
N_DIVISORDivisor TB_FICO_NDIVISORDEC4T_FICO_NDIVISOR
I_FORMULAFormula reference for the cash flow calculator VVSFORMREFCHAR4Assigned to domainT_FORMBE
R_PERCENTAGEPercentage rate for condition items PKONDDEC10(7) DECV3_7
SZSREFVZ+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
O_INTREFReference Interest Rate SZSREFCHAR10T056RZIREFKU
R_INCREMENTReference Interest Rate Markup / Markdown TB_FICO_RINTREFINCREMDEC10(7) T_CML_PERCENTAGE
R_INTMAXMinimum Interest Rate: Reference Interest Rate + Supplement TB_FICO_RINTMINDEC10(7) T_CML_PERCENTAGE
R_INTMINMaximum Interest Rate: Reference Interest Rate + Supplement TB_FICO_RINTMAXDEC10(7) T_CML_PERCENTAGE
R_USR_INCRPermitted Upper Deviation from Interest Rate TB_FICO_RUSR_INCRDEC10(7) T_CML_PERCENTAGE
R_USR_DECRPermitted Lower Deviation from Interest Rate TB_FICO_RUSR_DECRDEC10(7) T_CML_PERCENTAGE
COUNTRYCountry Key LAND1CHAR3T005LAND1LND
REGIONRegion Where Contract Concluded TB_SREGIONCHAR3T005SREGIO
VALID_FROM_DATEStart of Validity Period TB_VALID_FROM_DATEDATS8DATUM
VALID_FROM_PERValid from Date TB_VALID_FROM_PERIODNUMC4T_PROD_TIME_QUANTITY_TERM
A_CAP_PERIODCap on Interest Rate for a Period TB_CAP_PERIODDEC10(7) T_CML_PERCENTAGE
A_FLOOR_PERIODFloor on Interest Rate for a Period TB_FLR_PERIODDEC10(7) T_CML_PERCENTAGE
R_CAP_ADJUSTInterest Rate Cap for Interest Adjustment TB_CAP_ADJUSTDEC10(7) T_CML_PERCENTAGE
R_FLOOR_ADJUSTFloor on Interest Rate for Interest Adjustment TB_FLR_ADJUSTDEC10(7) T_CML_PERCENTAGE
WAIVE_PROF_IDWaiver Profile ID TB_WAIVE_PROF_IDCHAR4VDWAIVE_PR_HEADT_WAIVE_PROF_IDFVD_WAIVE_PR_ID

Key field Non-key field



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

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

How to access SAP table RFICO_DYN_POSITION

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