SAP ABAP Interface IF_USMD_CR_SP_UTILITIES (Change Request Service Provider Utilities)
Hierarchy
☛
MDG_FND (Software Component) MDG Foundation
⤷
CA-MDG-AF (Application Component) Application Framework
⤷
USMD_CR (Package) Change request BO implementation

⤷

⤷

Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_USMD_CR_SERVICE_PROVIDER | USMD Change request service provider | 20120403 |
Properties
Interface | IF_USMD_CR_SP_UTILITIES | |
Short Description | Change Request Service Provider Utilities |
General Data
Package | USMD_CR | Change request BO implementation |
Created | 20120403 | SAP |
Last changed | 20130531 | SAP |
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ABAP | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Interface IF_USMD_CR_SP_UTILITIES has no interface.
Friends
Interface IF_USMD_CR_SP_UTILITIES has no friend.
Attributes
Interface IF_USMD_CR_SP_UTILITIES has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Checks if entity is blocked via crequests | 20120404 |
2 | ![]() |
Instance method | Public | Method | Checks if entity is maintainable | 20120416 |
3 | ![]() |
Instance method | Public | Method | Checks if entity is maintainable for crequest id | 20120425 |
4 | ![]() |
Instance method | Public | Method | is entity maintainable with crequest id | 20120404 |
5 | ![]() |
Instance method | Public | Method | retrieve blocking change request by entity key | 20120425 |
Events
Interface IF_USMD_CR_SP_UTILITIES has no event.
Types
Interface IF_USMD_CR_SP_UTILITIES has no local type.
Method Signatures
Method CHECK_ENTITY_BLOCKED Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ENTITY_KEY | Call by reference | Type reference (TYPE) | DATA | Entity key | 20120404 | ||
2 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120404 | ||
3 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Data Model | 20120404 | ||
4 | ![]() |
RT_MESSAGES | Value transfer | Type reference (TYPE) | USMD_CR_T_BLOCKLIST_MESSAGE | USMD change request blocklist message table | 20120405 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Illegal entity typ | 20120511 | |
2 | ![]() |
Blocklist entries from pp access adapter illegal | 20120418 | |
3 | ![]() |
Initial entity key | 20120516 | |
4 | ![]() |
no model instance for model name | 20120418 |
Method CHECK_ENTITY_MAINTAINABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ENTITY_KEY | Call by reference | Type reference (TYPE) | DATA | Entity Key | 20120416 | ||
2 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120416 | ||
3 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Change Request | 20120425 | ||
4 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | USMD_CR_T_ROOT_MESSAGE | USMD change request blocklist message table | 20120416 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Illegal entity typ | 20120511 | |
2 | ![]() |
Blocklist entries from pp access adapter illegal | 20120418 | |
3 | ![]() |
Initial entity key | 20120516 | |
4 | ![]() |
model determination failed | 20120418 | |
5 | ![]() |
no model instance for model name | 20120418 |
Method CHECK_ENTITY_MAINTAINABLE_4_CR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ENTITY_KEY | Call by reference | Type reference (TYPE) | DATA | Entity Key | 20120425 | ||
2 | ![]() |
IV_CREQUEST_ID | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20120425 | ||
3 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120425 | ||
4 | ![]() |
RT_MESSAGE | Value transfer | Type reference (TYPE) | USMD_CR_T_ROOT_MESSAGE | USMD change request blocklist message table | 20120425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Illegal entity typ | 20120511 | |
2 | ![]() |
Blocklist entries from pp access adapter illegal | 20120425 | |
3 | ![]() |
Initial entity key | 20120516 | |
4 | ![]() |
change request type determination failed for change request | 20120521 | |
5 | ![]() |
model determination failed | 20120425 | |
6 | ![]() |
no model instance for model name | 20120425 |
Method IS_ENTITY_MAINTAINABLE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ENTITY_KEY | Call by reference | Type reference (TYPE) | DATA | Entity Key | 20120404 | ||
2 | ![]() |
IV_CREQUEST_ID | Call by reference | Type reference (TYPE) | USMD_CREQUEST | Change Request | 20120404 | ||
3 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120404 | ||
4 | ![]() |
RV_IS_MAINTAINABLE | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120413 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Illegal entity typ | 20120511 | |
2 | ![]() |
Blocklist entries from pp access adapter illegal | 20120418 | |
3 | ![]() |
Initial entity key | 20120516 | |
4 | ![]() |
change request type determination failed for change request | 20120521 | |
5 | ![]() |
model determination failed | 20120418 | |
6 | ![]() |
no model instance for model name | 20120418 |
Method RETRIEVE_BLOCKING_CR_BY_EN_KEY Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ENTITY_KEY | Call by reference | Type reference (TYPE) | DATA | Entity Key | 20120425 | ||
2 | ![]() |
IV_ENTITY_TYPE | Call by reference | Type reference (TYPE) | USMD_ENTITY | Entity Type | 20120425 | ||
3 | ![]() |
IV_MODEL | Call by reference | Type reference (TYPE) | USMD_MODEL | Data Model | 20120425 | ||
4 | ![]() |
RT_CREQUEST_ID | Value transfer | Type reference (TYPE) | USMD_CR_TS_ROOT_NODE_ID | USMD Change Request sorted table of node ids | 20120425 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Illegal entity typ | 20120511 | |
2 | ![]() |
Blocklist entries from pp access adapter illegal | 20120425 | |
3 | ![]() |
Initial entity key | 20120516 | |
4 | ![]() |
no model instance for model name | 20120425 |
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |