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
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!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPFCJGR_SAVE_PPT_USR_OPTIONS - CJPN_PROJEKTNUMMER_UNEDIT SAPFCJGR_SAVE_PPT_LAST_PROJECT - SAPFCJGRSAVEPPTLASTPROJECT SAPFCJGR_RESET_TIME_PROFILE - SAPFCJGRRESETTIMEPROFILE SAPFCJGR_RESET_TIMESCALE - FILL_PRPS_BUFFER SAPFCJGR_RESET_TCBP - CJPN_PROJEKTNUMMER_UNEDIT SAPFCJGR_RESET_FAW - SAPFCJGRRESETFAW