SAP Function RPY_BMIF_READ_30 - Read information flows with assigned objects

Parameter Reference Type Length Default Optional Text
INF_ID RPYBM4030-MODEL_ID C 10 ID of info flow assignments
LANGUAGE SYST-LANGU C 1 SY-LANGU X Language

Parameter Reference Type Length Text
ERROR_OCCURED RPYGSGF-ERR_EXIST C 1 Error occured, error table has entries
INF_INFO RPYBM4030 u 156 Info flow assignment information

Parameter Reference Length Optional Text
ERRORS RPYBMER31 250 Errors
INF_FLOW_OBJECTS RPYBMIF30 105 Information objects of an information flow

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