ICLICLCLAIM_PRE 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 ICLICLCLAIM_PRE 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: P_19 = D .
Selection Text: P_2 = D .
Selection Text: P_20 = D .
Selection Text: P_21 = D .
Selection Text: P_22 = D .
Selection Text: P_23 = D .
Selection Text: P_24 = D .
Selection Text: P_25 = D .
Selection Text: P_26 = D .
Selection Text: P_27 = D .
Selection Text: P_28 = D .
Selection Text: P_29 = D .
Selection Text: P_3 = D .
Selection Text: P_30 = D .
Selection Text: P_4 = D .
Selection Text: P_5 = D .
Selection Text: P_6 = D .
Selection Text: P_7 = D .
Selection Text: P_8 = D .
Selection Text: P_9 = D .
Selection Text: P_JOBD = D .
Selection Text: P_PREPRD = D .
Selection Text: P_PRETST = D .
Selection Text: P_PROT = D .
Selection Text: P_PROT_O = D .
Selection Text: P_18 = D .
Selection Text: P_MAXOBJ = Maximum Number of Objects
Selection Text: P_PACSIZ = Package Size
Selection Text: P_RESI = Residence Time in Days
Selection Text: P_XDIA = Online Processing
Selection Text: P_1 = D .
Selection Text: P_10 = D .
Selection Text: P_11 = D .
Selection Text: P_12 = D .
Selection Text: P_13 = D .
Selection Text: P_14 = D .
Selection Text: P_15 = D .
Selection Text: P_16 = D .
INCLUDE ICLICLCLAIM_SELHEADER.
INCLUDE ARCH_PREPROC_PRG_STANDARD2. "INCLUDE THE STD INCLUDE REPORT
No SAP DATABASE tables are accessed within this REPORT code!
BANK_MAP_PP_EDIT_JOBDIST CALL FUNCTION 'BANK_MAP_PP_EDIT_JOBDIST' CHANGING c_tab_jobdist = lt_jobdist[].
GET_JOB_RUNTIME_INFO CALL FUNCTION 'GET_JOB_RUNTIME_INFO' IMPORTING jobname = l_jobname.
BP_RETRIEVE_PRIPARS CALL FUNCTION 'BP_RETRIEVE_PRIPARS' IMPORTING pripars = l_printparam.
ARCHIVE_PROTOCOL_INIT CALL FUNCTION 'ARCHIVE_PROTOCOL_INIT' EXPORTING i_detailprotocol = ls_appl_param-prot i_protocol_output = ls_appl_param-prot_o IMPORTING e_protocol_handle = ls_appl_param-log_handle.
BANK_MAP_PP_START CALL FUNCTION 'BANK_MAP_PP_START' EXPORTING i_applcatg = gc_appl_type i_xsimulrun = abap_true i_str_appl_param = ls_appl_param i_x_sync = abap_true i_x_use_dialog_wp = p_xdia i_str_print = l_printparam i_tab_jobdist = lt_jobdist[] IMPORTING e_tab_jobs = lt_jobs[].
ARCHIVE_PROTOCOL_WRITE CALL FUNCTION 'ARCHIVE_PROTOCOL_WRITE' EXPORTING i_protocol_handle = ls_appl_param-log_handle.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICLICLCLAIM_PRE - Program ICLICLCLAIM_PRE ICLICLCLAIM_PRE - Program ICLICLCLAIM_PRE ICLICLCLAIM_DEL - Program ICLICLCLAIM_DEL ICLICLCLAIM_DEL - Program ICLICLCLAIM_DEL ICLH_VC_TICL096 - Form Routines for View Cluster VC_TICL096 Events ICLH_VC_TICL096 - Form Routines for View Cluster VC_TICL096 Events