RPAY_SCHEDULE SAP (Data Structure for Payment Plan) Structure details

Dictionary Type: Structure
Description: Data Structure for Payment Plan




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




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

RPAY_SCHEDULE 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 "Data Structure for Payment Plan" 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_RPAY_SCHEDULE TYPE RPAY_SCHEDULE.

The RPAY_SCHEDULE table consists of various fields, each holding specific information or linking keys about Data Structure for Payment Plan data available in SAP. These include SANZWHR (Display currency of payments), BLEISTUNG (Payment Installment (Amount to be Paid)), BZINS (Interest Amount Due on), BTILGUNG (Due Repayment Amount on).. 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 RPAY_SCHEDULE 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
DZAHLDATUMPayment Date DZAHLDATUMDATS8DATUM
SANZWHRDisplay currency of payments SANZWHRCUKY5Assigned to domainWAERS
BLEISTUNGPayment Installment (Amount to be Paid) BLEISTUNGCURR13(2) WERTV7
BZINSInterest Amount Due on BZINSCURR13(2) WERTV7
BTILGUNGDue Repayment Amount on BTILGUNGCURR13(2) WERTV7
BGEBUEHRDue Charge On BGEBUEHRCURR13(2) WERTV7
BSALDORemaining Balance of a Contract (Account) BSALDOCURR13(2) WERTV7
BBASISCalculation base amount BBASISCURR13(2) WERTV7
YEAR4Year TB_YEAR4CHAR4CHAR4
SPLANISTPlan/actual record/record to be released indicator SPLANISTCHAR1SPLANIST
SCOLLSingle-Character Indicator CHAR1CHAR1CHAR1
DEL_KZSingle-Character Indicator CHAR1CHAR1CHAR1
.INCLU--AP 0
CATEGORYAdditional Information About Entry in Payment Plan (Cat.) TB_S_IL_PPLAN_CATEGORYCHAR4T_IL_PPLAN_CATEGORY
CATEGORY_DESCAdditional Information About Entry in Payment Plan (Name) TB_S_IL_PPLAN_CATDESCCHAR25TEXT25
INTEREST_PAIDInterest Paid by Date TB_B_IL_PPLAN_INT_PAIDCURR13(2) WERTV7
INTEREST_NOT_PAIDInterest Not Paid by Date TB_B_IL_PPLAN_INT_NOTPAIDCURR13(2) WERTV7
DISBURSEMENTDisbursement TB_B_IL_PPLAN_DISBURSEMENTCURR13(2) WERTV7
RECEIVABLESReceivables to Date TB_B_IL_PPLAN_RECEIVABLESCURR13(2) WERTV7

Key field Non-key field



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

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

How to access SAP table RPAY_SCHEDULE

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