SAP ABAP Class CL_PS_VALIDATION (Class to Manage Validation)
Hierarchy
☛
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
⤷
PS-ST (Application Component) Structures
⤷
PSB_API (Package) PS API Package

⤷

⤷

Properties
Class | CL_PS_VALIDATION | |
Short Description | Class to Manage Validation | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | PSB_API | PS API Package |
Created | 20101102 | SAP |
Last change | 20130531 | 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) |
Interfaces
Class CL_PS_VALIDATION has no interface implemented.
Friends
Class CL_PS_VALIDATION has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_PS_VALIDATION | Class to manage validation | 20101102 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Perform auto validation and substitution | 20101115 |
2 | ![]() |
Static method | Public | Method | Generate instance of the class | 20101102 |
3 | ![]() |
Instance method | Public | Method | Get object validation | 20101102 |
Events
Class CL_PS_VALIDATION has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TS_AFVG_BT | Public | See coding | 20101102 | BEGIN OF ts_afvg_bt .
INCLUDE TYPE afvgb.
TYPES: indold TYPE sy-tabix,
END OF ts_afvg_bt
|
||
2 | TT_AFVG_BT | Public | See coding | 20101102 | tt_afvg_bt TYPE STANDARD TABLE OF ts_afvg_bt
|
Method Signatures
Method AUTO_VALID_SUBST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_ERROR | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101115 | ||
2 | ![]() |
IT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | entry object key | 20101115 |
Method AUTO_VALID_SUBST on class CL_PS_VALIDATION has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_PS_VALIDATION | Class to manage validation | 20101102 |
Method GET_INSTANCE on class CL_PS_VALIDATION has no exception.
Method GET_VALIDATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20101206 | ||
2 | ![]() |
EV_DATA_CHANGED | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101109 | ||
3 | ![]() |
EV_ERROR | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101109 | ||
4 | ![]() |
IS_PROJ_KEY | Value transfer | Type reference (TYPE) | PSHLP_PROJ_KEY_ST | Project key | 20101102 | ||
5 | ![]() |
IT_NODE_DATA | Call by reference | Type reference (TYPE) | INDEX TABLE | 20101109 | |||
6 | ![]() |
IV_FULL_VALIDATION | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20101102 | ||
7 | ![]() |
IV_RFC_CHECK | Call by reference | Type reference (TYPE) | BOOLEAN | ABAP_FALSE | Boolean Variable (X=True, -=False, Space=Unknown) | 20101108 |
Method GET_VALIDATION on class CL_PS_VALIDATION has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 606 |