SAP ABAP Data Element DESTAUTH (Authorization)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-ICF (Application Component) Internet Communication Framework
     SHTTP (Package) Development Class for HTTP Communication
Basic Data
Data Element DESTAUTH
Short Description Authorization  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type ICF_VALUE    
Data Type CHAR   Character String 
Length 32    
Decimal Places 0    
Output Length 32    
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 Authoriztn 
Medium 15 Authorization 
Long 24 Destn Authorization 
Heading 32 Destination Authorization 
Documentation

Definition

Authorization to use a destination

Use

When a literal is specified in this field, a check is made at runtime on the client side to see whether the calling user has the correct authorization to call this destination. The specified literal must be entered in the authorization profile of the calling user in authorization object S_ICF.

Example

  • Specify the following for the destination in transaction SM59:
    • Value in AUTHORITY field of the destination: "CHECK".
  • In the authorization object S_ICF, enter the following:
    • Value in the ICF_FIELD field: "DEST"
    • Value in the ICF_VALUE field: "CHECK"

Supplementary Documentation - DESTAUTH 0100

Definition

Authorization for using the proxy setting

Use

Authorization for using the global proxy setting

Dependencies

If a text (for example 'CHECK') is entered in this field, the user authorization is checked for this value when the global proxy setting is used. The authorization object used is S_ICF. In this example, the user must therefore have the following authorizations: S_ICF-ICF_FIELD = 'PROXY' and S_ICF-ICF_VALUE = 'CHECK'.

If the user does not have this authorization, the settings maintained for the HTTP request are not evaluated.

Example

History
Last changed by/on SAP  20110908 
SAP Release Created in 50A