Where Used List (Function Module) for SAP ABAP Data Element CMS_DTE_USER_NAME (User Name)
SAP ABAP Data Element
CMS_DTE_USER_NAME (User Name) is used by
| # | Object Type | Object Name | Object Description | Package | Structure Package | Software Component |
|---|---|---|---|---|---|---|
| 1 |
CMS_API_FAV_ADD VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Add to Favorites | ||||
| 2 |
CMS_API_FAV_DELETE REFERENCE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Deletes a favorite entry | ||||
| 3 |
CMS_API_FAV_GET VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Gets the favorites of the current user | ||||
| 4 |
CMS_API_REC_OBJ_ADD VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Add to Recent Objects | ||||
| 5 |
CMS_API_REC_OBJ_GET VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Gets all Recent Objects for the current user | ||||
| 6 |
CMS_DB_MY_OBJ_ADD VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Add to My Objects(Favorites and Recent Objects) - Db Layer | ||||
| 7 |
CMS_DB_MY_OBJ_DELETE VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Delete My Objects - DB Layer | ||||
| 8 |
CMS_DB_MY_OBJ_GET VALUE(I_UNAME) TYPE CMS_DTE_USER_NAME DEFAULT SY-UNAME
|
Get My Objects (Favorites and Recent Objects) - DB Layer | ||||