SAP ABAP Data Element PROCS_TYP (Call type to alternative process)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-TS-BRHF (Application Component) Basis-Related Help Functions, Appl. Log, Formula Intepreter
     BBTE (Package) Business Transaction Events (Open FI)
Basic Data
Data Element PROCS_TYP
Short Description Call type to alternative process  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type PROCS_TYP    
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 Type 
Medium 16 Type of process 
Long 21 Type of process 
Heading
Documentation

Definition

This specifies whether the OPEN_FI function module may select several alternative function modules for a Process BTE.

Use

If the OPEN_FI module selects several alternative function modules, to ensure a stable process flow, you must store an appropriate logic so that the system chooses the right one from the selected alternative processes.

Dependencies

  1. If the indicator is set, function module PC_FUNCTION_FIND (which is called up by the OPEN_FI function module) selects all function modules in parameter T_FMRFC that are qualified as follows:
    1. all alternative SAP function modules from table TPS31
    2. the first alternative partner function module from table TPS32
    3. the first alternative customer function module from tableTPS34
  2. If the indicator is not set, function module PC_FUNCTION_FIND (which is called up by the OPEN_FI function module) selects exactly one alternative function module in parameter T_FMRFC with the following priority:
    1. the first alternative customer function module from tableTPS34
    2. the first alternative partner function module from table TPS32
    3. the first alternative SAP function module from table TPS31

Example

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