The Function Module BM_WHERE_ENTITIES_USED (Where-used list for entities in Business Modeler objects) is a standard Function Module in SAP ERP and is part of the function group SF10 within the package SDFM.
Function Module | BM_WHERE_ENTITIES_USED |
Short Text | Where-used list for entities in Business Modeler objects |
Function Group | SF10 |
Package | SDFM |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BM_TYPE | LIKE | RSEUV-TREETYPE | Type in which entity is used (X..) |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ENTITIES | LIKE | RSFIND | Entity IDs (input) that are used | |
FOUNDLIST | LIKE | RSFINDLST | Objects found (output) |
This function module does not define any Exceptions.