SAP ABAP Class CL_FPM_FORM_CONFIG_READER_GL2 (Configuration Reader for Form GL2)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_GUIBB (Package) Generic UI building blocks

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_ADV_FORM_CONFIG_READER | Configuration Reader for Advalnced Form | 20111108 |
Properties
Class | CL_FPM_FORM_CONFIG_READER_GL2 | |
Short Description | Configuration Reader for Form GL2 | |
Super Class | CL_FPM_ADV_FORM_CONFIG_READER | Configuration Reader for Advalnced Form |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20111108 | SAP |
Last change | 20141120 | |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_FPM_FORM_CONFIG_READER_GL2 has no forward declaration.
Interfaces
Class CL_FPM_FORM_CONFIG_READER_GL2 has no interface implemented.
Friends
Class CL_FPM_FORM_CONFIG_READER_GL2 has no friend class.
Attributes
Class CL_FPM_FORM_CONFIG_READER_GL2 has no attribute.
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | 20120103 | |
2 | ![]() |
Instance method | Public | Method | Return a List of Context Menus | 20111222 |
3 | ![]() |
Instance method | Public | Method | Items of a context menu | 20111222 |
Events
Class CL_FPM_FORM_CONFIG_READER_GL2 has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_FORM_GL2 | Public | See coding | 20120103 | BEGIN OF ty_s_form_gl2 ,
feeder TYPE c LENGTH 30,
title TYPE wdy_conf_transl_text,
layout_type TYPE fpmgb_layout_type_gl2,
minimum_form_column_width TYPE fpm_minimum_column_width,
check_mandatory TYPE fpmgb_check_mandatory,
drop_target_id TYPE fpm_element_id,
no_on_enter_after_f4 TYPE fpmgb_no_on_enter_after_f4,
ctxt_menu_id TYPE fpm_ctxt_menu_id,
aria_landmark TYPE fpm_aria_landmark,
instance_style TYPE fpm_instance_style,
END OF ty_s_form_gl2
|
||
2 | TY_T_FORM_GL2 | Public | See coding | 20120103 | ty_t_form_gl2 TYPE STANDARD TABLE OF ty_s_form_gl2
|
Method Signatures
Method GET_ATTRIBUTES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ES_ATTRIBUTES | Call by reference | Type reference (TYPE) | TY_S_FORM_GL2 | 20120103 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Floorplan exceptions | 20120103 |
Method GET_CTXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RT_CTXT_MENU | Value transfer | Type reference (TYPE) | TY_T_CTXT_MENU | 20111222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Floorplan exceptions | 20111222 |
Method GET_CTXT_MENU_ITEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_CTXT_MENU_ID | Call by reference | Type reference (TYPE) | FPM_CTXT_MENU_ID | Context Menu ID | 20111222 | ||
2 | ![]() |
RT_CTXT_MENU_ITEM | Value transfer | Type reference (TYPE) | TY_T_CTXT_MENU_ITEM | 20111222 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Personalization Error | 20111222 |
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 732 |