SAPFCJGR_CREATE_TABLE_TITLE 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_CREATE_TABLE_TITLE 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!
BARC_SET_COLUMN_WIDTH call function 'BARC_SET_COLUMN_WIDTH' EXPORTING chart_id = iv_chart_id index = lv_index width = lv_width.
BARC_SET_COLUMN_ATTRIB call function 'BARC_SET_COLUMN_ATTRIB' EXPORTING index = lv_index chart_id = iv_chart_id fl = gc_set_menu val = glob_menuid-clm_id EXCEPTIONS no_color_type = 1 no_modify_val = 2 invalid_fl = 3 others = 4.
BARC_SET_COLUMN_ATTRIB call function 'BARC_SET_COLUMN_ATTRIB' EXPORTING index = lv_index chart_id = iv_chart_id fl = gc_selected val = lv_with_sel EXCEPTIONS no_color_type = 1 no_modify_val = 2 invalid_fl = 3 others = 4.
BARC_SET_COLUMN_ATTRIB call function 'BARC_SET_COLUMN_ATTRIB' EXPORTING index = lv_index chart_id = iv_chart_id fl = gc_set_menu val = space EXCEPTIONS no_color_type = 1 no_modify_val = 2 invalid_fl = 3 others = 4.
BARC_SET_COLUMN_ATTRIB call function 'BARC_SET_COLUMN_ATTRIB' EXPORTING index = lv_index chart_id = iv_chart_id fl = gc_selected val = lv_without_sel EXCEPTIONS no_color_type = 1 no_modify_val = 2 invalid_fl = 3 others = 4.
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_CREATE_TABLE_TITLE - SAPFCJGRCREATETABLETITLE SAPFCJGR_CREATE_GRAPHIC_SHOW_P - SAPFCJGRCREATEGRAPHICSHOWP SAPFCJGR_CREATE_GRAPHIC_CREATE - SAPFCJGRCREATEGRAPHICCREATE SAPFCJGR_CREATE_GRAPHIC - Create Gantt Chart SAPFCJGR_CREATE_GRAPHIC - Create Gantt Chart SAPFCJGR_CREATE_CHART_WITH_TIT - OK_CODE_DYNP_2700