LIWP3FG2 is a standard ABAP INCLUDE 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 LIWP3FG2 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CM_F_INFO CALL FUNCTION 'CM_F_INFO' EXPORTING aplid = applid object_id = 'CA' all = 'X' IMPORTING msg_counter_pro = message_count EXCEPTIONS wrong_object_id = 01.
CM_F_ANALYSIS CALL FUNCTION 'CM_F_ANALYSIS' EXPORTING aplid = applid headline = text-001 EXCEPTIONS not_active = 01.
CM_F_STORE CALL FUNCTION 'CM_F_STORE' EXPORTING aplid = applid IMPORTING e_cmf_nr = store_nr EXCEPTIONS not_active = 1 store_and_load_not_activ = 2 OTHERS = 3.
CI_02_KALKTAB_RENUMBER CALL FUNCTION 'CI_02_KALKTAB_RENUMBER' EXCEPTIONS overflow_posnr = 01.
CI_02_MPLANTAB_SAVE CALL FUNCTION 'CI_02_MPLANTAB_SAVE' EXPORTING cmfp_nr_imp = store_nr objnr_imp = objnr_glob applid_imp = applid TABLES mplan_tab_imp = mpla_tab EXCEPTIONS problem_indx = 1 OTHERS = 2.
CI_02_KALKTAB_DISPLAY CALL FUNCTION 'CI_02_KALKTAB_DISPLAY' EXPORTING caufvd_imp = caufvd EXCEPTIONS no_entries = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.