SAP ABAP Data Element ETEUWDYURL (Default Application for Recording Web Dynpro Application)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TWB-TST-ECA (Application Component) eCATT Extended Computer Aided Test Tool
     SECATT_EU (Package) eCATT Integration Workbench - Development Environment
Basic Data
Data Element ETEUWDYURL
Short Description Default Application for Recording Web Dynpro Application  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ETEUWDYURL    
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 Extension 
Heading 55 URL Extension 
Documentation

Definition

Default value for the URL extension during the recording of Web Dynpro applications.

Use

This field contains a default value for the URL extension during the recording of Web Dynpro applications.

The URL of a Web Dynpro application consists of a host, port, URL extension, and application URL (in the syntax):

http://<host>:<port>/<URL extension>/<application URL>

When recording a Web Dynpro application in eCATT, the host, and port are defined by the target system. The URL extension and the application URL, however, must be specified at the recording start by the user.

During the replay, the URL extension and the application URL are determined from the command interface of the command.

Dependencies

Example

Example of a URL for a Web Dynpro application:

http://appserver1:port2/webdynpro/dispatcher/local/HelloWorld/HelloWorld

This results in the following values:

- Host: appserver1

- Port: port2

- URL extension: webdynpro/dispatcher

- Application URL: local/HelloWorld/HelloWorld

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