SAP Reports / Programs | Logistics - General | Logistics Basic Data | Bills of Material(LO-MD-BOM) SAP LO

RBDSEORD SAP ABAP Report - Distribution of Order BOMs







RBDSEORD 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 RBDSEORD 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

BD34 - Distribute order BOM


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


Text pool values


Selection Text: P_DATUV = D .
Selection Text: P_DLIGN = D .
Selection Text: P_LOGSYS = D .
Selection Text: P_MESCOD = D .
Selection Text: P_MESTYP = D .
Selection Text: SEL_ALT = D .
Selection Text: SEL_ANW = D .
Selection Text: SEL_ELN = D .
Selection Text: SEL_MAT = D .
Selection Text: SEL_POS = D .
Selection Text: SEL_WRK = D .
Title: Distribution of Order BOMs
Text Symbol: 079 = Display Selectable BOMs
Text Symbol: 078 = Display All Bills of Material
Text Symbol: 077 = Deselect All
Text Symbol: 076 = Select All
Text Symbol: 075 = Distribute
Text Symbol: 071 = Plant Assignments
Text Symbol: 070 = Material Variants
Text Symbol: 064 = -del
Text Symbol: 063 = -LOCK-
Text Symbol: 062 = -CONF-
Text Symbol: 061 = --VA--
Text Symbol: 001 = Data Is Being Selected
Text Symbol: 002 = BOMs
Text Symbol: 007 = BOMs in List
Text Symbol: 008 = BOMs Selected for Distribution
Text Symbol: 009 = Select
Text Symbol: 010 = Valid Frm
Text Symbol: 011 = Chg.No
Text Symbol: 012 = Distribution
Text Symbol: 013 = Local System
Text Symbol: 014 = Target System
Text Symbol: 015 = Create
Text Symbol: 016 = Change
Text Symbol: 017 = Delete
Text Symbol: 018 = Distribution of Order BOMs
Text Symbol: 019 = Function in Target System





Text Symbol: 030 = End BOM Distribution
Text Symbol: 031 = Are You Sure?
Text Symbol: 032 = Cancel
Text Symbol: 040 = Number of IDocs Created
Text Symbol: 041 = Message Type
Text Symbol: 042 = Status
Text Symbol: 060 = --AL--


INCLUDES used within this REPORT RBDSEORD

INCLUDE CSDSCONS. "GLOBAL CONSTANTS FOR FUNCTION GROUP CSDS
INCLUDE CSDSSE02.
INCLUDE CSDSSE03.


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:

CS_PLANT_F4_HELP CALL FUNCTION 'CS_PLANT_F4_HELP' * exporting * WERKS = ' ' * FLG_DISPLAY = ' ' IMPORTING AWERKS = SEL_WRK-LOW EXCEPTIONS OTHERS = 0.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = OUTPUT_TEXT.



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