RLC_CHARAC SAP (Processing Characteristics of a Loan) Structure details

Dictionary Type: Structure
Description: Processing Characteristics of a Loan




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




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

RLC_CHARAC 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 "Processing Characteristics of a Loan" 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_RLC_CHARAC TYPE RLC_CHARAC.

The RLC_CHARAC table consists of various fields, each holding specific information or linking keys about Processing Characteristics of a Loan data available in SAP. These include LC_CAPITALS (Processing Characteristic: Status of Capital Amounts), LC_PLANNED_FLOW (Processing Characteristic: Status of Planned Records), LC_DEBIT (Processing Characteristic: Status of Customer Receivables), LC_CREDIT (Processing Characteristic: Status of Customer Payables).. 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)


SAP RLC_CHARAC 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
LC_DISBURSEMENTProcessing Characteristic: Disbursement Status TB_LC_CHARAC_DISBURSEMENTCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_DISBURSEMENT
LC_CAPITALSProcessing Characteristic: Status of Capital Amounts TB_LC_CHARAC_CAPITALSCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_CAPITALS
LC_PLANNED_FLOWProcessing Characteristic: Status of Planned Records TB_LC_CHARAC_PLANNED_FLOWCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_PLANNED_FLOW
LC_DEBITProcessing Characteristic: Status of Customer Receivables TB_LC_CHARAC_DEBITCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_DEBIT
LC_CREDITProcessing Characteristic: Status of Customer Payables TB_LC_CHARAC_CREDITCHAR1Assigned to domainT_LC_CHARACVALUEH_VD_CHARAC_CREDIT
LC_STATUSStatus of Processing Characteristics for Loan TB_LC_STATUSCHAR1T_LC_STATUS

Key field Non-key field



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

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

How to access SAP table RLC_CHARAC

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