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
Below is a list of transaction codes which are relevant to this SAP report
ICL_REPREIMB - Call ICLH_REPREIMB_GENERATE
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: 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
INCLUDE SBAL_CONSTANTS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICLH_REPREIMB_GENERATE - Mass Processing for Repetitive Payments ICLH_REPREIMB_GENERATE - Mass Processing for Repetitive Payments ICLE_VIEWS_TBZ1A - ICL_VIEWS_TBZ1A: Special Customizing ICL and BDT: Events ICLE_VIEWS_TBZ1A - ICL_VIEWS_TBZ1A: Special Customizing ICL and BDT: Events ICLE_START - Call FS-CM with BDT in Subscreen ICLE_START - Call FS-CM with BDT in Subscreen