SAP Reports / Programs | Basis Components | Use Subcomponents | Monitoring(BC-CCM-MON) SAP BC

RZWSLP SAP ABAP Report - Report RZWSLP







RZWSLP 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 RZWSLP 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 RZWSLP. "Basic submit
SUBMIT RZWSLP AND RETURN. "Return to original report after report execution complete
SUBMIT RZWSLP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Report RZWSLP
Text Symbol: 024 = Logical port deactivated
Text Symbol: 025 = WS connection deleted
Text Symbol: 026 = Do you want to irretrievably delete the selected WS connections from the database?
Text Symbol: 027 = User Name
Text Symbol: 028 = Password
Text Symbol: 029 = Web Service Authentication
Text Symbol: 030 = Connection is already active
Text Symbol: 031 = Configure WS Connections (Logical Ports)
Text Symbol: 032 = System ID
Text Symbol: 033 = Server
Text Symbol: 034 = Instance Number
Text Symbol: 035 = Add WS Connections (Logical Ports)
Text Symbol: 036 = Status
Text Symbol: 037 = Are you sure that you want to deactivate the selected WS connections?
Text Symbol: 038 = WS connection is already active; do you want to overwrite it anyway?
Text Symbol: 039 = Host Name
Text Symbol: 040 = Details for CCMS Destination
Text Symbol: 041 = Yes
Text Symbol: 042 = No
Text Symbol: 043 = CCMS Destination
Text Symbol: 044 = logical ports created
Text Symbol: 045 = Copy WS Connections from Another Client
Text Symbol: 046 = Copy Logical Ports for System Management
Text Symbol: 000 = Display All Information
Text Symbol: 001 = CCMS Configuration of WS Connections for CCMS Agents (sapstartsrv)
Text Symbol: 002 = Activities
Text Symbol: 003 = Test Connection
Text Symbol: 004 = Control
Text Symbol: 005 = Activate Connection
Text Symbol: 006 = Deactivate Connection
Text Symbol: 007 = Standard
Text Symbol: 008 = Set as Default
Text Symbol: 009 = Delete Connection
Text Symbol: 010 = Display info
Text Symbol: 011 = WS Connection
Text Symbol: 012 = Owner
Text Symbol: 013 = Changed By





Text Symbol: 014 = Created On
Text Symbol: 015 = Changed On
Text Symbol: 016 = Created At
Text Symbol: 017 = Last Changed At
Text Symbol: 018 = Add WS Connections
Text Symbol: 019 = DEFCONTAINER
Text Symbol: 020 = Control element error
Text Symbol: 021 = is accessible
Text Symbol: 022 = An error has occurred
Text Symbol: 023 = Logical port activated


INCLUDES used within this REPORT RZWSLP

INCLUDE RZWSLP_TOP.
INCLUDE RZWSLP_F01.
INCLUDE RZWSLP_STATUS.


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