SAP Reports / Programs

/SAPMP/RBDSEROU SAP ABAP Report - IS-MP: Send ALE Master Data Distribution Routing







/SAPMP/RBDSEROU 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 /SAPMP/RBDSEROU 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

/SAPMP/SEROU - Send Routing


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 /SAPMP/RBDSEROU. "Basic submit
SUBMIT /SAPMP/RBDSEROU AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPMP/RBDSEROU 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_CHGMD = Change
Selection Text: P_CREMD = Create
Selection Text: P_DATUV = Key Date
Selection Text: P_DELMD = Delete
Selection Text: P_LOGSYS = Receiving Logical System
Selection Text: P_PLNNRD = Send Routing Group Number
Selection Text: P_STLNRD = Send BOM Number
Selection Text: P_ALVGR = D .
Selection Text: P_MESTYP = D .
Selection Text: P_PLNTY = D .
Selection Text: P_WRKAR = D .
Selection Text: SEL_MAT = D .
Selection Text: SEL_PLN = D .
Selection Text: SEL_TGC = D .
Selection Text: SEL_TLG = D .
Title: IS-MP: Send ALE Master Data Distribution Routing
Text Symbol: 044 = Errors Occurred During Distribution
Text Symbol: 043 = Object was not distributed
Text Symbol: 042 = IDoc Sent Successfully
Text Symbol: 041 = Material Flagged for Deletion
Text Symbol: 040 = Routing Flagged for Deletion
Text Symbol: 037 = IDocs created
Text Symbol: 036 = Action in Targ.Syst.
Text Symbol: 035 = Distribution Plans
Text Symbol: 034 = Send BOM Number
Text Symbol: 033 = Number Assignment
Text Symbol: 032 = Shipment
Text Symbol: 031 = Number of IDocs Created
Text Symbol: 030 = Action in Target System
Text Symbol: 001 = Distribut.
Text Symbol: 002 = Create
Text Symbol: 003 = Change
Text Symbol: 004 = Delete
Text Symbol: 005 = Data Is Being Selected
Text Symbol: 006 = RoutingSelect
Text Symbol: 007 = Exit Routing Distrib.
Text Symbol: 008 = Are You Sure?
Text Symbol: 009 = Cancel





Text Symbol: 010 = Distribution of Normal Routing
Text Symbol: 011 = Rtngs in List
Text Symbol: 012 = Rting Selected for Distrib.
Text Symbol: 013 = Local System
Text Symbol: 014 = Tgt System
Text Symbol: 015 = Sel.
Text Symbol: 016 = Material
Text Symbol: 017 = Plnt
Text Symbol: 018 = RoutGp
Text Symbol: 019 = GCt
Text Symbol: 020 = Valid Frm
Text Symbol: 021 = Chg.No
Text Symbol: 022 = Cat
Text Symbol: 023 = Tgt.Systems
Text Symbol: 024 = Action in Target System
Text Symbol: 025 = Send Routing Group Number
Text Symbol: 026 = Local System
Text Symbol: 027 = Business Object Type
Text Symbol: 028 = API Method
Text Symbol: 029 = ALE Message Type


INCLUDES used within this REPORT /SAPMP/RBDSEROU

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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 /SAPMP/RBDSEROU or its description.