J_3GVCF10 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 J_3GVCF10 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.
Title: BAL FORM Include for J_3GINVC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAL_LOG_CREATE call function 'BAL_LOG_CREATE' exporting i_s_log = l_s_log importing e_log_handle = c_log_handle exceptions others = 1.
BAL_DB_SEARCH call function 'BAL_DB_SEARCH' exporting i_s_log_filter = it_log_filter importing e_t_log_header = it_log_header exceptions others = 1.
BAL_DB_LOAD call function 'BAL_DB_LOAD' exporting i_t_log_header = it_log_header * i_t_log_handle = * I_T_LOGNUMBER = * I_CLIENT = SY-MANDT * I_DO_NOT_LOAD_MESSAGES = ' ' * I_EXCEPTION_IF_ALREADY_LOADED = 'X' importing e_t_log_handle = et_log_handle * E_T_MSG_HANDLE = exceptions no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 others = 4.
BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = i_log_handle i_s_msg = l_s_msg exceptions others = 1.
BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_t_log_handle = l_t_log_handle importing e_new_lognumbers = l_t_new_lognumbers exceptions others = 1.
RS_REFRESH_FROM_SELECTOPTIONS call function 'RS_REFRESH_FROM_SELECTOPTIONS' exporting curr_report = i_report_name tables selection_table = t_sel_crit exceptions not_found = 1 no_report = 2 others = 3.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = '/SAPCEM/VBADATA' i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 80 i_screen_end_line = 50 tables t_outtab = x_vbadata exceptions others = 1.
RS_LIST_SELECTION_TABLE call function 'RS_LIST_SELECTION_TABLE' exporting report = 'J_3GINVC' seltext = 'X' dyn_range = t_trange newpage = 'X' tables sel_tab = t_sel_crit exceptions sel_tab_empty = 1 others = 2.
REUSE_ALV_LIST_DISPLAY * call function 'REUSE_ALV_LIST_DISPLAY' * exporting * i_structure_name = 'RSPARAMS' * i_screen_start_column = 1 * i_screen_start_line = 1 * i_screen_end_column = 80 * i_screen_end_line = 50 * tables * t_outtab = t_sel_crit * exceptions * others = 1.
REUSE_ALV_LIST_DISPLAY call function 'REUSE_ALV_LIST_DISPLAY' exporting i_structure_name = '/SAPCEM/BALBELEG' i_screen_start_column = 1 i_screen_start_line = 1 i_screen_end_column = 80 i_screen_end_line = 10 tables t_outtab = h_balbelegdaten exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_3GVCF10 - BAL FORM Include for J_3GINVC J_3GVCF1 - FORM Include for J_3GINVC (INPUT SD Order) J_3GVBSV - Backup CEM Data from Table VBRP J_3GVBSV - Backup CEM Data from Table VBRP J_3GVBRPINS - Transfer CEM Data from J_3GVBRP_Z to VBRP/J_3GVBRP J_3GVBRPINS - Transfer CEM Data from J_3GVBRP_Z to VBRP/J_3GVBRP