SAP ABAP Data Element OLR3_TV_SYSTEM_PNAME (Name of a System Parameter 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_SYSTEM_PNAME
Short Description Name of a System Parameter 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

Use

The system parameter for the Web server is used to generate a start URL for the SAP GUI for HTML. Then with this URL an SAP transaction is called via the ITS (Internet Transaction Server). You can have the initial access screen of the SAP GUI for HTML automatically filled with the necessary entries, so that the user branches directly 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>

You can add one or more than one parameter here. They are taken into consideration when the ITS is called. Parameter examples are:

  • ~MESSAGESERVER:

    The message server of the SAP target system during addressing using load balancing; the server is defined in the profile parameter rdisp/mshost of the target system.

  • ~LOGINGROUP:

    The log-in group when logging on to an SAP system.

  • ~SYSTEMNAME:

    The system ID of the SAP target system.

  • ~CLIENT:

    The name of the client in which the SAP transaction should be started.

    The client must exist in the target system. If you do not enter a client, the client is determined from the RFC destination defined in the object type for object links.

  • ~LANGUAGE:

    The language ID for the language in which the SAP transaction should be started.

    If you do not enter a language ID, the current language settings in the Project Management system are used to call the SAP transaction.

For more information about other parameters and the dependencies that exist between the parameters, see ITS Service Parameters Release 6.20 in the SAP Service Marketplace (http://service.sap.com/sapgui -> Media Library -> Literature)

Dependencies

Example

Parameter name        Parameter value

~MESSAGESERVER        PWDF0143.WDF.SAP.CORP

~LOGINGROUP        PUBLIC

~SYSTEMNAME        AX8

~CLIENT        100

~LANGUAGE        DE

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