SAP ABAP Data Element FMBS_BSAC_STEP01 (Determine parent of commitment item (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_STEP01
Short Description Determine parent of commitment item (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 Par. FIPEX 
Medium 20 Parent of Cmmt Item 
Long 30 Det. Parent of Commitment Item 
Heading 60 Determine Parent of Commitment Item (User Field) 
Documentation

Use

After adding this kind of predefined step ("function call") to your environment for the derivation strategy, you can determine the parent commitment item of the field USERCMMTITEM - that is, the commitment item that is directly superior in 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 hierarchy variant by assigning a 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 derive commitment items, which are several hierarchy levels above the commitment item 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 parent of the input field CMMTITEM to the output field CMMTITEM of the budget object using the hierarchy variant '001'. 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 CMMTITEM, target = field USERCMMTITEM
  • MOVE: source = constant '001', target = field USERCIVARNT
  • FUNCTION CALL: Determine parent of commitment item
  • MOVE: source = field USERCMMTITEM, target = field CMMTITEM

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