RSCREEN_LOAN_CONDITION_DETAIL SAP (Fields for Condition Details) Structure details

Dictionary Type: Structure
Description: Fields for Condition Details




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




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

RSCREEN_LOAN_CONDITION_DETAIL 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 "Fields for Condition Details" 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_RSCREEN_LOAN_CONDITION_DETAIL TYPE RSCREEN_LOAN_CONDITION_DETAIL.

The RSCREEN_LOAN_CONDITION_DETAIL table consists of various fields, each holding specific information or linking keys about Fields for Condition Details data available in SAP. These include ITEM_MAX (Row Index of Internal Tables), OPTION_FIXED_BASIS (Fixed Calculation Base), CURR (Currency Key), CAP_PERIOD (Cap on Interest Rate for a Period).. 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 RSCREEN_LOAN_CONDITION_DETAIL 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
ITEMRow Index of Internal Tables SYTABIXINT410SYST_LONG
ITEM_MAXRow Index of Internal Tables SYTABIXINT410SYST_LONG
OPTION_FIXED_BASISFixed Calculation Base TB_OPTION_FIXED_BASISCHAR1BOOLE
CURRCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CAP_PERIODCap on Interest Rate for a Period TB_CAP_PERIODDEC10(7) T_CML_PERCENTAGE
FLR_PERIODFloor on Interest Rate for a Period TB_FLR_PERIODDEC10(7) T_CML_PERCENTAGE
CAP_ADJUSTInterest Rate Cap for Interest Adjustment TB_CAP_ADJUSTDEC10(7) T_CML_PERCENTAGE
FLR_ADJUSTFloor on Interest Rate for Interest Adjustment TB_FLR_ADJUSTDEC10(7) T_CML_PERCENTAGE
S_SKOARTCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
S_DVALUTCalculation Date DVALUTDATS8DATUM
S_SVULTMonth-end indicator for value date SVULTCHAR1JFLAGG
S_SVWERKShift calculation date to working day VVSVWERKNUMC1T_SWERK
S_AVGSTAGEVZ+/- sign for number of working days for value date AVGSTAGEVZCHAR1PLUSM
S_AVGSTAGENumber of working days for value date AVGSTAGENUMC2NUMC2
S_DFAELLDue date DFAELLDATS8DATUM
S_SFULTMonth-End Indicator for Due Date SFULTCHAR1VVSULT
S_SFWERKShift due date to working day VVSFWERKNUMC1T_SWERK
S_AFGSTAGEVZ+/- sign for number of working days for due date AFGSTAGEVZCHAR1PLUSM
S_AFGSTAGENumber of working days to due date AFGSTAGENUMC2NUMC2
S_SZKALRICalendar direction for interest rate fixing SZKALRICHAR1SKALRI
S_SZWERKShift to working day for interest fixing date VVSZWERKNUMC1T_SWERK
S_AZGSTAGENumber of working days for interest fixing AZGSTAGENUMC2NUMC2
CONDITION_SCENARIOAmount TB_OPTION_CONDITION_SCENARIOINT13T_OPTION_CONDITION_SCENARIO
PKOND_REFPercentage rate for condition items PKONDDEC10(7) DECV3_7
%VVZZKOPO%SVULTCarrier field for icons ICON_TEXTCHAR132SYCHAR132
%VVZZKOPO%SFULTCarrier field for icons ICON_TEXTCHAR132SYCHAR132
%VVZZKOPO%JPROZRCarrier field for icons ICON_TEXTCHAR132SYCHAR132
%VVZZKOPO%JEXPOZINSCarrier field for icons ICON_TEXTCHAR132SYCHAR132
%S_SVULTCarrier field for icons ICON_TEXTCHAR132SYCHAR132
%S_SFULTCarrier field for icons ICON_TEXTCHAR132SYCHAR132

Key field Non-key field



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

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

How to access SAP table RSCREEN_LOAN_CONDITION_DETAIL

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