SAP RCONDITION_SERVICES_DATA Interface for CL_FVD_LOAN_CONDITION_SERVICES->READ Table data and field list

RCONDITION_SERVICES_DATA 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 "Interface for CL_FVD_LOAN_CONDITION_SERVICES->READ" 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_RCONDITION_SERVICES_DATA TYPE RCONDITION_SERVICES_DATA.

The RCONDITION_SERVICES_DATA table consists of various fields, each holding specific information or linking keys about Interface for CL_FVD_LOAN_CONDITION_SERVICES->READ data available in SAP. These include AMOUNT (Condition item currency amount), PERCENTAGE (Percentage rate for condition items), CURRENCY (Currency of Condition Item), PAYMENT_FREQUENCY (Frequency in months)... 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. .

RCONDITION_SERVICES_DATA structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP RCONDITION_SERVICES_DATA 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 RCONDITION_SERVICES_DATA 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
PAYMENT_DATECondition Item Valid From DGUEL_KPDATS8DATUM
AMOUNTCondition item currency amount BKONDCURR13(2) WERTV7
PERCENTAGEPercentage rate for condition items PKONDDEC10(7) DECV3_7
CURRENCYCurrency of Condition Item SWHRKONDCUKY5Assigned to domainWAERS
PAYMENT_FREQUENCYFrequency in months AMMRHYNUMC3NUMC03
PAYMENT_METHODPayment Method DZLSCHCHAR1Assigned to domainZLSCH
CONDITION_FORM_INDICATORCondition Form JNULLKONCHAR1SKONDF
CALCULATION_BASE_REFERENCECalculation base reference VVSBASISCHAR4Assigned to domainVVSBASIS

Key field Non-key field



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

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

How to access SAP table RCONDITION_SERVICES_DATA

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

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