SAP Reports / Programs | Application Platform | Integrated Product and Process Engineering(AP-PPE) SAP AP

PPELIFLOX_CMP_CHECK_IMPL SAP ABAP INCLUDE - Include PPELIFLOX_CMP_CHECK_IMPL







PPELIFLOX_CMP_CHECK_IMPL 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 PPELIFLOX_CMP_CHECK_IMPL 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 PPELIFLOX_CMP_CHECK_IMPL. "Basic submit
SUBMIT PPELIFLOX_CMP_CHECK_IMPL AND RETURN. "Return to original report after report execution complete
SUBMIT PPELIFLOX_CMP_CHECK_IMPL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include PPELIFLOX_CMP_CHECK_IMPL


INCLUDES used within this REPORT PPELIFLOX_CMP_CHECK_IMPL

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:

PPEEXPLEFF_INIT_ECM CALL FUNCTION 'PPEEXPLEFF_INIT_ECM' EXPORTING iv_date = im_eff_filter->set_date iv_locid = im_dyn_eff_param-locid iv_clint = im_dyn_eff_param-clint iv_no_popup = ppet_true iv_msg_handling = im_msg_opt iv_freig_kalkulation = ppet_true iv_freig_planung = ppet_true iv_freig_fertigung = ppet_true iv_freig_simulation = ppet_true CHANGING ct_eff_params = l_eff_params EXCEPTIONS OTHERS = 1.

PPEEXPL_EXPLOSION_SIM CALL FUNCTION 'PPEEXPL_EXPLOSION_SIM' EXPORTING iv_pnguid = im_dyn_eff_param-cmpguid iv_clint = im_dyn_eff_param-clint iv_date = sy-datum "TODO UK iv_chk_eff = 'X' iv_chk_config = l_chk_config iv_use_class_alloc = 'X' iv_msg_handling = im_msg_opt IMPORTING et_pvcmphd = l_pvcmphd et_mem = l_mem CHANGING cv_cuobj = im_eff_filter->cuobj EXCEPTIONS OTHERS = 1.

CLHI_STRUCTURE_CLASSES CALL FUNCTION 'CLHI_STRUCTURE_CLASSES' EXPORTING i_klart = l_cltype * I_CLASS = i_clint = l_clint i_bup = ppet_true * I_TDWN = ' ' i_batch = ppet_true * I_OBJECT = ' ' * I_OBJ_ID = ' ' * I_ENQUEUE = ' ' * I_GRAPHIC = ' ' * I_HEREDITABLE = ' ' * I_INCLUDING_TEXT = 'X' i_language = sy-langu i_no_classification = ppet_true * I_VIEW = 'K' i_date = im_cmp_filter->set_date * I_CHANGE_NUMBER = ' ' * I_NO_OBJECTS = * I_SORT_BY_CLASS = 'X' * I_EXCLUDE_CLINT = * I_CALLED_BY_CLASSIFY = ' ' * I_STRUCTURED_LIST = 'X' * I_ONE_STEP = ' ' TABLES daten = l_clstrucs * INDEX = exp_klah = l_classes EXCEPTIONS OTHERS = 1.

PPEEXPLEFF_INIT_ECM CALL FUNCTION 'PPEEXPLEFF_INIT_ECM' EXPORTING iv_date = im_eff_filter->set_date iv_locid = im_locid iv_clint = im_clint iv_no_popup = ppet_true iv_msg_handling = im_msg_opt iv_freig_kalkulation = ppet_true iv_freig_planung = ppet_true iv_freig_fertigung = ppet_true iv_freig_simulation = ppet_true CHANGING ct_eff_params = l_eff_params EXCEPTIONS OTHERS = 1.

PPEEXPL_EXPLOSION_SIM CALL FUNCTION 'PPEEXPL_EXPLOSION_SIM' EXPORTING iv_pnguid = l_pnguid iv_paguid = l_paguid iv_clint = im_clint iv_date = sy-datum "TODO UK iv_chk_eff = 'X' iv_chk_config = l_chk_config iv_use_class_alloc = l_use_class_alloc iv_msg_handling = ppet_msg_options-do_error IMPORTING et_pvcmphd = l_pvcmphd et_mem = l_mem CHANGING cv_cuobj = im_eff_filter->cuobj EXCEPTIONS OTHERS = 1.

PPEEXPL_EXPLOSION_PHANTOM CALL FUNCTION 'PPEEXPL_EXPLOSION_PHANTOM' EXPORTING im_msg_opt = im_msg_opt im_phantom_ref = l_phantom_ref im_date = sy-datum im_clint = im_clint im_chk_class_alloc = im_use_class_alloc im_chk_ecm = ppet_true im_use_memory = ppet_true IMPORTING et_pvcmphd = l_phantom_pvcmphdx.



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