RSCREEN_LOCAC_CP SAP (Screen Fields for Line of Credit Condition Items) Structure details

Dictionary Type: Structure
Description: Screen Fields for Line of Credit Condition Items




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




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

RSCREEN_LOCAC_CP 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 Fields for Line of Credit 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_RSCREEN_LOCAC_CP TYPE RSCREEN_LOCAC_CP.

The RSCREEN_LOCAC_CP table consists of various fields, each holding specific information or linking keys about Screen Fields for Line of Credit Condition Items data available in SAP. These include AVGSTAGE_POS (Number of Working Days Between Period End and Due Date), AMMRHY_POS (Number of Months in a Period), DGUEL_FEE1 (Condition Item Valid From), SKOART_FEE1 (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. .

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_LOCAC_CP 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
DFIRSTDUEFirst Due Date TB_COMP_FIRSTDUEDATS8T_COMP_FIRSTDUE
AVGSTAGE_POSNumber of Working Days Between Period End and Due Date TB_COMP_SHIFTNUMC2NUMC2
AMMRHY_POSNumber of Months in a Period TB_COMP_AMMRHYNUMC3NUMC03
DGUEL_FEE1Condition Item Valid From DGUEL_KPDATS8DATUM
SKOART_FEE1Condition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BEWART_FEE1Flow Type SBEWARTCHAR4Assigned to domainSBEWART
BKOND_FEE1Annual Basic Charge as Amount TB_COMP_ANUAL_FEE_AMOUNTCURR13(2) WERTV7
DGUEL_FEE2Condition Item Valid From DGUEL_KPDATS8DATUM
SKOART_FEE2Condition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BEWART_FEE2Flow Type SBEWARTCHAR4Assigned to domainSBEWART
PKOND_FEE2Periodic Charge as Percentage TB_COMP_PERIODIC_FEE_PERCDEC10(7) DECV3_7
DGUEL_FEE3Condition Item Valid From DGUEL_KPDATS8DATUM
SKOART_FEE3Condition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BEWART_FEE3Flow Type SBEWARTCHAR4Assigned to domainSBEWART
BKOND_FEE3Periodic Charge as Amount TB_COMP_PERIODIC_FEE_AMOUNTCURR13(2) WERTV7
DGUEL_INTCondition Item Valid From DGUEL_KPDATS8DATUM
SKOART_INT1Condition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BEWART_INT1Flow Type SBEWARTCHAR4Assigned to domainSBEWART
PKOND_INT1Nominal Interest TB_COMP_INTEREST_FIXED_PERCENTDEC10(7) DECV3_7
SKOART_INT2Condition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BEWART_INT2Flow Type SBEWARTCHAR4Assigned to domainSBEWART
SZSREF_INT2Reference Interest Rate SZSREFCHAR10T056RZIREFKU
SZSREFVZ_INT2+/- sign / reference interest rate operator SZSREFVZCHAR1SZSREFVZ
PKOND_INT2Interest Rate Adjustment TB_COMP_INTEREST_ADJUSTMENTDEC10(7) DECV3_7
DGUEL_MINCondition Item Valid From DGUEL_KPDATS8DATUM
SKOART_MINCondition Type (Smallest Subdivision of Condition Records) SKOARTNUMC4Assigned to domainSKOART
BEWART_MINFlow Type SBEWARTCHAR4Assigned to domainSBEWART
PKOND_MINMinimum Payment as Percentage TB_COMP_MINIMUM_PAY_PERCENTDEC10(7) DECV3_7
BKOND_MINMinimum Payment Amount TB_COMP_MINIMUM_PAY_AMOUNTCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table RSCREEN_LOCAC_CP

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