HIDCLSTL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter HIDCLSTL into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: VONPERNR = ?...(VONPERNR)
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 = Begin date of for-period
Selection Text: SELDLART = Loan type
Selection Text: SELABKRS = Payroll area of for-period
Selection Text: BISPERNR = ?...(BISPERNR)
Title: Printout of Loan Results
Text Symbol: U02 = LTYPE OBJ
Text Symbol: U01 = Cl SeqNo AK ForP ForBeg ForEnd IAK APM InPer InEnd JP S
Text Symbol: 124 = to
Text Symbol: 123 = Personnel no.
Text Symbol: 015 = Current version of cluster CU:
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 current
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...:
INCLUDE RPCLST00.
INCLUDE RPPPXD00.
INCLUDE RPPPXD10.
INCLUDE RPPPXM00.
INCLUDE RPCLLO01.
No SAP DATABASE tables are accessed within this REPORT code!
RP_EDIT_NAME CALL FUNCTION 'RP_EDIT_NAME' EXPORTING PP0002 = P0002 MOLGA = T001P-MOLGA LANGU = SPACE FORMAT = $$FORMAT IMPORTING EDIT_NAME = HNAME RETCODE = RET_CODE.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.