Functionality Used to get data from Business -Navigator hierarchies. This data is stored in the table NODETAB. Example LEVELS = 1 ROOT_NODE = A010000052 ROOT_OBJ_TYPE = T ROOT_MODEL_TYPE = PT VIEW = P (= Process View) LANGU = E With this parameters you get the first hierarchy level of the Processflow view. To read the next level to a node marked with FORCE_PLUS ='X' , use field NAME of NODETAB for ROOT_NODE, the first character offield TYPE for ROOT_OBJ_TYPE and the 3rd and 4th for ROOT_MODEL_TYPE. The default parameters produce the first level of the componente view. Notes If you set the parameter LEVEL on 0 you get all levels of thehierarchy. The function module is optimized for reading one level only. INCLUDE 'RPYBM_HINT' OBJECT DOKU ID TXFurther information INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX |