SAP Reports / Programs | Project System | Information System | Accounting(PS-IS-REP-ACC) SAP PS

PS_RPSCO_REBUILD_FORMS3 SAP ABAP INCLUDE - PSRPSCOREBUILDFORMS3







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


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


INCLUDES used within this REPORT PS_RPSCO_REBUILD_FORMS3

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:

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.



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