SAP ABAP Data Element SIW_DTE_SEMANTIC_ID (Semantic ID)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-SIW (Application Component) Service Implementation Workbench
     S_SIW_TYPES (Package) SIW: Global Type definitions
Basic Data
Data Element SIW_DTE_SEMANTIC_ID
Short Description Semantic ID  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type SIW_DOM_SEMANTIC_ID    
Data Type CHAR   Character String 
Length 120    
Decimal Places 0    
Output Length 120    
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 Semantic 
Medium 15 Semantic ID 
Long 20 Semantic ID 
Heading 55 Semantic ID 
Documentation

Definition

Signifies a context-specific identifier for a field.

Use

The semantic ID is used as part of the SXF format. It is a human-readable identifier for a field, either in the source or target structure of a mapping. Fields can be identified based on their semantic ID, thus you can find some IDs as constants at interface IF_SIW_CONSTANTS.

Dependencies

The semantic ID is part of database table TSIW_SXF_FIELD.

Example

  • The semantic ID of API parameters is 'api:<parameter>'.
  • The semantic ID of the root node of a mapping is 'Root'. This corresponds with the initial value of the CON_SUBSCREEN_MAPPING_ROOT attribute at interface IF_SIW_CONSTANTS.
  • The semantic ID of a message is either 'InputMessage' or 'OutputMessage'. This corresponds with the initial values of the CON_SEMID_INPUTMESSAGE or CON_SEMID_OUTPUTMESSAGE attributes at interface IF_SIW_CONSTANTS.

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