SAP Reports / Programs | Project System | Structures(PS-ST) SAP PS

RPSACL_MIGRATE SAP ABAP Report - Report RPSACL_MIGRATE







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


Text pool values


Selection Text: EXEC = Execution Mode
Selection Text: NETID = Network
Selection Text: PRJID = Project Definition
Selection Text: TEST = Test Mode
Title: Report RPSACL_MIGRATE
Text Symbol: 001 = Selection Paramaters
Text Symbol: 002 = Execution Mode
Text Symbol: 003 = ACL is already activated
Text Symbol: 004 = ACL is not activated in the Project Profile
Text Symbol: 005 = ACL is activated successfully
Text Symbol: 006 = ACL is not activated in the Network Profile
Text Symbol: 007 = Status
Text Symbol: 008 = Project Definition
Text Symbol: 009 = Network
Text Symbol: 010 = Description
Text Symbol: 011 = Project Profile
Text Symbol: 012 = Network Profile
Text Symbol: 013 = ACL can be activated successfully


INCLUDES used within this REPORT RPSACL_MIGRATE

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:

PS_CALL_PSJ CALL FUNCTION 'PS_CALL_PSJ' TABLES it_selections = it_sel et_rsthie_m = hier EXCEPTIONS no_costs_found = 1 no_objects_found = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat TABLES t_outtab = gt_result.

CJTA_TCJ41_READ CALL FUNCTION 'CJTA_TCJ41_READ' EXPORTING profile_imp = ls_proj-profl IMPORTING tcj41wa_exp = l_tcj41 EXCEPTIONS not_found = 1 OTHERS = 2.

CJPN_GET_PROJ_OBJ CALL FUNCTION 'CJPN_GET_PROJ_OBJ' EXPORTING i_pspnr = acl_caufvd_st-pronr CHANGING c_objnr = prj_objnr.

PS_CALL_PSJ CALL FUNCTION 'PS_CALL_PSJ' TABLES it_selections = it_sel et_rsthie_m = hier EXCEPTIONS no_costs_found = 1 no_objects_found = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING it_fieldcat = lt_fieldcat TABLES t_outtab = gt_result.

PS_CALL_PSJ CALL FUNCTION 'PS_CALL_PSJ' TABLES it_selections = it_sel et_rsthie_m = hier EXCEPTIONS no_costs_found = 1 no_objects_found = 2 OTHERS = 3.



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