SAP ABAP Data Element FMAVC_AFMA_STEP03 (Determine Superior Funds Center (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_STEP03
Short Description Determine Superior Funds Center (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 Sup. FISTL 
Medium 20 Superior Funds Ctr 
Long 30 Det. Superior Funds Center 
Heading 60 Determine Superior Funds Center (User Field) 
Documentation

Use

After adding this kind of predefined step ("function call") to your strategy, you can determine the superior funds center of the field USERFUNDSCTR - that is, the funds center that is directly superior in the funds center hierarchy.

Further notes

If you leave the field USERFCVARNT blank, then the system takes account of the standard hierarchy variant of the funds center hierarchy. However, you may choose another hierarchy variant by assigning a distinct value to USERFCVARNT.

Please note that the predefined step of type function call uses the field USERFUNDSCTR as input and output field. This allows you to derive funds centers, which are several hierarchy levels above the funds center of the budget address. In this case you have to add this predefined step several times to your strategy.

Example

You want to assign the superior funds center of the input field FUNDSCTR to the output field RFUNDSCTR of the control object using the hierarchy variant "0001". 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 FUNDSCTR, target = field USERFUNDSCTR
  • MOVE: source = constant '0001', target = field USERFCVARNT
  • FUNCTION CALL: Determine parent of funds center
  • MOVE: source = field USERFUNDSCTR, target = field RFUNDSCTR

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