SAP ABAP Data Element FMAVC_AFMA_STEP02 (Determine Top Node of Commitment Item (User Field))
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM-BCS-AC (Application Component) Availability Control
     FMAVCA_E (Package) Active availability control: FM application part
Basic Data
Data Element FMAVC_AFMA_STEP02
Short Description Determine Top Node of Commitment Item (User Field)  
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 Top FIPEX 
Medium 20 Top Node Cmmt Item 
Long 30 Det. Top Node of Commt Item 
Heading 60 Determine Top Node of Commitment Item (User Field) 
Documentation

Use

After adding this kind of predefined step ("function call") to your strategy, you can determine the top node of the commitment item USERCMMTITEM - that is, the top node within the commitment item hierarchy.

Further notes

If you leave the field USERCIVARNT blank, the system takes account of the standard variant of the commitment item hierarchy. However, you may choose another variant by assigning a distinct value to USERCIVARNT.

Please note that the predefined step of type function call uses the field USERCMMTITEM as input and output field. This allows you to use the top node of the commitment item hierarchy within conditions for derivation steps.

Example

You want to assign the top node of the input field CMMTITEM to the output field RCMMTITEM of the control object using the variant "001". In this case, first add this predefined step to your strategy by checking the corresponding box, then edit your strategy.

At the end, your derivation strategy should contain the following derivation steps:

  • MOVE: source = field CMMTITEM, target = field USERCMMTITEM
  • MOVE: source = constant '001', target = field USERCIVARNT
  • FUNCTION CALL: Determine top node of commitment item
  • MOVE: source = field USERCMMTITEM, target = field RCMMTITEM

History
Last changed by/on SAP  20020107 
SAP Release Created in 110