PS_RPSCO_REBUILD_FORMS3 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 PS_RPSCO_REBUILD_FORMS3 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!
HFPM_READ_RPSCO_MULTI CALL FUNCTION 'HFPM_READ_RPSCO_MULTI' TABLES IT_COSEL = LT_COSEL[] ET_RPSCO = LT_RPSCO[].
HFPM_RPSCO_ACTUAL CALL FUNCTION 'HFPM_RPSCO_ACTUAL' EXPORTING PROTOCOL = P_PROT X_COSS = 'X' X_COSP = 'X' X_COSPP = 'X' X_COSSP = 'X' X_COSB = 'X' X_COSR = 'X' X_FMSU = 'X' X_FMSP = 'X' TABLES I_OBJNR = LT_OBJLIST I_RPSCO = LT_RPSCO I_RPSQT = LT_RPSQT.
RS_REFRESH_FROM_DYNAMICAL_SEL call function 'RS_REFRESH_FROM_DYNAMICAL_SEL' exporting curr_report = v_repid mode_write_or_move = 'M' importing p_trange = lt_trange exceptions not_found = 0.
FREE_SELECTIONS_RANGE_2_EX CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_EX' EXPORTING field_ranges = lt_trange IMPORTING EXPRESSIONS = lt_texpr.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = v_repid tables selection_table = lt_rsparams.
LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = lt_listobject EXCEPTIONS NOT_FOUND = 1.
WRITE_LIST CALL FUNCTION 'WRITE_LIST' TABLES listobject = lt_listobject EXCEPTIONS EMPTY_LIST = 0.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'PSEL' p_program = 'PS_RPSCO_REBUILD' TABLES p_exclude = lt_excluding.
K_KOKRS_SET CALL FUNCTION 'K_KOKRS_SET' EXPORTING display = ' ' popup = '1' IMPORTING e_action = ld_action e_kokrs = ld_kokrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.