SAP ABAP Data Element CCM_URL_SEP2 (Separator Between URL Arguments)
Hierarchy
BBPCRM (Software Component) BBPCRM
   CRM-CIC (Application Component) Interaction Center WinClient
     CCMA (Package) Interaction Center Components
Basic Data
Data Element CCM_URL_SEP2
Short Description Separator Between URL Arguments  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type CCM_URL_SEP2    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Sep.2 
Medium 15 URL Separator 2 
Long 20 URL Separator 2 
Heading S2 
Documentation

Definition

An URL created by the CIC Action Box has the following format:

<URL address> <Separator1> <ArgName1> "=" <Value1> <Separator2> [<ArgName1> "=" <Value1> <Separator2>..]

As an example, an URL requested by the Action Box could look like this:

http://server1/ABoxCalls/CustomerRequest.html?Customer=0000815;SD_Doc=0000000000002305;sep1=%;sep2=;;

In this example, <Separator1> has the value '?', whereas <Separator2> takes the value ';'. As you can see, <Separator1> separates the URL address from the block of its arguments. <Separator2> separates each argumentName-argumentValue pair from each other. Since different pages might use different separators for argument processing, these values are customizable. SAP proposes to use '?' and ';' respectively. The CIC JavaScript standard library expects these separators. If you want to use this library you have to set these values accordingly.

History
Last changed by/on SAP  20070401 
SAP Release Created in