|
Allevo Tree with Change to Object Type KS |
|
OBJ_TREE_WITH_OR
* from Allevo version 3.4
Background: Allevo allows to select plan data on the side of Excel by displaying a tree structure containing the relevant objects (e.g. cost centers). Constant OBJ_SEL_IN_EXCEL activates this feature on the side of SAP, so that relevant objects that shall be available for selection in the tree are transferred to Excel.
The hierarchy displayed in the tree may also contain objects of a different object type. This enables to, for example, start planning via cost centers and see (and call) assigned orders or WBS elements in the tree.
This order assignment is activated via constant OBJ_TREE_WITH_OR (entry X in column Value from). Individual requirements may also be met via a customer-specific Badi if needed.
The standard assignment is based on all objects of an active status entered in a layout of the same name. Example:
· Access is obtained via KS with layout PL01.
· Via constant OBJ_SEL_IN_EXCEL, Allevo identifies all cost centers for the starting group.
· Via constant OBJ_TREE_WITH_OR, Allevo additionally reads all orders that are entered in the OR layout of the same name and that have one of the relevant cost centers assigned.
· The orders found in this way are arranged below the respective cost center in the tree.
|
Note: |
See also constants OBJ_TREE_WITH_KS for assigned cost centers and OBJ_TREE_WITH_PR for assigned WBS elements. The single constants may also be active simultaneously; e.g. to call cost centers AND orders of a profit center. . |