RDEFCAP_COMMON SAP (General Data for Payment Agreement) Structure details

Dictionary Type: Structure
Description: General Data for Payment Agreement




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




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

RDEFCAP_COMMON 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 "General Data for Payment Agreement" 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_RDEFCAP_COMMON TYPE RDEFCAP_COMMON.

The RDEFCAP_COMMON table consists of various fields, each holding specific information or linking keys about General Data for Payment Agreement data available in SAP. These include AARRBAL (Total Amount of Overdue Items), AFUDUPAY (Total Amount for Payments Due in the Future), ACAPRECS (Total Amount of Receivables to Be Included in Loan), ACREBAL (Total Amount of Credit).. 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 RDEFCAP_COMMON 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
UCURRPosition Currency (Currency of Position Amount) SBWHRCUKY5Assigned to domainWAERS
AARRBALTotal Amount of Overdue Items TB_ARRBALANCECURR13(2) WERTV7
AFUDUPAYTotal Amount for Payments Due in the Future TB_FUDUPAYCURR13(2) WERTV7
ACAPRECSTotal Amount of Receivables to Be Included in Loan TB_CAPRECSCURR13(2) WERTV7
ACREBALTotal Amount of Credit TB_CREBALCURR13(2) WERTV7
ABALNUITTotal Amount of Non-Selected Items TB_BALNUITCURR13(2) WERTV7
ABALNCPRECSTotal Amount of Receivables Not Included in Loan TB_BALNCPRECSCURR13(2) WERTV7
IINCL_KYDTETerm Including Key Date TB_INCLKYDTECHAR1XFELD
IULTI_KYDTEKey Date Must Be Last Day of the Month TB_ULTIKYDTECHAR1XFELD
DPAYM_TOPayments to TB_PAYM_TODATS8DATUM
INOTE_ASSIGNEDMemo Exists TB_IND_NOTE_ASSIGNEDCHAR1XFELD
APRCCHRGEProcessing Charge for Deferral or Capitalization TB_PRCCHRGECURR13(2) WERTV7
ICAPITALInclude Processing Charge in Loan TB_ICAPITALCHAR1XFELD
IDEVIATE_PAYMAlternative Payment Information in Additional Flows TB_DEVIATE_PAYMCHAR1XFELD
MNORISKMSNumber of Risk-Increasing Measures TB_NORISKMSNUMC2T_NORISKMS
IOA_AMOUNTInterest on Arrears Calculated TB_IOA_CALCULATION_RESULTCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table RDEFCAP_COMMON

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