SAP ABAP Data Element XMEHR_KK (Additional Functions)
Hierarchy
FI-CA (Software Component) FI-CA
   FI-CA (Application Component) Contract Accounts Receivable and Payable
     FKKB (Package) Contract A/R & A/P: Central Objects
Basic Data
Data Element XMEHR_KK
Short Description Additional Functions  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type XFELD    
Data Type CHAR   Character String 
Length 1    
Decimal Places 0    
Output Length 1    
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 Add.funct. 
Medium 15 Add.functions 
Long 20 Additional functions 
Heading Add.fnct 
Documentation

Use

Specifies whether several function modules can be processed in this event or a maximum of one.

If the indicator is set, several function modules of the corresponding application area (industry component) and several customer-specific function modules can be processed. The modules that the application area has defined are called first, and then the customer-specific modules. The sample module is not processed, it is used merely to define the interface.

If this indicator is not set, only one function module is called. In this case, a customer function module has priority over an application-specific function module. If both specifications are missing, the sample function module is called.

Additional function or not?

Generally, you should set the indicator if the program in which the event is processed only provides data but does not expect any data to be returned. These are usually events for which additional checks or other additional actions are to be run.

Example

A line item is to be checked (additional checks of application area and additional customer-specific checks, event 0040) or a document is to be posted (additional update of industry-specific and/or customer-specific data, event 0010).

Do not set the indicator if return values are expected for the event and these values are required for further processing. If several function modules were called up, these could return different values and the system would not be able to decide with which value to continue processing.

(For example, for determination of business partner and contract account using the contract number, event 0200).

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