SAP ABAP Class CL_RMPS_TRF_VALIDATION_CASE (Validation for Case)
Hierarchy
☛
SAP_ABA (Software Component) Cross-Application Component
⤷
CA-GTF-RCM (Application Component) Records and Case Management
⤷
RMPS_DOD_TRF_RUNTIME (Package) DoD Transfer Run Time

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_RMPS_TRF_VALIDATION | Validation | 20091116 |
Properties
Class | CL_RMPS_TRF_VALIDATION_CASE | |
Short Description | Validation for Case | |
Super Class | CL_RMPS_TRF_VALIDATION | Validation |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | RMPS_DOD_TRF_RUNTIME | DoD Transfer Run Time |
Created | 20091116 | SAP |
Last change | 20110908 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
# | Type group / Object type | Type | Type Description |
---|---|---|---|
1 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_RMPS_TRF_VALIDATION_CASE has no interface implemented.
Friends
Class CL_RMPS_TRF_VALIDATION_CASE has no friend class.
Attributes
Class CL_RMPS_TRF_VALIDATION_CASE has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Private | Method | Get in/out characteristic of property | 20091116 |
2 | ![]() |
Static method | Public | Method | Get property types | 20091116 |
3 | ![]() |
Static method | Public | Method | Validate case type | 20091116 |
4 | ![]() |
Static method | Protected | Method | Validate property name | 20091116 |
5 | ![]() |
Static method | Public | Method | Validate properties | 20091116 |
6 | ![]() |
Static method | Protected | Method | Validate property value | 20091116 |
Events
Class CL_RMPS_TRF_VALIDATION_CASE has no event.
Types
Class CL_RMPS_TRF_VALIDATION_CASE has no local type.
Method Signatures
Method GET_IO Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_IN | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Can be imported or not (IF_SRM=>TRUE / FALSE) | 20091116 | ||
2 | ![]() |
EV_OUT | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Can be exported or not (IF_SRM=>TRUE / FALSE) | 20091116 | ||
3 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case type | 20091116 | ||
4 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of property | 20091116 |
Method GET_IO on class CL_RMPS_TRF_VALIDATION_CASE has no exception.
Method GET_PROPERTY_TYPES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_PROP_TYPE | Value transfer | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_DESC | Property types | 20091116 | ||
2 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ROOT | Root | 20091116 | ||
3 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case type | 20091116 |
Method GET_PROPERTY_TYPES on class CL_RMPS_TRF_VALIDATION_CASE has no exception.
Method VALIDATE_CASE_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_LOG | Call by reference | Type reference (TYPE) | BAPIRET2_T | Log | 20091116 | ||
2 | ![]() |
EV_IS_VALID | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Is valid or not (IF_SRM=>TRUE/FALSE) | 20091116 | ||
3 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | STRING | Case type | 20091116 |
Method VALIDATE_CASE_TYPE on class CL_RMPS_TRF_VALIDATION_CASE has no exception.
Method VALIDATE_NAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ER_PROP_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_DESC | Property type | 20091116 | ||
2 | ![]() |
EV_CAN_BE_IMPORTED | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Can be imported or not (IF_SRM=>TRUE/FALSE) | 20091116 | ||
3 | ![]() |
EV_IS_VALID | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Is valid or not (IF_SRM=>TRUE/FALSE) | 20091116 | ||
4 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ROOT | Root | 20091116 | ||
5 | ![]() |
IT_PROP_TYPE | Call by reference | Type reference (TYPE) | SRM_LIST_ATTRIBUTE_DESC | All property types for case type | 20091116 | ||
6 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case type | 20091116 | ||
7 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | STRING | Name of property | 20091116 |
Method VALIDATE_NAME on class CL_RMPS_TRF_VALIDATION_CASE has no exception.
Method VALIDATE_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CT_LOG | Call by reference | Type reference (TYPE) | BAPIRET2_T | Log | 20091116 | ||
2 | ![]() |
CT_PROPS | Call by reference | Type reference (TYPE) | RMPSD_LONG_PROPERTY_TAB | Properties | 20091116 | ||
3 | ![]() |
EV_RC | Call by reference | Type reference (TYPE) | RMPS_TRF_RC | Return code | 20091116 | ||
4 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ROOT | Root | 20091116 | ||
5 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case type | 20091116 | ||
6 | ![]() |
IV_MODE | Call by reference | Type reference (TYPE) | RMPS_TRF_COMPATIBILITY_MODE | Compatibility mode | 20091116 |
Method VALIDATE_PROPERTIES on class CL_RMPS_TRF_VALIDATION_CASE has no exception.
Method VALIDATE_VALUE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_EFFECTIVE | Call by reference | Type reference (TYPE) | STRING | Effective value of property | 20091116 | ||
2 | ![]() |
EV_IS_VALID | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Effective value is valid or not (IF_SRM=>TRUE/FALSE) | 20091116 | ||
3 | ![]() |
EV_WAS_VALIDATED | Call by reference | Type reference (TYPE) | SRMBOOLEAN | Value was validated or not (IF_SRM=>TRUE/FALSE) | 20091116 | ||
4 | ![]() |
IR_PROP_TYPE | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ATTRIBUTE_DESC | Property type | 20091116 | ||
5 | ![]() |
IR_ROOT | Call by reference | Object reference (TYPE REF TO) | IF_SRM_ROOT | Root | 20091116 | ||
6 | ![]() |
IV_CASE_TYPE | Call by reference | Type reference (TYPE) | SCMGCASE_TYPE | Case type | 20091116 | ||
7 | ![]() |
IV_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Name of property | 20091116 | ||
8 | ![]() |
IV_ORIGINAL | Call by reference | Type reference (TYPE) | STRING | Original value of property | 20091116 |
Method VALIDATE_VALUE on class CL_RMPS_TRF_VALIDATION_CASE has no exception.
History
Last changed by/on | SAP | 20110908 |
SAP Release Created in | 702 |