SAP Reports / Programs

ICL_CF_CASE_RESERVE2LOT SAP ABAP Report - Program ICL_CF_CASE_RESERVE2LOT







ICL_CF_CASE_RESERVE2LOT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can post reserves of a claim to the 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 ICL_CF_CASE_RESERVE2LOT 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_CASE_RESERVE2LOT - Call ICL_CF_CASE_RESERVE2LOT


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 ICL_CF_CASE_RESERVE2LOT. "Basic submit
SUBMIT ICL_CF_CASE_RESERVE2LOT AND RETURN. "Return to original report after report execution complete
SUBMIT ICL_CF_CASE_RESERVE2LOT 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: GV_NORES = D .
Selection Text: GV_NO_CR = No Reserves at Claim Level
Selection Text: GV_PDATE = Posting Date Until Key Date
Selection Text: GV_POST = No Res.If Posting Date Initial
Selection Text: GV_SIMUL = Simulation
Selection Text: GR_CCODE = D .
Selection Text: GR_CLAIM = D .
Selection Text: GR_CURR = D .
Selection Text: GR_PLOB = D .
Selection Text: GR_RESTY = D .
Title: Program ICL_CF_CASE_RESERVE2LOT
Text Symbol: 001 = Reserve Selection for General Ledger Posting
Text Symbol: 002 = The assigned number is within the critical area
Text Symbol: 003 = This was the last number. An error message will be output next time
Text Symbol: 004 = Other Claim Selections
Text Symbol: 005 = Simulation/Update Run
Text Symbol: PRO = % processed. Rest in process. Wait


INCLUDES used within this REPORT ICL_CF_CASE_RESERVE2LOT

No INCLUDES are used within this REPORT code!


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_CASE_RESERVE2LOT CALL FUNCTION 'ICL_CASE_RESERVE2LOT' EXPORTING iv_no_cr = gv_no_cr iv_pdate = gv_pdate iv_no_postdate = gv_post TABLES tr_plob = gr_plob tr_ccode = gr_ccode tr_claim = gr_claim tr_resty = gr_resty tr_curr = gr_curr tr_payment_done = gr_payment_done tr_deleted = gr_deleted tr_xreserve = gr_xreserve t_where_ticl321 = gt_where_ticl321 t_where_claim = gt_where_claim t_where_subcl = gt_where_subcl t_where_reserve = gt_where_reserve t_iiclreserve_coll = gt_iclreserve_coll_mt t_reservecoll_reserve = gt_reservecoll_reserve t_messages = ct_messages.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = g_wa_progress_percent text = g_wa_progress_text.

ICL_CASE_RESERVE2LOT CALL FUNCTION 'ICL_CASE_RESERVE2LOT' STARTING NEW TASK g_wa_taskname DESTINATION IN GROUP g_wa_groupname PERFORMING mt_receive_data ON END OF TASK EXPORTING iv_no_cr = gv_no_cr iv_pdate = gv_pdate iv_no_postdate = gv_post TABLES tr_plob = gr_plob tr_ccode = gr_ccode tr_claim = gr_claim tr_resty = gr_resty tr_curr = gr_curr tr_payment_done = gr_payment_done tr_deleted = gr_deleted tr_xreserve = gr_xreserve t_where_ticl321 = gt_where_ticl321 t_where_claim = gt_where_claim t_where_subcl = gt_where_subcl t_where_reserve = gt_where_reserve EXCEPTIONS communication_failure = 1 system_failure = 2 resource_failure = 3 OTHERS = 4.

SPBT_GET_PP_DESTINATION CALL FUNCTION 'SPBT_GET_PP_DESTINATION' IMPORTING rfcdest = g_wa_mt_info-servername EXCEPTIONS OTHERS = 1.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = g_wa_progress_percent text = g_wa_progress_text.

ICLF_ICL_TICL020_GET1 CALL FUNCTION 'ICLF_ICL_TICL020_GET1' TABLES t_ticl020t = gt_ticl020t_h.



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