SAP Reports / Programs

ICLICLCLAIM_PRE SAP ABAP Report - Program ICLICLCLAIM_PRE







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


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 ICLICLCLAIM_PRE. "Basic submit
SUBMIT ICLICLCLAIM_PRE AND RETURN. "Return to original report after report execution complete
SUBMIT ICLICLCLAIM_PRE 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: 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 .





Selection Text: P_17 = D .
Title: Program ICLICLCLAIM_PRE
Text Symbol: 011 = No Objects Found for Selection Criteria
Text Symbol: 010 = Job Name
Text Symbol: 009 = Subjobs Created from This Job
Text Symbol: 008 = Job Distribution
Text Symbol: 007 = Settings for PPF (Parallel Processing Framework)
Text Symbol: 006 = Claims Processed
Text Symbol: 005 = Claim
Text Symbol: 004 = Claim Is Not Archivable: Business Purpose Not Fulfilled
Text Symbol: 003 = Claim Is Archivable
Text Symbol: 002 = Claim Is Not Archivable: Residence Time Not Yet Elapsed
Text Symbol: 001 = &1% (&2 of &3) of Claims Processed


INCLUDES used within this REPORT ICLICLCLAIM_PRE

INCLUDE ICLICLCLAIM_SELHEADER.
INCLUDE ARCH_PREPROC_PRG_STANDARD2. "INCLUDE THE STD INCLUDE REPORT


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:

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.



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