SAP Reports / Programs

RWRP_RRM_OUTBOUND SAP ABAP Report - Export of Data for an RRM Program (RRM Interface)







RWRP_RRM_OUTBOUND is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program triggers the export of data in the see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWRP_RRM_OUTBOUND 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

WRMD - Data Export for RRM Interface


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 RWRP_RRM_OUTBOUND. "Basic submit
SUBMIT RWRP_RRM_OUTBOUND AND RETURN. "Return to original report after report execution complete
SUBMIT RWRP_RRM_OUTBOUND 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_AHNODE = Hierarchy Node
Selection Text: P_ARTHID = Hierarchy ID
Selection Text: P_CATG0 = Material Selection: None
Selection Text: P_CATG1 = Mat. Selection: Material Grp
Selection Text: P_CATG2 = Mat. Selection: Art. Hierarchy
Selection Text: P_KLART = Class Type
Selection Text: P_MASTER = Export of Master Data
Selection Text: P_MATKL = Material Group
Selection Text: P_PERNUM = Number of Periods
Selection Text: P_PLTYP = Price List
Selection Text: P_PRICEP = Export of Price Points
Selection Text: P_PURCHP = Export of Purchase Prices
Selection Text: P_RRMPRO = RRM Profile for Data Export
Selection Text: P_SALES = Export of Sales Data
Selection Text: P_SHPER1 = Select Validity Specification
Selection Text: P_SHPER2 = Select Validity Specification
Selection Text: P_SITE0 = Plant Selection: None
Selection Text: P_SITE1 = Plant Selection: Plant Group
Selection Text: P_SITE2 = Plant Selection: Price List
Selection Text: P_VKORG = Sales Organization
Selection Text: P_VTWEG = Distribution Channel
Selection Text: P_WRKGP = Plant Group
Title: Export of Data for an RRM Program (RRM Interface)
Text Symbol: 046 = Export of Purchase Prices
Text Symbol: 001 = Distribution Chain
Text Symbol: 002 = Material Selection
Text Symbol: 003 = Selection of Plants
Text Symbol: 004 = Control Data Export
Text Symbol: 020 = Selection Using Material Group
Text Symbol: 021 = Selection Using Article Hierarchy
Text Symbol: 025 = Material Group
Text Symbol: 026 = Hierarchy ID
Text Symbol: 027 = Hierarchy Node
Text Symbol: 028 = Display
Text Symbol: 029 = No Export of Material Data
Text Symbol: 030 = Selection Using Plant Group
Text Symbol: 031 = Selection Using Site Price List
Text Symbol: 035 = Plant Group





Text Symbol: 036 = Class Type
Text Symbol: 037 = Price List
Text Symbol: 038 = No Export of Plant Data
Text Symbol: 040 = Export of Master Data
Text Symbol: 041 = Export of Price Points
Text Symbol: 042 = Export of Sales Data (Sales History)
Text Symbol: 043 = External Determination of Validity Period
Text Symbol: 044 = Explicit Specification of Validity Period
Text Symbol: 045 = Number of Periods


INCLUDES used within this REPORT RWRP_RRM_OUTBOUND

INCLUDE RP_RRM_OUTBOUND_TOP.
INCLUDE RP_RRM_OUTBOUND_S00.
INCLUDE RP_RRM_OUTBOUND_E00.
INCLUDE RP_RRM_OUTBOUND_F00.


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