RVBBINCO_FSC 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_FSC 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!
VBIC_SC_ADMIN CALL FUNCTION 'VBIC_SC_ADMIN' EXPORTING i_uname = sy-uname it_ugt = gt_ugt[] IMPORTING et_sc_descr_public = gt_sc_descr_public et_sc_descr_private = gt_sc_descr_private.
VBIC_SC_SAVE CALL FUNCTION 'VBIC_SC_SAVE' EXPORTING i_tbic_sc = ls_tbic_sc it_tbic_sc_row = lt_tbic_sc_row it_tbic_sc_pa = lt_tbic_sc_pa it_tbic_sc_so = lt_tbic_sc_so i_class = lv_selclass it_selection = gt_selection[] it_ugt = gt_ugt[] IMPORTING et_sc_descr_public = gt_sc_descr_public et_sc_descr_private = gt_sc_descr_private EXCEPTIONS save_aborted = 1 OTHERS = 99.
VBIC_SC_VARIANT_SELECT CALL FUNCTION 'VBIC_SC_VARIANT_SELECT' EXPORTING i_bicselvariant = pv_bicselvariant IMPORTING e_tbic_sc = ss_tbic_sc et_tbic_sc_row = st_tbic_sc_row et_tbic_sc_pa = st_tbic_sc_pa et_tbic_sc_so = st_tbic_sc_so EXCEPTIONS internal_error = 1 OTHERS = 99.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = 'RVBBINCO' TABLES selpars = lt_selpars EXCEPTIONS OTHERS = 99.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = gv_badi_repid TABLES selpars = lt_selpars_badi EXCEPTIONS OTHERS = 0.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = gv_bhsel_repid TABLES selpars = lt_selpars_bhist_fix EXCEPTIONS OTHERS = 0.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = lv_repid_bhist TABLES selpars = lt_selpars_bhist_dyn EXCEPTIONS OTHERS = 0.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = 'RVBBINCO' TABLES selpars = lt_selpars EXCEPTIONS OTHERS = 0.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = gv_badi_repid TABLES selpars = lt_selpars_badi EXCEPTIONS OTHERS = 0.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = gv_bhsel_repid TABLES selpars = lt_selpars_bhist_fix EXCEPTIONS OTHERS = 0.
SELOPTS_AND_PARAMS CALL FUNCTION 'SELOPTS_AND_PARAMS' EXPORTING program = lv_repid_bhist TABLES selpars = lt_selpars_bhist_dyn EXCEPTIONS OTHERS = 0.
CLFM_GET_CLASS_FOR_CUOBJ CALL FUNCTION 'CLFM_GET_CLASS_FOR_CUOBJ' EXPORTING internal_obj_number = pv_bicselcuobj IMPORTING class = rmclm-class classtype = rmclm-klart EXCEPTIONS OTHERS = 99.
CLO0_DDB_OBJ_VALUATION_OPEN CALL FUNCTION 'CLO0_DDB_OBJ_VALUATION_OPEN' EXPORTING classtype_imp = rmclm-klart class_imp = rmclm-class object_imp = lv_objek obj_structure_imp = 'TBIC_SC' obtab_imp = 'TBIC_SC' frame_text_new = text-211 IMPORTING cuobj_exp = lv_cuobj EXCEPTIONS invalid_classcat = 1 class_status_not_valid = 2 class_not_found = 3 foreign_lock = 4 system_failure = 5 change_nr_not_exist = 6 OTHERS = 99.
CTMS_DDB_CLOSE CALL FUNCTION 'CTMS_DDB_CLOSE' TABLES exp_selection = gt_selection EXCEPTIONS OTHERS = 99.
CLO0_DDB_OBJ_VALUATION_CLOSE CALL FUNCTION 'CLO0_DDB_OBJ_VALUATION_CLOSE' EXCEPTIONS OTHERS = 99.
CUSL_BIC_SELECTION_INIT CALL FUNCTION 'CUSL_BIC_SELECTION_INIT'.
CUSL_BIC_SELECTION_PREPARE CALL FUNCTION 'CUSL_BIC_SELECTION_PREPARE' EXPORTING sel_class = rmclm-class sel_klart = rmclm-klart TABLES selection = gt_selection EXCEPTIONS no_valid_classtype = 1 no_classtype_found = 2 no_class_found = 3 no_selection_class_found = 4 no_entry_found = 5 internal_error = 6 OTHERS = 99.
CUSL_BIC_SELECTION_GET CALL FUNCTION 'CUSL_BIC_SELECTION_GET' EXPORTING selclass = rmclm-class selklart = rmclm-klart TABLES selection = gt_selection EXCEPTIONS no_entry_found = 1 OTHERS = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.