SAP ABAP Class IF_CNV_MBT_PIFD_VALIDATION_PRS (Presentation Model for (Multiple) Validation Screen)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_CNV_MBT_PIFD_VALID_PRS | Presentation Model for Validation | 20130531 |
Properties
| Class | IF_CNV_MBT_PIFD_VALIDATION_PRS | |
| Short Description | Presentation Model for (Multiple) Validation Screen | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20130304 | SAP |
| Last change | 20141030 | |
| 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) |
Interfaces
Class IF_CNV_MBT_PIFD_VALIDATION_PRS has no interface implemented.
Friends
Class IF_CNV_MBT_PIFD_VALIDATION_PRS has no friend class.
Attributes
Class IF_CNV_MBT_PIFD_VALIDATION_PRS has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Returns the check status for the given or selected node | 20140422 | |
| 2 | Instance method | Public | Method | Yields information that is needed to execute validation UIs | 20130918 | |
| 3 | Instance method | Public | Method | Returns the list of parameters the user can select | 20130426 | |
| 4 | Instance method | Public | Method | Gets the selected parameter's node id | 20140417 | |
| 5 | Instance method | Public | Method | Returns the class name of the SAPGUI validator | 20130426 | |
| 6 | Instance method | Public | Method | Returns the component name of the Web Dynpro validator | 20130426 | |
| 7 | Instance method | Public | Method | Sets the selected parameter | 20130426 | |
| 8 | Instance method | Public | Method | Specifies whether the interface column should be shown | 20130426 | |
| 9 | Instance method | Public | Method | Specifies whether parameter selection should be shown | 20130426 | |
| 10 | Instance method | Public | Method | Validates in the background and returns a logger | 20130426 | |
| 11 | Instance method | Public | Method | Tells the presentation model that validation is finished | 20140310 |
Events
Class IF_CNV_MBT_PIFD_VALIDATION_PRS has no event.
Types
Class IF_CNV_MBT_PIFD_VALIDATION_PRS has no local type.
Method Signatures
Method GET_CHECK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_ID | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Node Key | 20140422 | |||
| 2 | RV_CHECK_STATUS | Value transfer | Type reference (TYPE) | CNV_MBT_ULV_MSG_TYPE | Type of message in ULV logger | 20140422 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General UIBase Error | 20140422 |
Method GET_GUI_VALID_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_VARIANT | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_PIFD_VARIANT | PIFD concrete Variant of an Interface | 20130918 | |||
| 2 | EV_PARAMETER_NAME | Call by reference | Type reference (TYPE) | LTR_OBJECT_NAME | LTR Object Name | 20130918 | |||
| 3 | EV_RFC_DEST | Call by reference | Type reference (TYPE) | RFCDEST | Logical Destination (Specified in Function Call) | 20130918 |
Method GET_GUI_VALID_INFO on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method GET_PARAMETER_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_PARAMETERS | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_T_PARAM_SELECT | List of parameter descriptions for selection | 20130426 |
Method GET_PARAMETER_TABLE on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method GET_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NODE_ID | Value transfer | Type reference (TYPE) | TV_NODEKEY | Tree Control: Node Key | 20140417 |
Method GET_SELECTION on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method GET_VALID_SAPGUI_CLASS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SAPGUI_VALID_CLASS | Value transfer | Type reference (TYPE) | CNV_MBT_PIFD_VALIDATOR_CLASS | Validator class name | 20130426 |
Method GET_VALID_SAPGUI_CLASS on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method GET_VALID_WD_COMPONENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_WD_VALID_COMPONENT | Value transfer | Type reference (TYPE) | CNV_MBT_COMPONENT | Web Dynpro Component Name | 20130426 |
Method GET_VALID_WD_COMPONENT on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method SET_SELECTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_ID | Call by reference | Type reference (TYPE) | TV_NODEKEY | Tree Control: Node Key | 20130426 |
Method SET_SELECTION on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method SHOW_INTERFACE_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SHOW_COLUMN | Value transfer | Type reference (TYPE) | ABAP_BOOL | Show the interface column | 20130426 |
Method SHOW_INTERFACE_COLUMN on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method SHOW_SELECTION_LIST Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_SHOW_LIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | Show the parameter selection list | 20130426 |
Method SHOW_SELECTION_LIST on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
Method VALIDATE_BG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | XR_LOGGER | Call by reference | Object reference (TYPE REF TO) | CL_CNV_MBT_ULV_LOGGER | ULV Logger | 20130426 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | General UIBase Error | 20130531 |
Method VALIDATION_FINISHED Signature
Method VALIDATION_FINISHED on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no parameter.
Method VALIDATION_FINISHED on class IF_CNV_MBT_PIFD_VALIDATION_PRS has no exception.
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in |