SAP Reports / Programs

ICLH_REPREIMB_GENERATE SAP ABAP Report - Mass Processing for Repetitive Payments







ICLH_REPREIMB_GENERATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report for repetitive payment records to automatically generate the individual repetitive payments and resulting payments...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 ICLH_REPREIMB_GENERATE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

ICL_REPREIMB - Call ICLH_REPREIMB_GENERATE


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 ICLH_REPREIMB_GENERATE. "Basic submit
SUBMIT ICLH_REPREIMB_GENERATE AND RETURN. "Return to original report after report execution complete
SUBMIT ICLH_REPREIMB_GENERATE 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: GR_STAT = D .
Selection Text: GR_PLOB = D .
Selection Text: GR_PCTTY = D .
Selection Text: GR_CLAIM = D .
Selection Text: GR_CCODE = D .
Selection Text: GV_TRIGG = Only Add Trigger
Selection Text: GV_SIMUL = Simulation
Selection Text: GV_SCLOS = Exclude Closed Subclaim
Title: Mass Processing for Repetitive Payments
Text Symbol: 600 = Claim Header
Text Symbol: 500 = Payment Item
Text Symbol: 400 = SELECTION-SCRE
Text Symbol: 300 = ICLPAY
Text Symbol: 200 = SELECT-OPT
Text Symbol: 100 = ICLCLAIM
Text Symbol: 017 = Log Status
Text Symbol: 016 = Log Messages
Text Symbol: 015 = Current Run
Text Symbol: 014 = Claim
Text Symbol: 013 = Payments
Text Symbol: 012 = Repetitive Payments
Text Symbol: 011 = Generated Payments
Text Symbol: 010 = Generated Repetitive Payments
Text Symbol: 009 = Claim
Text Symbol: 008 = Mass Activity
Text Symbol: 007 = Inconsistent Data Possible
Text Symbol: 006 = Log: Mass Activity Repetitive Payments
Text Symbol: 005 = Simulation/Update Run
Text Symbol: 004 = Other Claim Selections
Text Symbol: 003 = This was the last number. An error message will be output next time
Text Symbol: 002 = The assigned number is within the critical area
Text Symbol: 001 = Mass Processing of Repetitive Payments


INCLUDES used within this REPORT ICLH_REPREIMB_GENERATE

INCLUDE SBAL_CONSTANTS.


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:

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING iv_claim = ls_iclclaim-claim iv_acttyp = lv_acttyp iv_navigate = '0'.

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING iv_claim = ls_iclprocure-claim iv_acttyp = lv_acttyp iv_navigate = '0'.

ICL_CLAIM_ENTER CALL FUNCTION 'ICL_CLAIM_ENTER' EXPORTING iv_claim = ls_iclpay-claim iv_acttyp = lv_acttyp iv_navigate = '0'.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_CNTL_REFRESH CALL FUNCTION 'BAL_CNTL_REFRESH' EXPORTING i_control_handle = gv_loghandle_cntl i_s_log_filter = gs_log_filter EXCEPTIONS control_not_found = 1 internal_error = 2 OTHERS = 3.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = g_log_handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_CNTL_REFRESH CALL FUNCTION 'BAL_CNTL_REFRESH' EXPORTING i_control_handle = gv_loghandle_cntl i_s_log_filter = gs_log_filter EXCEPTIONS control_not_found = 1 internal_error = 2 OTHERS = 3.



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