SAP Reports / Programs | Project System | Structures | Project Planning Board(PS-ST-OPR-PPB) SAP PS

SAPFCJGR_SAVE_PPT_USR_OPTIONS SAP ABAP INCLUDE - CJPN_PROJEKTNUMMER_UNEDIT







SAPFCJGR_SAVE_PPT_USR_OPTIONS 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 SAPFCJGR_SAVE_PPT_USR_OPTIONS 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 SAPFCJGR_SAVE_PPT_USR_OPTIONS. "Basic submit
SUBMIT SAPFCJGR_SAVE_PPT_USR_OPTIONS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPFCJGR_SAVE_PPT_USR_OPTIONS 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 SAPFCJGR_SAVE_PPT_USR_OPTIONS

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:

CJGG_GET_EXPANDED_NODES call function 'CJGG_GET_EXPANDED_NODES' * EXPORTING * TYPE_IMP = '3' tables node_exp = lt_node_keys.

CJGG_DOCKING_HANDLER CALL FUNCTION 'CJGG_DOCKING_HANDLER' EXPORTING REPID_IMP = 'SAPLSGRC' DYNNR_IMP = '2003' METHOD_IMP = 'A' POSITION_IMP = 'L' ID_IMP = 1 IMPORTING HANDLE_EXP = gt_dock_cont-handle.

CNPB_W_WORKSPACE_END_SAVE call function 'CNPB_W_WORKSPACE_END_SAVE'.

CNPB_W_GET_NODES_AND_ITEMS_TAB * CALL FUNCTION 'CNPB_W_GET_NODES_AND_ITEMS_TAB' * IMPORTING * et_obj_keys = lt_obj_line * EXCEPTIONS * no_objects_found = 1 * OTHERS = 2.

CJDW_GLOBAL_VALUES call function 'CJDW_GLOBAL_VALUES' IMPORTING V_PROJ = projwa e_vsnumber = vsnmr.

GET_FLG_EXT_CALL CALL FUNCTION 'GET_FLG_EXT_CALL' CHANGING C_FLG_EXT_CALL = FLG_EXT_CALL.

CNPB_W_UPDATE_HISTORY call function 'CNPB_W_UPDATE_HISTORY' exporting i_obj_type = l_obj_type i_obj_keys = l_obj_keys exceptions no_objects_found = 1 others = 2.

GET_GA_CHANGE_FLAGS CALL FUNCTION 'GET_GA_CHANGE_FLAGS' CHANGING PPT = GA_CHANGE_FLAGS-PPT FAW_PLAN = GA_CHANGE_FLAGS-FAW_PLAN FAW_CAPA = GA_CHANGE_FLAGS-FAW_CAPA FAW_MAT = GA_CHANGE_FLAGS-FAW_MAT FAW_COST = GA_CHANGE_FLAGS-FAW_COST FAW_ORDER = GA_CHANGE_FLAGS-FAW_ORDER FAW_PRINT = GA_CHANGE_FLAGS-FAW_PRINT TIME_PLAN = GA_CHANGE_FLAGS-TIME_PLAN TIME_CAPA = GA_CHANGE_FLAGS-TIME_CAPA TIME_MAT = GA_CHANGE_FLAGS-TIME_MAT TIME_COST = GA_CHANGE_FLAGS-TIME_COST PPT_WIZ = GA_CHANGE_FLAGS-PPT_WIZ.

CJTA_TCBP_READ call function 'CJTA_TCBP_READ' exporting profid_imp = tcbpwa-profile importing tcbp_exp = la_tcbp exceptions not_found = 1 others = 2.

CJTA_CXPS_READ call function 'CJTA_CXPS_READ' exporting profil_imp = projwa-SCPRF importing tcxps_exp = la_tcxps exceptions not_found = 1 others = 2.



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