SAP Reports / Programs | Construction Equipment Management | Industry Solution Engineering & Construction | Construction Equipment Management(IS-EC-CEM) SAP IS

J_3GVCF10 SAP ABAP INCLUDE - BAL FORM Include for J_3GINVC







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


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 J_3GVCF10. "Basic submit
SUBMIT J_3GVCF10 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3GVCF10 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: BAL FORM Include for J_3GINVC


INCLUDES used within this REPORT J_3GVCF10

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:

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.



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