REP_ODATA_PP_POR_SELECTION_F02 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 REP_ODATA_PP_POR_SELECTION_F02 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.
Title: Select Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CO_ZF_AUTHORITY_CHECK CALL FUNCTION 'CO_ZF_AUTHORITY_CHECK' EXPORTING i_autyp = '10' i_trtyp = 'V' i_chk_cat_act = cv_x i_chk_plant_typ = space EXCEPTIONS no_auth_cat_act = 1 OTHERS = 2.
CO_ZF_AUTHORITY_CHECK CALL FUNCTION 'CO_ZF_AUTHORITY_CHECK' EXPORTING i_autyp = '10' i_auart =
-auart i_werks = -werks i_trtyp = 'V' i_chk_cat_act = space i_chk_plant_typ = cv_x EXCEPTIONS no_auth_type_plant = 1 no_auth_cat_typ_plant_act = 2 incorrect_parameters = 3 OTHERS = 4.
STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING flg_user_stat = cv_x objnr =
-objnr spras = sy-langu IMPORTING line = -sttxt user_line = -asttx EXCEPTIONS object_not_found = 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.
REP_ODATA_PP_POR_SELECTION_F02 - Select Data REP_ODATA_PP_POR_SELECTION_F01 - PAI / PBO and Checks REP_ODATA_PP_POR_SELECTION - Create Variant for Production Order Selection REP_ODATA_PP_POR_SELECTION - Create Variant for Production Order Selection REP_OBJHISTTOP - REPOBJHISTTOP REP_OBJHIST - Program REP_OBJHIST