SAP ABAP Data Element OLR3_TV_WEBSERVER_URL (URL of a Web Server)
Hierarchy
CPRXRPM (Software Component) SAP Portfolio and Project Management 6.0
   PPM-PRO-EXT-OBL (Application Component) Object Links
     DPR_OBJECTLINK_R3 (Package) Project Management - R/3 Core Object Link
Basic Data
Data Element OLR3_TV_WEBSERVER_URL
Short Description URL of a Web Server  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 255    
Decimal Places 0    
Output Length 255    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID   
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 URL 
Medium 20 Web Server Address 
Long 20 Web Server Address 
Heading 25 Web Server Address 
Documentation

Definition

Specifies the name and port of a Web server, on which you can call a Web application for processing a linked object.

Use

The value you enter can be read in the implementation of the proxy class for the object type, and is used to build the URL for calling the Web application. You can also specify the URL parameter that should be taken into consideration when you call up the application.

Dependencies

If the defined Web server address does not contain the string "scripts/wgate", the string "scripts/wgate/webgui/!?" for the service "WebGui" is generated within the start URL.

The defined Web server address must contain the string "HTTP" or "HTTPS".

In the SAP@Web Installation Guide, Release 6.10 Compilation 1, you can find the syntax of a Web server address in a start URL for calling an ITS service from the Web browser:

  • <protocol> ://<webserver>:<port>/<execdir>/<wgateexec>/<service>/!
    • <protocol>: Specify HTTP or HTTPS.
    • <webserver>: Specify the Web server URL (hostname.domain:port) of your Internet Transaction Server.
    • <execdir><wgateexec><service>: You require, for example, the string "scripts/wgate/webgui/!?" in the start URL to call SAP transactions using the Plug-In "WebGui".

Example

Alias            Web Server Address

<System name>            PGPSS-620.WDF.SAP.CORP:1080/SCRIPTS/WGATE/WEBGUI/!?

History
Last changed by/on SAP  20141109 
SAP Release Created in 200