SAP ABAP Class CL_FPM_HCT_GUIBB_ADV_FORM_VAL (Validation of GUIBB Form Configuration)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_HCT (Package) Harmonized Configuration Tool

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_GUIBB_VALIDATION | Validator for GUIBBs | 20111024 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_GUIBB_FORM_GL2_VAL | Validation of GUIBB Form Configuration | 20111025 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_GUIBB_FORM_REP_VAL | Validation of GUIBB Form Repeater Configuration | 20111024 |
Properties
Class | CL_FPM_HCT_GUIBB_ADV_FORM_VAL | |
Short Description | Validation of GUIBB Form Configuration | |
Super Class | CL_FPM_HCT_GUIBB_VALIDATION | Validator for GUIBBs |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_HCT | Harmonized Configuration Tool |
Created | 20111024 | 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) |
2 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
3 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
4 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_HCT_GUIBB_ADV_FORM_VAL has no interface implemented.
Friends
Class CL_FPM_HCT_GUIBB_ADV_FORM_VAL has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>INCLUDED_VIEW | Beschreibung eines View | 20120127 | ||
2 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TS_INPUT_FIELD | 20111024 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Protected | Method | 20111024 | |
2 | ![]() |
Instance method | Protected | Method | 20111024 | |
3 | ![]() |
Instance method | Protected | Method | 20111024 |
Events
Class CL_FPM_HCT_GUIBB_ADV_FORM_VAL has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | S_INPUT_FIELD | Protected | See coding | 20111024 | BEGIN OF s_input_field,
name TYPE name_komp,
num TYPE i,
END OF s_input_field
|
||
2 | TS_INPUT_FIELD | Protected | See coding | 20111024 | ts_input_field TYPE SORTED TABLE OF s_input_field
WITH UNIQUE KEY name
|
||
3 | TY_S_POSITION_NAME | Protected | See coding | 20111024 | BEGIN OF ty_s_position_name,
start_row TYPE string,
start_column TYPE string,
end_row TYPE string,
end_column TYPE string,
label_start_row TYPE string,
label_start_column TYPE string,
label_end_row TYPE string,
label_end_column TYPE string,
END OF ty_s_position_name
|
Method Signatures
Method PROCESS_MSG_ACTION_MISSING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20111024 | |||
2 | ![]() |
IO_SELECTED_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20111024 | |||
3 | ![]() |
IS_POSITION | Call by reference | Type reference (TYPE) | CL_FPM_HCT_GUIBB_ADV_FORM_ASST=>TY_S_POSITION | 20111024 |
Method PROCESS_MSG_ACTION_MISSING on class CL_FPM_HCT_GUIBB_ADV_FORM_VAL has no exception.
Method PROCESS_MSG_COLLISION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20111024 | |||
2 | ![]() |
IO_SELECTED_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20111024 | |||
3 | ![]() |
IS_ATTRIBUTE | Call by reference | Type reference (TYPE) | TY_S_POSITION_NAME | 20111024 | |||
4 | ![]() |
IS_POSITION | Call by reference | Type reference (TYPE) | CL_FPM_HCT_GUIBB_ADV_FORM_ASST=>TY_S_POSITION | 20111024 | |||
5 | ![]() |
IT_COLLISION | Call by reference | Type reference (TYPE) | CL_FPM_HCT_GUIBB_ADV_FORM_ASST=>TY_T_COLLISION | 20111024 | |||
6 | ![]() |
IV_HAS_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111024 |
Method PROCESS_MSG_COLLISION on class CL_FPM_HCT_GUIBB_ADV_FORM_VAL has no exception.
Method PROCESS_MSG_INVALID_POS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20111024 | |||
2 | ![]() |
IO_SELECTED_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | 20111024 | |||
3 | ![]() |
IS_ATTRIBUTE | Call by reference | Type reference (TYPE) | TY_S_POSITION_NAME | 20111024 | |||
4 | ![]() |
IS_POSITION | Call by reference | Type reference (TYPE) | CL_FPM_HCT_GUIBB_ADV_FORM_ASST=>TY_S_POSITION | 20111024 | |||
5 | ![]() |
IV_HAS_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20111024 |
Method PROCESS_MSG_INVALID_POS on class CL_FPM_HCT_GUIBB_ADV_FORM_VAL has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 732 |