RDEFERRAL SAP (Deferral Data) Structure details

Dictionary Type: Structure
Description: Deferral Data




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




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

RDEFERRAL 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 "Deferral Data" 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_RDEFERRAL TYPE RDEFERRAL.

The RDEFERRAL table consists of various fields, each holding specific information or linking keys about Deferral Data data available in SAP. These include MDEFREASON (Reason for Deferral: Key), ADEFERR (Deferral Amount), DDEFKYDTE (Key Date for Deferral), PDEFINTRT (Interest Rate for the Deferral).. 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: Cannot Be Enhanced


SAP RDEFERRAL 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
IDEFMANUPROCReason for Postprocessing: Key TB_MAN_POSTPROCESSNUMC3TDDEF_POSTPR
MDEFREASONReason for Deferral: Key TB_DEFREASONNUMC3TDDEF_REASONT_DEFCAPREASON
ADEFERRDeferral Amount TB_DEFAMOCURR13(2) WERTV7
DDEFKYDTEKey Date for Deferral TB_DEFKYDTEDATS8DATUM
PDEFINTRTInterest Rate for the Deferral TB_DEFINTRTDEC10(7) DECV3_7
MINTDYMTInterest Calculation Method SZBMETHCHAR1SZBMETH
DFRSTDUDTEDue Date of First Installment Payment for Deferral Plan TB_FRSDUDTEDATS8DATUM
IULTIDUDTEDue Date Is Always on the Last Day of the Month TB_ULTIDUDTECHAR1XFELD
IINCLDUDTEIncluding Due Date TB_INCLDUDTECHAR1CHAR1
MNUMRTSNumber of Payment Installments in the Deferral Plan TB_NUMRTSNUMC3
MRHYTHMFrequency of Installment Payments in Months TB_RHYTHMNUMC3
MWRKDYRLWorking Day Shift for Calculation Day TB_SVWERKNUMC1T_SWERK
MPUHOLCALFactory calendar SKALIDCHAR2Assigned to domainWFCIDH_TFACD
IFREEPAYMCustom Deferral Plan TB_FREEPAYMCHAR1XFELD
MPARTKUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
MPARTNERBusiness Partner Number for Payer of Deferral Installments TB_DEFPARTNERCHAR10Assigned to domainALPHABU_PARTNER
MBANKTYPEBank Details ID for Deferral Installments TB_DEFBVTYPCHAR4BVTYP
MPAYMTHDPayment Method for Deferral Installments TB_DEFPYMTDCHAR1Assigned to domainZLSCH
PEFFINTRTEffective Interest Rate for Deferral Agreement TB_EFFINTRTDEC10(7) DECV3_7
MEFFINTMTEffective Interest Method for Deferral Agreement TB_EFFINTMTNUMC1SEFFMETH
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035

Key field Non-key field



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

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

How to access SAP table RDEFERRAL

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