SAP ABAP Data Element TYP_PREFIX (Prefix for AE migration)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-FS-ARE (Application Component) Archiving Engine
     ARFA_ARCHIVING_MIGRATION (Package) Migration Tool for Archiving Engine
Basic Data
Data Element TYP_PREFIX
Short Description Prefix for AE migration  
Data Type
Category of Dictionary Type     Direct Type Entry
Type of Object Referenced     No Information
Domain / Name of Reference Type      
Data Type CHAR   Character String 
Length 10    
Decimal Places 0    
Output Length 10    
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 Prefix 
Medium 15 Prefix 
Long 20 Prefix 
Heading 30 Prefix 
Documentation

Definition

Indicates the prefix to construct the name of objects that will be generated.

Use

The generated object will have the following naming conventions:

  • Reports: {prefix}{object}_WRI, where the last three characters depend on whether it is preprocessing, write, delete or reload.
  • If PPF is enabled then following additional objects are generated:
    • Structure: {prefix}_{object}_PPF_WRI, where the last three characters depend on whether it is preprocessing or write.
    • Function group: {prefix}_{object}_WRI, where the last three characters depend on whether it is preprocessing or write.
    • Function module: {prefix}_{object}_WRI_{event}, where the event is a PPF event like 0205, 1300. Here, you have to care for that the length of the combination of prefix and object should not exceed 15 digits, due to the limitation of function module name length.

Dependencies

Example

  • Prefix = MTEST
  • OBJECT = BC_SFLIGHT

Then the following objects are generated accordingly to the naming convention as shown below:

  • Reports: MTESTBC_SFLIGHT_WRI
  • Includes: MTESTBC_SFLIGHT_SELHEADER

In case of PPF is enabled the following objects are generated, too:

  • Function group: MTEST_BC_SFLIGHT_WRI
  • Function module: MTEST_BC_SFLIGHT_WRI_0205
  • Structure: MTEST_BC_SFLIGHT_PPF_WRI

History
Last changed by/on SAP  20130604 
SAP Release Created in 732