SAP Reports / Programs

RPCLSTLO SAP ABAP Report - Printout of Loan Results







RPCLSTLO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report RPCLSTLO gives you the option of looking at the loan wage types stored within the payroll results...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 RPCLSTLO 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 RPCLSTLO. "Basic submit
SUBMIT RPCLSTLO AND RETURN. "Return to original report after report execution complete
SUBMIT RPCLSTLO 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: SELSRTZA = Status
Selection Text: SELPERNR = Complex selection
Selection Text: SELOBJPS = Object ID
Selection Text: SELIPERM = Period modifier for in-period
Selection Text: SELINPER = In-period
Selection Text: SELFPEND = End date of for-period
Selection Text: SELFPBEG = Start date of for-period
Selection Text: SELDLART = Loan type
Selection Text: SELABKRS = Payroll area of for-period
Title: Printout of Loan Results
Text Symbol: U02 = DLART OBJ
Text Symbol: U01 = Cl SeqNo AK ForP ForStart ForEnd IAK APM InPer InEnd JP S
Text Symbol: 124 = to;; For translators : Please right align
Text Symbol: 123 = Personnel no.
Text Symbol: 014 = C.grouping $ not known in SET_CALC_CURRENCY
Text Symbol: 013 = No entry in T500L for country mod.
Text Symbol: 012 = Name............:
Text Symbol: 011 = Personnel no....:
Text Symbol: 010 = Current version of cluster CD:
Text Symbol: 009 = Imported version :
Text Symbol: 008 = is not up to date
Text Symbol: 007 = Imported version of cluster
Text Symbol: 006 = Personnel no.:
Text Symbol: 005 = Object ID....:
Text Symbol: 004 = (Installment loan)
Text Symbol: 003 = (Annuity loan)
Text Symbol: 002 = No entry in T506A for loan type $
Text Symbol: 001 = Loan type...:


INCLUDES used within this REPORT RPCLSTLO

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:

GENERATE_REPORT_NAMES * CALL FUNCTION 'GENERATE_REPORT_NAMES' " * EXPORTING " * molga = ocd-version-molga" * procl = 'C' " * short_name = 'LLO0' " ** HR_PROCL = 'C' " * IMPORTING " * name = repname " * EXCEPTIONS " * molga_not_exists = 1 " * procl_not_exists = 2 " * molga_cannot_used_with_procl_t = 3 " * short_name_not_accepted = 4 " * OTHERS = 5. "



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 RPCLSTLO or its description.