Functionality With this function module you can read all information flows of anobject. Example INCLUDE 'RPYBM_EXAMPLE' OBJECT DOKU ID TX To read the information flows of the component 'Purchasing' fill theimport parameters as follows: INF_ID = HLA0009512 INF_TYPE = BMID Notes If you want to construct a list of information flows object, like inBusiness Navigator, just put the infoflows with the INF_ID in fieldPRE_OBJ in the source group and the infoflows with the INF_ID in fieldSUC_OBJ in the target group. You'll find the names of the source andtarget objects in table OBJ_NAMES and the information objects of aninfoflow in table INF_FLOW_OBJECTS. If you want to construct a information flow diagram like in ARIS, justplace the object with the INF_ID in the center and place the objects infield PRE_OBJ as source objects with outgoing lines and the objects infield SUC_OBJ as target objects with ingoing lines in the diagram.You'll find the names of the source and target objects in tableOBJ_NAMES. When you open a information flow line, you must find a modelthere that containes all the information objects of the tableINF_FLOW_OBJECTS for the corresponding information flow. You can only change the information flows and the information flowobjects, not the names of the objects. INCLUDE 'RPYBM_HINT' OBJECT DOKU ID TX Further information INCLUDE 'RPYBM_GEN' OBJECT DOKU ID TX |