SAP ABAP Data Element OLR3_TV_PNAME (Parameter Name in a Start URL)
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_PNAME
Short Description Parameter Name in a Start URL  
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 50    
Decimal Places 0    
Output Length 50    
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 Name 
Medium 15 Parameter Name 
Long 20 Parameter Name 
Heading 25 Parameter Name 
Documentation

Definition

Used to generate a start URL for the SAP GUI for HTML. The system then uses this URL to call an SAP transaction via the ITS (Internet Transaction Server). The initial screen of the SAP GUI for HTML is automatically filled with the necessary entries so that the user branches straight to the corresponding transaction.

The start URL for calling an SAP transaction must have the following setup: <Web Server Address>?<Transaction>& <Ok Code>& <Screen-Field>

Use

You can enter one or more than one parameter:

  • The name of the screen field on the initial screen of an SAP transaction.

    The name of the screen field must exist on the initial screen of the SAP transaction.

  • The string '~TRANSACTION' for specifying the SAP transaction you want to call
  • The string '~OKCODE' for specifying the OK code of an SAP transaction

    The OK code specified in the parameter value is required for skipping the initial screen.

Dependencies

You must define the Web server address of the Internet Transaction Server in Customizing for Project Management in the activity Define Object Types for Object Links. The Internet Transaction Server must be assigned to the SAP system of the transaction to be called. If the Web server address you defined does not contain the service "WebGui", the system generates the string "scripts/wgate/webgui/!?" in the start URL.

  • In the SAP@Web Installation Guide, Release 6.10 Compilation 1, you can find the syntax of a start URL for calling an ITS Service from the Web browser:
  • <protocol> ://<webserver>:<port>/<execdir>/<wgateexec>/<service>/!
    • <protocol>: Specify HTTP or HTTPS. If you do not specify a protocol, the system uses HTTP.
    • <webserver>: Specify the Web server URL (hostname.domain:port) of your Internet Transaction Server.
    • <execdir><wgateexec><service>: To call SAP transactions using the Plug-In "WebGui", you require the string "scripts/wgate/webgui/!?" in the start URL, for example.
  • The SAP Web Application Server Security guide (Release 6.20) contains the prerequisites for an authentication in the SAP Web AS, which also allows Single Sign-On (SSO) for other systems, for example, the ITS. See https://security --> Documents --> Guidelines.

Example

Parameter name    Parameter value

*PROJ-PSPID    PSPID

~TRANSACTION    CJ08

~OKCODE    MDTB

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