RCNCL1 SAP (Interface Structure and Control Data Rescind Loan) Structure details

Dictionary Type: Structure
Description: Interface Structure and Control Data Rescind Loan




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




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

RCNCL1 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 Structure and Control Data Rescind 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_RCNCL1 TYPE RCNCL1.

The RCNCL1 table consists of various fields, each holding specific information or linking keys about Interface Structure and Control Data Rescind Loan data available in SAP. These include MANDT (Client), BUKRS (Company Code), SARCHIV (Archiving Category Indicator), RANL (Contract Number).. 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 (Deep)


SAP RCNCL1 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
VDCNCL 0
MANDTClient MANDTCLNT3MANDT
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
SARCHIVArchiving Category Indicator SARCHIVCHAR1SARCHIVARC
RANLContract Number RANLCHAR13ALPHARANLRAN
RBOBusiness Operation Number (Loans) RBOCHAR15RBO
STATUSStatus for Business Operation: Rescission TB_CNCL_STATUSCHAR1CHAR1
SNICHTABReason for Non-Acceptance SNICHTABNUMC2SNICHTAB
DINSTRDate Customer Was Instructed About Rescission Rights TB_DINSTRDATS8DATUM
DCNCL_EDate of Declaration of Rescission by Customer TB_DCNCL_EDATS8T_DCNCL_E
REPMETHMethod of Repayment TB_REPMETHNUMC1T_REPMETH
DCNCL_ZEDate of Incoming Payment TB_DCNCL_ZEDATS8T_DCNCL_ZE
ZLSCHPayment Method DZLSCHCHAR1ZLSCH
FLG_DISB_ISTGeneral Flag FLAGCHAR1FLAG
FLG_BEW_ISTGeneral Flag FLAGCHAR1FLAG
FLG_DISB_ZAGeneral Flag FLAGCHAR1FLAG
SSTATI_OLDStatus of data record SSTATINUMC2STATI
SSTATI_NEWStatus of data record SSTATINUMC2STATI
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
FLG_DISB_PLANGeneral Flag FLAGCHAR1FLAG
FLG_RTRGeneral Flag FLAGCHAR1FLAG
GSARTBusiness type (interest reference) GSARTCHAR3CHAR3
RDARNEHMBorrower/applicant identity key RDARNEHMCHAR10RPERSRPE
DISPLAY 0
DINSTRDate Customer Was Instructed About Rescission Rights TB_DINSTRDATS8DATUM
DCNCL_EDate of Declaration of Rescission by Customer TB_DCNCL_EDATS8T_DCNCL_E
ZLSCHPayment Method DZLSCHCHAR1ZLSCH
BVTYPPartner Bank Type BVTYPCHAR4BVTYP
SNICHTABReason for Non-Acceptance SNICHTABNUMC2SNICHTAB
STEER 0
CONTR_STATUSInternal code for level INTEBNUMC3INTEBENE
DISB_PLANEDGeneral Flag FLAGCHAR1FLAG
DISB_POSTEDGeneral Flag FLAGCHAR1FLAG
DISB_PAYEDGeneral Flag FLAGCHAR1FLAG
CF_POSTEDGeneral Flag FLAGCHAR1FLAG
ACTION_RTRGeneral Flag FLAGCHAR1FLAG

Key field Non-key field



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

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

How to access SAP table RCNCL1

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