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

RBDSEPAM SAP ABAP Report - Distribution of Plant Assignments to Material BOMs







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

BD32 - Distribute plant allocations(matBOM)


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 RBDSEPAM. "Basic submit
SUBMIT RBDSEPAM AND RETURN. "Return to original report after report execution complete
SUBMIT RBDSEPAM 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_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_DATUV = D .
Selection Text: P_DLIGN = Ignore Distribution Lock
Title: Distribution of Plant Assignments to Material 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: 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 Distribution
Text Symbol: 019 = Function in Target System
Text Symbol: 018 = Distribute Plant Assignments
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 Frm
Text Symbol: 009 = Select





Text Symbol: 008 = Plant Assignments Selected for Distr.
Text Symbol: 007 = Plant Assignments in List
Text Symbol: 002 = BOMs
Text Symbol: 001 = Data Is Being Selected


INCLUDES used within this REPORT RBDSEPAM

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:

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