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

SNWA_NWA_URL_WS_TEST SAP ABAP Report - Report SNWA_NWA_URL_WS_TEST







SNWA_NWA_URL_WS_TEST 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 SNWA_NWA_URL_WS_TEST 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 SNWA_NWA_URL_WS_TEST. "Basic submit
SUBMIT SNWA_NWA_URL_WS_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT SNWA_NWA_URL_WS_TEST 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: URLP3V = Value
Selection Text: URLP3N = Third URL Parameter - Name
Selection Text: URLP2V = Value
Selection Text: URLP2N = Second URL Parameter - Name
Selection Text: URLP1V = Value
Selection Text: URLP1N = First URL Parameter - Name
Selection Text: UIP4V = Value
Selection Text: UIP4NS = Namespace
Selection Text: UIP4N = Fourth UI Parameter - Name
Selection Text: UIP3V = Value
Selection Text: UIP3NS = Namespace
Selection Text: UIP3N = Third UI Parameter - Name
Selection Text: UIP2V = Value
Selection Text: UIP2NS = Namespace
Selection Text: UIP2N = Second UI Parameter - Name
Selection Text: UIP1V = Value
Selection Text: UIP1NS = Namespace
Selection Text: UIP1N = First UI Parameter - Name
Selection Text: PORT = Port
Selection Text: MO2SS = Selected by System Selector
Selection Text: MO2S = Selected
Selection Text: MO2L = Lead Selected
Selection Text: MO2 = Second Managed Object
Selection Text: MO1SS = Selected by System Selector
Selection Text: MO1S = Selected
Selection Text: MO1L = Lead Selected
Selection Text: MO1 = First Managed Object
Selection Text: HOST = Host
Selection Text: AVIEWID = Application View ID
Selection Text: APPID = Application ID
Title: Report SNWA_NWA_URL_WS_TEST


INCLUDES used within this REPORT SNWA_NWA_URL_WS_TEST

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