Where Used List (Function Module) for SAP ABAP Data Element BDL_GID (Group ID)
SAP ABAP Data Element
BDL_GID (Group ID) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
/BDL/_EVALUATE_CLUSTID REFERENCE(GROUPID) LIKE BDLFUGRPS-GROUPID OPTIONAL
|
search for the right version of a fuba | ||||
| 2 |
BDL_EVALUATE_CLUSTID REFERENCE(GROUPID) LIKE BDLFUGRPS-GROUPID OPTIONAL
|
search for the right version of a fuba | ||||
| 3 |
BDL_SERVDEF_ADD_FUNCTION VALUE(GID) LIKE BDLGROUPS-GROUPID
|
Add function node for the given Group-ID | ||||
| 4 |
BDL_SERVDEF_ADD_SRV_NODE REFERENCE(P_GID) LIKE BDLGROUPS-GROUPID
|
Add service (not at the top level) | ||||
| 5 |
BDL_SERVDEF_ADD_SRV_NODE REFERENCE(NEW_GROUPID) LIKE BDLGROUPS-GROUPID
|
Add service (not at the top level) | ||||
| 6 |
BDL_SERVDEF_ADD_TOP_NODE REFERENCE(NEW_GROUPID) LIKE BDLGROUPS-GROUPID
|
Add service at the top level just below the service name | ||||
| 7 |
BDL_SERVDEF_CHG_FUNCTION REFERENCE(P_GROUPID) LIKE BDLFUGRPS-GROUPID
|
Change the function attributes | ||||
| 8 |
BDL_SERVDEF_CHG_NODE REFERENCE(P_SUCCESSOR) LIKE BDLGROUPS-SUCCESSOR
|
Change the node attributes (service node) | ||||
| 9 |
BDL_SERVDEF_CHG_NODE REFERENCE(P_GROUPID) LIKE BDLGROUPS-GROUPID
|
Change the node attributes (service node) | ||||
| 10 |
BDL_SERVDEF_DEL_FUNCTION REFERENCE(GID) LIKE BDLGROUPS-GROUPID
|
Delete function node for the given Group-ID | ||||
| 11 |
BDL_SERVDEF_DEL_NODE REFERENCE(P_GID) LIKE BDLGROUPS-GROUPID
|
Delete a service node with all subnodes | ||||
| 12 |
BDL_SERVDEF_GET_NODE_GID REFERENCE(P_GROUPID) LIKE BDLGROUPS-GROUPID
|
Get Group-Id of a node |