PPIO_ENTRY_F_START_OF_SEL 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 PPIO_ENTRY_F_START_OF_SEL 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!
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = l_repid TABLES selection_table = lt_seltab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.
COIS_OUTPUT_FROM_IOC CALL FUNCTION 'COIS_OUTPUT_FROM_IOC' EXPORTING it_parameter = lt_seltab iv_category = p_autyp is_tcoa = ls_tcoa iv_listtype = p_sc1100-ppio_listtyp iv_overview = lv_overview iv_select_prodords = p_sc1100-select_prodords iv_select_plannedords = p_sc1100-select_plannedords iv_hvom_active = gv_hvom_active is_fctgen = p_fctgen it_fcthdr = p_fcthdr it_fctpar = p_fctpar.
SCMA_JOB_STARTED_FROM_SCMA CALL FUNCTION 'SCMA_JOB_STARTED_FROM_SCMA' EXPORTING before_init = con_x wf_witem = wf_witem IMPORTING e_scma = l_scma_flag.
COIS_F4_PPIO_LISTTYP_VAL_GET CALL FUNCTION 'COIS_F4_PPIO_LISTTYP_VAL_GET' EXPORTING iv_list_type = l_domvalue IMPORTING es_dd07v = ls_domvalue.
DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'FUNREQ' fieldname = 'FUNCT' value = ls_fcthdr-funct IMPORTING text = l_text EXCEPTIONS OTHERS = 1.
KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ls_sm_detail ls_witem = ls_sm_witem IMPORTING ls_key = cs_sm_key will_be_saved = c_save_flag TABLES lt_selkrit = lt_selkrit.
KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = is_sm_key ls_scma_event = ls_sm_event CHANGING ld_aplstat = ls_sm_aplstat EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.