SAP ABAP Data Element SXMSURLSTR (URL in String Display)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-XI-IS-IEN (Application Component) Integration Engine
     SXMSPERSIST (Package) XI: Integration Engine Persistence Layer
Basic Data
Data Element SXMSURLSTR
Short Description URL in String Display  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type TEXT255    
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 15 URL 
Long 20 URL 
Heading 20 URL 
Documentation

Definition

URL for calling the Integration Server.

Use

There are two ways of specifying a URL:

  • http://<host>:<port>/sap/xi/engine?type=entry
  • <host is the host name of the Integration Server and port is the HTTP port.

If you have already maintained this entry in your system landscape description, you can copy the entry as follows: Choose Edit -> Change Global Configuration Data to switch to change mode. Then select System Landscape - Load Configuration.
You must define the username, password, language, and client in the ICF service in the target system.
The ICF service is called /sap/xi/engine.
The user name is the name of the person who processes the XML messages on the Integration Server.

  • dest://<IntegrationServer-Destination>
  • <IntegrationServer-Destination> is the RFC destination (SM59) of type HTTP connection (type H) to the Integration Server. In this case, host name, port, and path prefix are saved in the RFC destination.

First create a type H SM59 destination with the host name and the HTTP port of the Integration Server. Enter the following path prefix: /sap/xi/engine/?type=entry.
In this case, the name of the user and the password are saved in the SM59 destination in the current system; you do not need to specify them in the SICF service in the target system.
You must place the prefix dest:// before the name of the SM59 destination so that the system knows that this is not a direct specification of the URL, but a logical definition in this case.

Dependencies

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 630