RVBOB_SELECTION_F22 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 RVBOB_SELECTION_F22 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!
VBOB_DEQUEUE_OB CALL FUNCTION 'VBOB_DEQUEUE_OB' EXPORTING i_ajahr = gs_enq_ob-ajahr i_aufnr = gs_enq_ob-aufnr i_posnr = gs_enq_ob-posnr i_bstnr = gs_enq_ob-ebeln i_bstpo = gs_enq_ob-ebelp i_ucwrk = gs_enq_ob-ucwrk i_ucmat = gs_enq_ob-ucmat i_uccha = gs_enq_ob-uccha i_batch_level = gv_batch_level i_badeq = space i_generic_dequeue = space EXCEPTIONS invalid_parameters = 1 OTHERS = 2.
VBOB_ENQUEUE_OB CALL FUNCTION 'VBOB_ENQUEUE_OB' EXPORTING i_ajahr = gs_enq_ob-ajahr i_aufnr = gs_enq_ob-aufnr i_posnr = gs_enq_ob-posnr i_bstnr = gs_enq_ob-ebeln i_bstpo = gs_enq_ob-ebelp i_ucwrk = gs_enq_ob-ucwrk i_ucmat = gs_enq_ob-ucmat i_uccha = gs_enq_ob-uccha i_batch_level = gv_batch_level i_baenq = space i_xdark = space i_generic_enqueue = space i_message_flg = space EXCEPTIONS invalid_parameters = 1 enqueue_not_possible = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.