SAP Reports / Programs

RBDSEBOM SAP ABAP Report - Material BOM Distribution







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

BD30 - Distribute material object list


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 RBDSEBOM. "Basic submit
SUBMIT RBDSEBOM AND RETURN. "Return to original report after report execution complete
SUBMIT RBDSEBOM 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: SEL_WRK = D .
Selection Text: SEL_MAT = D .
Selection Text: SEL_ANW = D .
Selection Text: SEL_ALT = D .
Selection Text: P_MESTYP = D .
Selection Text: P_MESCOD = D .
Selection Text: P_LOGSYS = D .
Selection Text: P_DLIGN = D .
Selection Text: P_DATUV = D .
Title: Material BOM Distribution
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: 060 = --AL--
Text Symbol: 042 = Status
Text Symbol: 041 = Message Type
Text Symbol: 040 = Number of IDocs Created
Text Symbol: 032 = Cancel
Text Symbol: 031 = Are You Sure?
Text Symbol: 030 = End BOM Distribution
Text Symbol: 019 = Function in Target System
Text Symbol: 018 = Distribution of Document Structures
Text Symbol: 017 = Delete
Text Symbol: 016 = Change
Text Symbol: 015 = Create
Text Symbol: 014 = Target System
Text Symbol: 013 = Local System
Text Symbol: 012 = Distribution
Text Symbol: 011 = Chg.No.
Text Symbol: 010 = Valid from





Text Symbol: 009 = Select
Text Symbol: 008 = BOMs Selected for Distribution
Text Symbol: 007 = BOMs in List
Text Symbol: 002 = BOMs
Text Symbol: 001 = Data Is Being Selected


INCLUDES used within this REPORT RBDSEBOM

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