SAP ABAP Data Element ROACTIVATE (Activate DataSource Event)
Hierarchy
PI_BASIS (Software Component) Basis Plug-In
   BC-BW (Application Component) BW Service API
     RSUM (Package) BW Service API: Metadata
Basic Data
Data Element ROACTIVATE
Short Description Activate DataSource Event  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type FUNCNAME    
Data Type CHAR   Character String 
Length 30    
Decimal Places 0    
Output Length 30    
Value Table TFDIR    
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 Activate 
Medium 15 Activate FM 
Long 40 Activate DataSource Event 
Heading 40 Activate DataSource Event 
Documentation

Definition

This function module is called during activation of the DataSource. It gives the DataSource the option to store specific application functions here.

An interface template is function module: RSAX_EVENT_ACTIVATE_CONTENT

The interface has the following signature:

  1. Import parameter:

I_S_CS_DS type rsaot_cs_dsource

  1. Export Parameter:

E_T_MESSAGES type rsaot_t_messages.

The type rsaot_cs_dsource contains the DDIC metadata and the BW metadata for the DataSource to be activated. Obtain the precise type definition from the type pool RSAOT.

The type rsaot_t_messages contains the messages to be transferred from the function module to the activation log during activation (warnings and so on)in the form of the structure BALMI You can also use the type pool RSAOT to obtain an exact definition of the exact type.

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