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

RVBBINCO_F0D0130 SAP ABAP INCLUDE - RVBBINCOF0D0130







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

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:

CTMS_DDB_EXECUTE_FUNCTION CALL FUNCTION 'CTMS_DDB_EXECUTE_FUNCTION' EXPORTING okcode = save_ok_code.

CUSL_BIC_SELECTION_INIT CALL FUNCTION 'CUSL_BIC_SELECTION_INIT'.

CTMS_DDB_OBJECT_EXTENSION CALL FUNCTION 'CTMS_DDB_OBJECT_EXTENSION' EXPORTING frame_text = text-211.

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 = 7.

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 no_authority_klart = 7 no_authority_bgrse = 8 OTHERS = 9.

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 = 2.

CUSL_BIC_SELECTION_INIT CALL FUNCTION 'CUSL_BIC_SELECTION_INIT'.

CLO0_DDB_OBJ_VALUATION_CLOSE CALL FUNCTION 'CLO0_DDB_OBJ_VALUATION_CLOSE' EXCEPTIONS OTHERS = 0.



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