SAP Reports / Programs | Logistics - General | Batches(LO-BM) SAP LO

RVBBINCO_F0L SAP ABAP INCLUDE - RVBBINCOF0L







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

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:

TQSS1_READ * CALL FUNCTION 'TQSS1_READ' * EXPORTING * i_werks = ls_ilots-werk * IMPORTING * e_tqss1 = ls_tqss1 * EXCEPTIONS * no_entry = 1 * OTHERS = 2.

QEVS_READ_LOT_UD CALL FUNCTION 'QEVS_READ_LOT_UD' EXPORTING i_prueflos = ls_ilots-prueflos IMPORTING e_qave = ls_qave EXCEPTIONS OTHERS = 0.

QEVS_READ_LOT_UD CALL FUNCTION 'QEVS_READ_LOT_UD' EXPORTING i_prueflos = ls_ilots-prueflos IMPORTING e_qave = ls_qave EXCEPTIONS OTHERS = 0.

ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'BIC' EXPORTING tcode = lv_tcode skip_screen = gc_char_x TABLES spagpa_tab = lt_spagpa EXCEPTIONS call_transaction_denied = 1 tcode_invalid = 2 OTHERS = 3.

DDIC_DATA_DESCRIPTION_SCAN CALL FUNCTION 'DDIC_DATA_DESCRIPTION_SCAN' EXPORTING i_structure = 'MCHX_BINCO_BADI' TABLES t_fieldinfo = st_fieldinfo EXCEPTIONS table_not_exists = 1 OTHERS = 99.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = lv_tabname langu = sy-langu all_types = gc_char_x TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

TH_USER_INFO CALL FUNCTION 'TH_USER_INFO' IMPORTING act_sessions = lv_act_sessions max_sessions = lv_max_sessions.

KK_F_PKOSA_FILL CALL FUNCTION 'KK_F_PKOSA_FILL' EXPORTING pkosanr_imp = lv_aufnr IMPORTING pkosa_exp = ls_pkosa EXCEPTIONS OTHERS = 2.

ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK 'KKF6N' EXPORTING tcode = 'KKF6N' skip_screen = 'X' TABLES spagpa_tab = lt_spagpa.

HU_DISPLAY CALL FUNCTION 'HU_DISPLAY' EXPORTING if_display = gc_char_x it_hus = lt_hum EXCEPTIONS no_hus_found = 1 not_allowed = 2 fatal_error = 3 OTHERS = 4.

ABAP4_CALL_TRANSACTION CALL FUNCTION 'ABAP4_CALL_TRANSACTION' STARTING NEW TASK lv_taskname EXPORTING tcode = lv_tcode skip_screen = lv_skip_screen TABLES spagpa_tab = lt_spagpa EXCEPTIONS call_transaction_denied = 1 tcode_invalid = 2 OTHERS = 3.

VB_BATCH_WORKLIST_GET_CONTENTS CALL FUNCTION 'VB_BATCH_WORKLIST_GET_CONTENTS' EXPORTING i_uname = sy-uname it_wtasks = lt_wtask CHANGING ct_batches = lt_mcha_key_table EXCEPTIONS OTHERS = 0.

CHVW_EXPLODE_ALL CALL FUNCTION 'CHVW_EXPLODE_ALL' EXPORTING i_matnr = pa_matnr i_werks = pa_werks i_charg = pa_charg i_dfchvw = ls_dfchvw i_cust_sort = gc_char_x TABLES t_shadow = lt_shadow_tpdn t_plants = lt_plants EXCEPTIONS invalid_input_data = 1 OTHERS = 99.

CHVW_EXPLODE_ALL CALL FUNCTION 'CHVW_EXPLODE_ALL' EXPORTING i_matnr = pa_matnr i_werks = pa_werks i_charg = pa_charg i_dfchvw = ls_dfchvw i_cust_sort = gc_char_x TABLES t_shadow = lt_shadow_btup t_plants = lt_plants EXCEPTIONS invalid_input_data = 1 OTHERS = 99.



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