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

RVBOB_SELECTION SAP ABAP Report - Edit Original Batches







RVBOB_SELECTION is a standard Executable ABAP Report 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 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BMOBPUR - Original Batches in Procurement
BMOBPRO - Original Batches in Production


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


Text pool values


Original Batches
Selection Text: SO_UCWRK = D .
Selection Text: SO_UCMAT = D .
Selection Text: SO_UCCHA = D .
Selection Text: SO_POSNR = D .
Selection Text: SO_EBELP = D .
Selection Text: SO_EBELN = D .
Selection Text: SO_AUFNR = D .
Selection Text: PA_DISP = Display Only
Selection Text: DB_LIMIT = Maximum Number of Batches
Title: Edit Original Batches
Text Symbol: 105 = Select Original Batch
Text Symbol: M01 = Adopt Batch Status
Text Symbol: NO_ = No
Text Symbol: NXT = Next Original Batch
Text Symbol: PRV = Previous Original Batch
Text Symbol: SAV = Save
Text Symbol: SWT = Display/Change
Text Symbol: TI1 = KZBEW
Text Symbol: TI2 = From Purchase Order/Production Order
Text Symbol: TIC = Change Batch
Text Symbol: TID = Display Batch
Text Symbol: YES = Yes
Text Symbol: 104 = Assign Imparting Original Batch
Text Symbol: 001 = Selection
Text Symbol: 002 = Original Batches
Text Symbol: 003 = Batch Usage
Text Symbol: 004 = Display Production Version
Text Symbol: 005 = Display Purchase Order
Text Symbol: 006 = Display Material
Text Symbol: 007 = Display Batch
Text Symbol: 008 = Change Batch
Text Symbol: 009 = Inheriting Original Batches
Text Symbol: 010 = Original Batch
Text Symbol: 011 = PurchOrder
Text Symbol: 012 = Item
Text Symbol: 013 = Production Order
Text Symbol: 019 = Delete assignment?





Text Symbol: 020 = Expand All Nodes
Text Symbol: 021 = Collapse All Nodes
Text Symbol: 022 = Expand Subtree
Text Symbol: 023 = Collapse Subtree
Text Symbol: 099 = Material short text does not exist in logon language
Text Symbol: 100 = Orig. Batch - Delete Assignmnt
Text Symbol: 101 = Display Details
Text Symbol: 102 = Batch Where-Used List
Text Symbol: 103 = Create New Original Batch


INCLUDES used within this REPORT RVBOB_SELECTION

INCLUDE RVBOB_SELECTION_TOP.
INCLUDE RVBOB_SELECTION_F01.
INCLUDE RVBOB_SELECTION_F02.
INCLUDE RVBOB_SELECTION_F03.
INCLUDE RVBOB_SELECTION_F04.
INCLUDE RVBOB_SELECTION_F05.
INCLUDE RVBOB_SELECTION_F06.
INCLUDE RVBOB_SELECTION_F19.
INCLUDE RVBOB_SELECTION_F20.
INCLUDE RVBOB_SELECTION_F21.
INCLUDE RVBOB_SELECTION_F22.
INCLUDE RVBOB_SELECTION_F23.
INCLUDE RVBOB_SELECTION_F24.
INCLUDE RVBOB_SELECTION_F25.
INCLUDE RVBOB_SELECTION_F26.
INCLUDE RVBOB_SELECTION_O01.
INCLUDE RVBOB_SELECTION_O02.
INCLUDE RVBOB_SELECTION_I01.
INCLUDE RVBOB_SELECTION_I02.
INCLUDE RVBOB_SELECTION_FD2.


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:

VB_BATCH_DEFINITION CALL FUNCTION 'VB_BATCH_DEFINITION' IMPORTING kzdch = gv_batch_level.

VBOB_MULT_OB_FOR_ORDER_POS CALL FUNCTION 'VBOB_MULT_OB_FOR_ORDER_POS' CHANGING e_mult_order_assignment = gv_mult_order_assignment.

VBOB_MM_SET_TX_VARIABLES CALL FUNCTION 'VBOB_MM_SET_TX_VARIABLES' EXPORTING i_tx_relation = gv_relation.

CONTROL_INIT CALL FUNCTION 'CONTROL_INIT'.








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