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

FCJGR_ACTIONF01 SAP ABAP INCLUDE - FCJGRACTIONF01







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

INCLUDE FCJGR_ACTIONF01_TOOLBAR . " TOOLBAR
INCLUDE FCJGR_ACTIONF01_FILL_DATA_TABL . " FILL_DATA_TABLE
INCLUDE FCJGR_ACTIONF01_INIT_STANDARD_ . " INIT_STANDARD_TOOLBAR
INCLUDE FCJGR_ACTIONF01_INIT_TOOLBAR04 . " INIT_TOOLBAR_FOR_NETWORKPP
INCLUDE FCJGR_ACTIONF01_INIT_TOOLBAR03 . " INIT_TOOLBAR_FOR_HIERARCHY
INCLUDE FCJGR_ACTIONF01_INIT_TOOLBAR_F . " INIT_TOOLBAR_FOR_NETWORK
INCLUDE FCJGR_ACTIONF01_CREATE_CHART_O . " CREATE_CHART_OPEN_FUNCTION
INCLUDE FCJGR_ACTIONF01_ADD_ICODE_WHEN . " ADD_ICODE_WHEN_DELETED
INCLUDE FCJGR_ACTIONF01_ADD_ICODE . " ADD_ICODE
INCLUDE FCJGR_ACTIONF01_RESET_FLAGS_SE . " RESET_FLAGS_SET
INCLUDE FCJGR_ACTIONF01_RESET_FLAGS_RE . " RESET_FLAGS_RESET
INCLUDE FCJGR_ACTIONF01_EN_DISABLE_F02 . " EN_DISABLE_FOR_HGRAFIC
INCLUDE FCJGR_ACTIONF01_EN_DISABLE_FOR . " EN_DISABLE_FOR_NWGRAFIC
INCLUDE FCJGR_ACTIONF01_SET_VISIBLE . " SET_VISIBLE
INCLUDE FCJGR_ACTIONF01_SET_VISIBLE_FO . " SET_VISIBLE_FOR_GRAPH
INCLUDE FCJGR_ACTIONF01_HIDE_DOCKING . " HIDE_DOCKING


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_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'I' position_imp = 'R' width_imp = 100 id_imp = 2.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'I' position_imp = 'L' width_imp = 100 id_imp = 1.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'I' position_imp = 'T' width_imp = 100 id_imp = 3.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'I' position_imp = 'B' width_imp = 100 id_imp = 4.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'I' position_imp = 'L' width_imp = 100 id_imp = 1.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'V' position_imp = 'L' width_imp = 100 id_imp = 1.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'I' position_imp = 'B' width_imp = 100 id_imp = 4.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' EXPORTING repid_imp = lv_repid dynnr_imp = sy-dynnr method_imp = 'V' position_imp = 'B' width_imp = 100 id_imp = 4.

CJGG_DOCKING_HANDLER * call function 'CJGG_DOCKING_HANDLER' * exporting * repid_imp = 'SAPLSGRC' * dynnr_imp = '2003' * method_imp = 'X' * position_imp = 'R' * width_imp = 100 * id_imp = 2 ** CONTAINER_IMP = * importing ** HANDLE_EXP = * value_exp = value_imp.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' exporting repid_imp = 'SAPLSGRC' dynnr_imp = '2004' method_imp = 'X' position_imp = 'L' width_imp = 100 id_imp = 1 * CONTAINER_IMP = importing * HANDLE_EXP = value_exp = value_imp.

CJGG_DOCKING_HANDLER * call function 'CJGG_DOCKING_HANDLER' * exporting * repid_imp = 'SAPLSGRC' * dynnr_imp = '2003' * method_imp = 'X' * position_imp = 'T' * width_imp = 100 * id_imp = 3 ** CONTAINER_IMP = * importing ** HANDLE_EXP = * value_exp = value_imp.

CJGG_DOCKING_HANDLER call function 'CJGG_DOCKING_HANDLER' exporting repid_imp = 'SAPLSGRC' dynnr_imp = '2004' method_imp = 'X' position_imp = 'B' width_imp = 100 id_imp = 4 * CONTAINER_IMP = importing * HANDLE_EXP = value_exp = value_imp.

CX_SCHEDULING_PROTOCOL call function 'CX_SCHEDULING_PROTOCOL' EXPORTING i_flg_prot = space EXCEPTIONS no_protocol = 01.

CM_F_INFO call function 'CM_F_INFO' EXPORTING aplid = 'PPCO' IMPORTING max_severity_pro = k_max_severity_pro max_severity_scr = k_max_severity_scr msg_counter_pro = msg_counter.

CM_F_INFO call function 'CM_F_INFO' EXPORTING aplid = 'NWAV' IMPORTING max_severity_pro = k_max_severity_pro max_severity_scr = k_max_severity_scr msg_counter_pro = msg_counter.

CM_F_INFO call function 'CM_F_INFO' EXPORTING aplid = 'PSPA' IMPORTING max_severity_pro = k_max_severity_pro max_severity_scr = k_max_severity_scr msg_counter_pro = msg_counter.



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