SAP Reports / Programs

RWWCUST1 SAP ABAP Report - Customizing plant maintenance







RWWCUST1 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 RWWCUST1 into the relevant SAP transactions such as SE38 or SE80


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 RWWCUST1. "Basic submit
SUBMIT RWWCUST1 AND RETURN. "Return to original report after report execution complete
SUBMIT RWWCUST1 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: S_WERKS = Plants
Title: Customizing plant maintenance
Text Symbol: 001 = Customizing Plant Maintenance
Text Symbol: C01 = Table Overview
Text Symbol: C05 = Page
Text Symbol: C12 = Customizing tables are listed here which the system assigned to
Text Symbol: C13 = integrated plant maintenance
Text Symbol: C14 = means: entries exist for plant
Text Symbol: C15 = means: entries do not exist for plant
Text Symbol: C20 = No tables for copying selected
Text Symbol: U20 = Reqmnts planning
Text Symbol: U30 = Purchasing
Text Symbol: U50 = Inventory management
Text Symbol: U70 = Sales
Text Symbol: U90 = Other
Text Symbol: W01 = Plant:


INCLUDES used within this REPORT RWWCUST1

INCLUDE CUST1TOP.
INCLUDE CUST1I01.
INCLUDE CUST1F01.
INCLUDE CUST1E01.
INCLUDE CUST1F03.


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