SAP ABAP Data Element FMBS_BSAC_STEP04 (Determine top node of funds center (user field))
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM-BCS-BU (Application Component) Budgeting
     FMBPA_E (Package) New budgeting: FM application part
Basic Data
Data Element FMBS_BSAC_STEP04
Short Description Determine top node of funds center (user field)  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type X    
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 FISTL 
Medium 20 Top node funds ctr 
Long 30 Det. top node of funds center 
Heading 60 Determine top node of funds center (user field) 
Documentation

Use

After adding this kind of predefined step ("function call") to your environment for the derivation strategy, you can determine the top node of the funds center (field USERFUNDSCTR), that is, the top node in the funds center hierarchy.

Further notes

If you leave the field USERFCVARNT blank, the system takes into account the standard variant of the funds center hierarchy. However, you may also choose another hierarchy variant by assigning a 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 use the top node of the funds center hierarchy within conditions for derivation steps.

Example

You want to assign the top node of the input field FUNDSCTR to the output field FUNDSCTR of the budget object using the hierarchy variant "0001". In this case, first add this predefined step to your environment for strategy by checking the corresponding box, then edit your environment.

It should finally contain the following derivation steps:

  • MOVE: source = field FUNDSCTR, target = field USERFUNDSCTR
  • MOVE: source = constant '0001', target = field USERFCVARNT
  • FUNCTION CALL: Determine top node of funds center
  • MOVE: source = field USERFUNDSCTR, target = field FUNDSCTR

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