SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPCLOR00 SAP ABAP Report - Repayment Plan







RPCLOR00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report is no longer used...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCLOR00 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RPCLOR00. "Basic submit
SUBMIT RPCLOR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLOR00 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: START = Repayment start
Selection Text: RATE = Repayment installment
Selection Text: RAD_END = At end of period : 'END'
Selection Text: RAD_BEG = At start of period : 'BEG'
Selection Text: PAY_DAT = Payment date
Selection Text: OBJPS = Sequence number
Selection Text: EVALCURR = Evaluation currency
Selection Text: DLART = Loan type
Selection Text: AMOUNT = Loan amount
Title: Repayment Plan
Text Symbol: H30 = Interest/per.
Text Symbol: H31 = Debit
Text Symbol: K01 = Repayment plan for
Text Symbol: K03 = LoanID
Text Symbol: K04 = Currency
Text Symbol: K11 = Interest rate
Text Symbol: N01 = Payments have already been created. The input parameters have
Text Symbol: N02 = been overwritten
Text Symbol: N03 = with &1, &2 &3.
Text Symbol: T01 = Information for calculatio of repayment plan
Text Symbol: T02 = Control based on loan schema
Text Symbol: T03 = Payroll runs at the end of the period: 'END'
Text Symbol: T04 = Payroll runs at the start of the period: 'BEG'
Text Symbol: H29 = Payments out
Text Symbol: E02 = No entry in table $ for key $ on $
Text Symbol: E07 = No entry in T549Q for
Text Symbol: E09 = Error during curr. conversion
Text Symbol: E12 = Calculate present value for mthly periods only
Text Symbol: E13 = Payroll periods are not generated for the whole time
Text Symbol: E14 = P0045 record delimited too soon
Text Symbol: E15 = Value of T511K constant too small
Text Symbol: E16 = Repayment amount missing for this loan
Text Symbol: E17 = No entry in table T549A for payroll area
Text Symbol: E19 = Error
Text Symbol: E20 = No entry in table T549R for period modif
Text Symbol: E21 = Repayment amount missing for loan
Text Symbol: E22 = No entry in table T549A for payroll area
Text Symbol: E23 = EE &1 is not hired on &2 !





Text Symbol: H10 = Personnel no.
Text Symbol: H11 = Loan type
Text Symbol: H12 = Object ID
Text Symbol: H13 = Currncy
Text Symbol: H20 = Year
Text Symbol: H21 = per
Text Symbol: H22 = Bal.
Text Symbol: H24 = Repaym.
Text Symbol: H28 = Intrst


INCLUDES used within this REPORT RPCLOR00

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RPCLOR00 or its description.