RCNCL_MAINTAIN SAP (Rescission Data Status) Structure details

Dictionary Type: Structure
Description: Rescission Data Status




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




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

RCNCL_MAINTAIN 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 "Rescission Data Status" 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_RCNCL_MAINTAIN TYPE RCNCL_MAINTAIN.

The RCNCL_MAINTAIN table consists of various fields, each holding specific information or linking keys about Rescission Data Status 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 RCNCL_MAINTAIN 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
RCNCL_FIRST 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
RCNCL_OLD 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
RCNCL_NEW 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
STEER_OL 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 RCNCL_MAINTAIN using ABAP code?

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

How to access SAP table RCNCL_MAINTAIN

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