Use this tab to specify the properties of a function.
         
          - 
           General Information
          
- 
           
            - 
             Function
            
- 
             The unique function name, which identifies the function.
            
- 
             A function name consists of a combination of these codes: The function name forms the identifying attribute of the function and is used in a program script as an include statement. 
- 
             Allowed values: 
             This field is read-only. You can only specify a function name when you create a new function. Afterwards, you cannot change this name. When you create a new function, enter the full name of the function, which is a combination of the package code, the module code and the function code, for example: ttaad0001.
 Illegal characters are: $ \ / ~ & 
- 
             Example: 
             The Application Administration module of the LN Tools package includes the function Convert User to Runtime DD. 
              
              
               
               
               
              
              
               
                | Component | Code | Description |  
                | Package | tt | LN Tools |  
                | Module | aad | Application Administration |  
                | Function | 0001 | Convert User to Runtime DD |  
 The name to refer to this function is: ttaad0001
 If you want to include a function in a program script, use the following statement: #include "i<entire code>"
 Therefore, in this example use the following: #include "ittaad0001"
 
- 
             Description
            
- 
             The description of the function.
            
- 
             Allowed values: 
             An ASCII text with a maximum length of 60 characters.