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

FCJWBFVC_VC_GRAFIK SAP ABAP INCLUDE - D0101_OK_CODE







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

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:

CJGR_CHECK_PLATFORM_FOR_GUI CALL FUNCTION 'CJGR_CHECK_PLATFORM_FOR_GUI' EXCEPTIONS NON_SUPPORTED_JAVA_GUI = 1 NON_SUPPORTED_HTML_GUI = 2 NO_WINDOWS_GUI = 3 OTHERS = 4.

CNET_GET_PROFILE_CONTENTS CALL FUNCTION 'CNET_GET_PROFILE_CONTENTS' EXPORTING GRAPH_TYPE = net_const-hierarchy PROFILE = grv_profile EXCEPTIONS INV_PROFILE = 1 CLUSTER_DEFS_NOT_FOUND = 2 LINE_DEFS_NOT_FOUND = 3 NODE_DEFS_NOT_FOUND = 4 OPTION_DEFS_NOT_FOUND = 5.

CNET_SET_OPTIONS call function 'CNET_SET_OPTIONS' exporting nodelpop = net_const-yes exceptions others = 1.

NETWORK_CREATE call function 'NETWORK_CREATE' exporting owner_repid = cntrl_prog dynnr = cntrl_dynnr changing handle = netz_ocx exceptions create_error = 1 others = 2.

CJGG_ASSIGN_CONTROL call function 'CJGG_ASSIGN_CONTROL' exporting * DOCKING_ID_IMP = custom_id_imp = ga_custom-id repid_imp = ga_custom-repid dynnr_imp = ga_custom-dynnr graphic_type_imp = 'N' importing handle_exp = netz_ocx.

SGRC_GET_WINID call function 'SGRC_GET_WINID' exporting def_id = grv-winid * LOW = 0000 * HIGH = 9999 importing winid = grv-winid exceptions no_more_winid = 1 others = 2.

SGRC_ADD_CALLBACK call function 'SGRC_ADD_CALLBACK' exporting call_back_form = 'HIERARCHY_CALLBACK_PBO' call_back_prog = loc_program pbo = con_yes winid = grv-winid control_handle = netz_ocx. "für OCX-Umstellung

SGRC_ADD_CALLBACK call function 'SGRC_ADD_CALLBACK' exporting call_back_form = 'HIERARCHY_CALLBACK_PAI' call_back_prog = loc_program pai = con_yes pai_interest = 'I' winid = grv-winid control_handle = netz_ocx. "für OCX-Umstellung

SGRC_ADD_CALLBACK call function 'SGRC_ADD_CALLBACK' exporting call_back_form = 'HIERARCHY_CALLBACK_EXIT' call_back_prog = loc_program pai = con_yes pai_interest = 'DQ' winid = grv-winid control_handle = netz_ocx. "für OCX-Umstellung

CONTROL_SET_WINDOW_PROPERTY call function 'CONTROL_SET_WINDOW_PROPERTY' exporting h_control = lv_last_handle propid = prop_visible value = cntl_false * NO_FLUSH = exceptions cntl_system_error = 1 cntl_error = 2 others = 3.

SGRC_MAIN_LOOP call function 'SGRC_MAIN_LOOP' exporting control_handle = netz_ocx "für OCX-Umstellung modal = con_yes. "Modale Vearbeitung



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