Hierarchy

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_RENDER | Rendering utility | 20111019 |
Meta Relationship - Used By
# | Relationship type | Used by | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_FORM_RENDER_GL2 | Render Class for GUIBB FPM_FORM_UIBB_GL2 | 20111019 |
2 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_GUIBB_FORM_REP_RENDER | Render Class for GUIBB FPM_FORM_REPEATER_UIBB | 20111019 |
Properties
Class | CL_FPM_ADV_FORM_BASE_RENDER | |
Short Description | Base Render Class for all GUIBBs based on Advanced Forms | |
Super Class | CL_FPM_GUIBB_RENDER | Rendering utility |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | APB_FPM_GUIBB | Generic UI building blocks |
Created | 20111019 | SAP |
Last change | 20141120 | |
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 class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
5 | ![]() |
Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
6 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
7 | ![]() |
Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_ADV_FORM_BASE_RENDER has no interface implemented.
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_FPM_HCT_GUIBB_ADV_FORM_REND | 20111028 | Render class for form GL2 design time |
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_FPM_ADV_FORM_BASE_DATA_MGR | Base Data Manager Class for all GUIBBs based on Adv. Forms | 20111019 | ||
2 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111019 | ||
3 | ![]() |
Instance attribute | Protected | Object reference (TYPE REF TO) | CL_ABAP_STRUCTDESCR | Runtime Type Services | 20111027 | ||
4 | ![]() |
Instance attribute | Public | Type reference (TYPE) | TY_T_EXT_FIELD_DESCRIPTION | 20121219 | |||
5 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_T_LABEL_ID | 20111019 | |||
6 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | TY_T_UIELEMENT_ID | 20120520 | |||
7 | ![]() |
Instance attribute | Protected | Type reference (TYPE) | FPMGB_TRANSACTIONAL_MODE | Transactional Mode | 20130710 |
Methods
Events
Class CL_FPM_ADV_FORM_BASE_RENDER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_EXT_FIELD_DESCRIPTION | Public | See coding | 20121219 | BEGIN OF ty_s_ext_field_description,
name TYPE name_komp,
needs_data TYPE wdy_boolean,
items TYPE ty_t_item,
END OF ty_s_ext_field_description
|
||
2 | TY_S_FORM_ELEMENT_LABEL | Protected | See coding | 20111019 | begin of ty_s_form_element_label,
form_element_type type fpmgb_form_element_type,
form_element_id type fpmgb_form_element_id,
label type ref to cl_wd_label,
end of ty_s_form_element_label
|
||
3 | TY_S_ITEM | Public | See coding | 20121218 | BEGIN OF ty_s_item.
INCLUDE TYPE if_fpm_extended_field_descr=>ys_item.
TYPES:
element_id TYPE string,
END OF ty_s_item
|
||
4 | TY_S_LABEL_ID | Protected | See coding | 20111019 | begin of ty_s_label_id,
name type name_komp,
id_label type string,
end of ty_s_label_id
|
||
5 | TY_S_UIELEMENT_ID | Protected | See coding | 20120520 | begin of ty_s_uielement_id,
form_element_type type fpmgb_form_element_type,
form_element_id type fpmgb_form_element_id,
name type name_komp,
button_type type fpm_button_type,
event_id type fpm_event_id,
uielement_id type string,
end of ty_s_uielement_id
|
||
6 | TY_T_EXT_FIELD_DESCRIPTION | Public | See coding | 20121219 | ty_t_ext_field_description TYPE STANDARD TABLE OF ty_s_ext_field_description WITH KEY name
|
||
7 | TY_T_FORM_ELEMENT_LABEL | Protected | See coding | 20111019 | ty_t_form_element_label type sorted table of ty_s_form_element_label
with unique key form_element_type form_element_id
|
||
8 | TY_T_ITEM | Public | See coding | 20121218 | ty_t_item TYPE STANDARD TABLE OF ty_s_item WITH DEFAULT KEY
|
||
9 | TY_T_LABEL_ID | Protected | See coding | 20111019 | ty_t_label_id type standard table of ty_s_label_id
|
||
10 | TY_T_UIELEMENT_ID | Protected | See coding | 20120520 | ty_t_uielement_id type sorted table of ty_s_uielement_id
with unique key form_element_type form_element_id event_id
|
Method Signatures
Method ADD_API Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_HTML_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_HTML_CONTAINER | 20121219 |
Method ADD_API on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method ADD_MENU_ITEMS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_MENU | Call by reference | Object reference (TYPE REF TO) | CL_WD_MENU | Perforce change= / 20051117-120623 | 20111107 | ||
2 | ![]() |
IV_MENU_ID | Call by reference | Type reference (TYPE) | FPM_CTXT_MENU_ID | Context Menu ID | 20121120 |
Method ADD_MENU_ITEMS on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method ADD_UIELEMENT_ID_OF_BUTTON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BUTTON | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_BUTTON | Button element data | 20120521 | ||
2 | ![]() |
IT_ACTION_BUTTON_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_T_ACTION | Button element action data | 20121023 |
Method ADD_UIELEMENT_ID_OF_BUTTON on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method ADD_UIELEMENT_ID_OF_STAND_ELEM Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | Standard element | 20120521 | ||
2 | ![]() |
IS_SPECIAL_ACTIONS | Call by reference | Type reference (TYPE) | FPM_S_ACTIONS_STANDARD_ELEMENT | Special actions of standard elements | 20120521 | ||
3 | ![]() |
IT_ACTION_STANDARD_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_T_ACTION | Standard element action data | 20121022 |
Method ADD_UIELEMENT_ID_OF_STAND_ELEM on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method CHECK_MELTING_GROUP_RELEVANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_STANDARD_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_T_STANDARD_ELEMENT | Table of standard elements | 20111019 | ||
2 | ![]() |
IV_FIRST_ELEMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Element is first element to check | 20131220 | ||
3 | ![]() |
IV_FORM_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEMENT_ID | Form Element ID | 20111019 | ||
4 | ![]() |
IV_FORM_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEMENT_TYPE | Type of Form Element | 20111019 | ||
5 | ![]() |
IV_HEIGHT | Call by reference | Type reference (TYPE) | I | Element height | 20111019 | ||
6 | ![]() |
IV_IS_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Element to check is a label | 20111019 | ||
7 | ![]() |
RV_RESULT | Value transfer | Type reference (TYPE) | ABAP_BOOL | Indicator: Melting Group conditions fulfilled | 20140801 |
Method CHECK_MELTING_GROUP_RELEVANCE on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_DATA_MANAGER | Call by reference | Object reference (TYPE REF TO) | CL_FPM_ADV_FORM_BASE_DATA_MGR | Base Data Manager Class for all GUIBBs based on Adv. Forms | 20111019 | ||
2 | ![]() |
IO_TABLE_READER | Call by reference | Object reference (TYPE REF TO) | IF_WD_PERS_TABLE_READER | Reads the configuration data as a table | 20121124 | ||
3 | ![]() |
IV_CONFIG_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Name of the context node used for configuration data | 20111019 | ||
4 | ![]() |
IV_DESIGN_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Supplement for True Boolean Type: 'X' == True '' == False | 20111019 | |
5 | ![]() |
IV_TRANSACTIONAL_MODE | Call by reference | Type reference (TYPE) | FPMGB_TRANSACTIONAL_MODE | Transactional Mode | 20130710 |
Method CONSTRUCTOR on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method CONVERT_TO_ACTION_MENU_TYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_ACTION_MENU | Call by reference | Type reference (TYPE) | CL_FPM_ACTION_MENU=>TY_T_MENU | 20121206 | |||
2 | ![]() |
IT_MENU | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_T_MENU | 20121206 |
Method CONVERT_TO_ACTION_MENU_TYPE on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method CREATE_UIELEMENT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BUTTON_TYPE | Call by reference | Type reference (TYPE) | FPM_BUTTON_TYPE | Button Type | 20121018 | ||
2 | ![]() |
IV_FORM_ELEMENT_ID | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEMENT_ID | Form Element ID | 20121018 | ||
3 | ![]() |
IV_FORM_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEMENT_TYPE | Type of Form Element | 20121018 | ||
4 | ![]() |
IV_IS_HTML_FRAGMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: UI element ID for HTML fragment required | 20121219 | |
5 | ![]() |
IV_IS_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: UI element ID for label required | 20121018 | |
6 | ![]() |
IV_IS_WRAPPING_HTML_CONTAINER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator:UI element ID for wrapping HTML container required | 20121220 | |
7 | ![]() |
IV_MENU_ACTION_ITEM_INDEX | Call by reference | Type reference (TYPE) | I | Index of button choice menu action item | 20121018 | ||
8 | ![]() |
RV_UIELEMENT_ID | Value transfer | Type reference (TYPE) | STRING | UI Eelement ID | 20121018 |
Method CREATE_UIELEMENT_ID on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method DETERMINE_RENDER_AREAS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_RENDER_AREA | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_T_AREA | Render areas | 20120210 | ||
2 | ![]() |
EV_FORM_COLUMN_COUNT | Call by reference | Type reference (TYPE) | I | Number of form columns | 20120420 | ||
3 | ![]() |
EV_VALID_ANCHORS_EXIST | Call by reference | Type reference (TYPE) | ABAP_BOOL | Indicator: Form contains valid anchors | 20120210 |
Method DETERMINE_RENDER_AREAS on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method EXTRACT_ID_FROM_UIELEMENT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_BUTTON_TYPE | Call by reference | Type reference (TYPE) | FPM_BUTTON_TYPE | Button Type | 20121019 | ||
2 | ![]() |
IV_FORM_ELEMENT_TYPE | Call by reference | Type reference (TYPE) | FPMGB_FORM_ELEMENT_TYPE | Type of Form Element | 20121019 | ||
3 | ![]() |
IV_IS_HTML_FRAGMENT | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: UI element ID belongs to HTML fragment | 20121219 | |
4 | ![]() |
IV_IS_LABEL | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: UI element ID belongs to label | 20121019 | |
5 | ![]() |
IV_IS_WRAPPING_HTML_CONTAINER | Call by reference | Type reference (TYPE) | ABAP_BOOL | ABAP_FALSE | Indicator: UI element ID belongs to wrapping HTML container | 20121220 | |
6 | ![]() |
IV_MENU_ACTION_ITEM_INDEX | Call by reference | Type reference (TYPE) | I | Index of button choice menu action item | 20121019 | ||
7 | ![]() |
IV_UIELEMENT_ID | Call by reference | Type reference (TYPE) | STRING | UI Eelement ID | 20121019 | ||
8 | ![]() |
RV_FORM_ELEMENT_ID | Value transfer | Type reference (TYPE) | FPMGB_FORM_ELEMENT_ID | Form Element ID | 20121019 |
Method EXTRACT_ID_FROM_UIELEMENT_ID on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method GET_LABEL_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_FIELDNAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20111019 | ||
2 | ![]() |
RT_ID | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20111019 |
Method GET_LABEL_ID on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method GET_UIELEMENT_ID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_EVENT_ID | Call by reference | Type reference (TYPE) | FPM_EVENT_ID | ID of the FPM Event | 20120520 | ||
2 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | NAME_KOMP | Component name | 20121220 | ||
3 | ![]() |
RV_UIELEMENT_ID | Value transfer | Type reference (TYPE) | STRING | ID of the UI element | 20120520 |
Method GET_UIELEMENT_ID on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method PROCESS_COMMON_PROPERTIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
CO_UIELEMENT | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | 20111019 | |||
2 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
3 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 |
Method PROCESS_COMMON_PROPERTIES on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_AREA Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT_CONTAINER | 20111019 | |||
2 | ![]() |
IT_FORM_ELEMENT_LABEL | Call by reference | Type reference (TYPE) | TY_T_FORM_ELEMENT_LABEL | Form element labels | 20111019 | ||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
IV_END_COL | Call by reference | Type reference (TYPE) | I | 20111019 | |||
5 | ![]() |
IV_END_ROW | Call by reference | Type reference (TYPE) | I | 20111019 | |||
6 | ![]() |
IV_GROUP_ID | Call by reference | Type reference (TYPE) | FPMGB_FORM_GROUP_ID | Form Group ID | 20111019 | ||
7 | ![]() |
IV_MELTING_GROUP_ID | Call by reference | Type reference (TYPE) | STRING | Melting Group ID | 20111019 | ||
8 | ![]() |
IV_START_COL | Call by reference | Type reference (TYPE) | I | 20111019 | |||
9 | ![]() |
IV_START_ROW | Call by reference | Type reference (TYPE) | I | 20111019 |
Method RENDER_AREA on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_BUTTON Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BUTTON | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_BUTTON | 20111019 | |||
2 | ![]() |
RO_BUTTON | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | 20111019 |
Method RENDER_BUTTON on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_BUTTON_ROW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BUTTON_ROW | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_BUTTON_ROW | 20111019 | |||
2 | ![]() |
RO_BUTTON_ROW | Value transfer | Object reference (TYPE REF TO) | CL_WD_BUTTON_ROW | 20111019 |
Method RENDER_BUTTON_ROW on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_CHECKBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111024 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_CHECKBOX | Value transfer | Object reference (TYPE REF TO) | CL_WD_CHECKBOX | 20111019 |
Method RENDER_CHECKBOX on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_CHECKBOX_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_CHECKBOX_GROUP | Value transfer | Object reference (TYPE REF TO) | CL_WD_CHECKBOX_GROUP | 20111019 |
Method RENDER_CHECKBOX_GROUP on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_CONTEXT_MENU Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_MENU_ID | Call by reference | Type reference (TYPE) | FPM_CTXT_MENU_ID | Context Menu ID | 20111227 | ||
2 | ![]() |
RO_MENU | Value transfer | Object reference (TYPE REF TO) | CL_WD_MENU | Perforce change= / 20051117-120623 | 20111227 |
Method RENDER_CONTEXT_MENU on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_DROPDOWN_LISTBOX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_DDBK | Value transfer | Object reference (TYPE REF TO) | CL_WD_DROPDOWN_BY_KEY | 20111019 |
Method RENDER_DROPDOWN_LISTBOX on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_EXPLANATION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_EXPLANATION | Value transfer | Object reference (TYPE REF TO) | CL_WD_EXPLANATION | 20111019 |
Method RENDER_EXPLANATION on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_FILE_DOWNLOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_FILE_DOWNLOAD | Value transfer | Object reference (TYPE REF TO) | CL_WD_FILE_DOWNLOAD | 20111019 |
Method RENDER_FILE_DOWNLOAD on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_FILE_UPLOAD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_FILE_UPLOAD | Value transfer | Object reference (TYPE REF TO) | CL_WD_FILE_UPLOAD | 20111019 |
Method RENDER_FILE_UPLOAD on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_FORMATTED_TEXT_EDIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_FORMATTED_TEXT_EDIT | Value transfer | Object reference (TYPE REF TO) | CL_WD_FORMATTED_TEXT_EDIT | 20111019 |
Method RENDER_FORMATTED_TEXT_EDIT on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_FORMATTED_TEXT_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_FORMATTED_TEXT_VIEW | Value transfer | Object reference (TYPE REF TO) | CL_WD_FORMATTED_TEXT_VIEW | 20111019 |
Method RENDER_FORMATTED_TEXT_VIEW on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_HTML_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20121218 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20121218 | |||
3 | ![]() |
RO_HTML_CONTAINER | Value transfer | Object reference (TYPE REF TO) | CL_WD_HTML_CONTAINER | Perforce change= / 20051117-125541 | 20121218 |
Method RENDER_HTML_FIELD on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_IMAGE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_IMAGE | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20111019 |
Method RENDER_IMAGE on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_INPUT_FIELD Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_INPUT_FIELD | Value transfer | Object reference (TYPE REF TO) | CL_WD_INPUT_FIELD | 20111019 |
Method RENDER_INPUT_FIELD on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_LABEL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_LABEL | Value transfer | Object reference (TYPE REF TO) | CL_WD_LABEL | 20111019 |
Method RENDER_LABEL on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_LINK_TO_ACTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_LTA | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20111019 |
Method RENDER_LINK_TO_ACTION on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_LINK_TO_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_LTU | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20111019 |
Method RENDER_LINK_TO_URL on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_PROGRESS_INDICATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_PROGRESS_INDICATOR | Value transfer | Object reference (TYPE REF TO) | CL_WD_PROGRESS_INDICATOR | 20111019 |
Method RENDER_PROGRESS_INDICATOR on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_RADIOBUTTON_GROUP Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_RBG | Value transfer | Object reference (TYPE REF TO) | CL_WD_RADIOBUTTON_GROUP_BY_KEY | 20111019 |
Method RENDER_RADIOBUTTON_GROUP on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_RATING_INDICATOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20130107 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20130107 | |||
3 | ![]() |
RO_RATING_INDICATOR | Value transfer | Object reference (TYPE REF TO) | CL_WD_RATINGINDICATOR | 20130107 |
Method RENDER_RATING_INDICATOR on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_SECTION_HEADER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
RO_SECTION_HEADER | Value transfer | Object reference (TYPE REF TO) | CL_WD_SECTION_HEADER | 20111019 |
Method RENDER_SECTION_HEADER on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_STANDARD_ELEMENT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_UIELEMENT | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | 20111019 |
Method RENDER_STANDARD_ELEMENT on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_TEXT_EDIT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_TEXT_EDIT | Value transfer | Object reference (TYPE REF TO) | CL_WD_TEXT_EDIT | 20111019 |
Method RENDER_TEXT_EDIT on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_TEXT_VIEW Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_TEXT_VIEW | Value transfer | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20051117-125541 | 20111019 |
Method RENDER_TEXT_VIEW on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_THRESHOLD_SLIDER Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_ELEMENT | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_STANDARD_ELEMENT | 20111019 | |||
2 | ![]() |
IS_REFERENCE_FIELDS | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_FLD_REFERENCE_FIELDS | 20111019 | |||
3 | ![]() |
IV_EDIT_MODE | Call by reference | Type reference (TYPE) | FPM_EDIT_MODE | IF_FPM_CONSTANTS=>GC_EDIT_MODE-NOT_SUPPORTED | Edit Mode of UIBBs in OVP Floorplan | 20111019 | |
4 | ![]() |
RO_THRESHOLD_SLIDER | Value transfer | Object reference (TYPE REF TO) | CL_WD_THRESHOLD_SLIDER | 20111019 |
Method RENDER_THRESHOLD_SLIDER on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method RENDER_TOOLBAR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IS_BUTTON_ROW | Call by reference | Type reference (TYPE) | CL_FPM_ADV_FORM_BASE_DATA_MGR=>TY_S_BUTTON_ROW | 20111118 | |||
2 | ![]() |
IV_HEIGHT | Call by reference | Type reference (TYPE) | I | 20120803 | |||
3 | ![]() |
RO_TOOLBAR | Value transfer | Object reference (TYPE REF TO) | CL_WD_TOOLBAR | Perforce change= / 20051117-120623 | 20111118 |
Method RENDER_TOOLBAR on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method SET_CONFIG_CONTEXT_ROOT_NODE Signature
Method SET_CONFIG_CONTEXT_ROOT_NODE on class CL_FPM_ADV_FORM_BASE_RENDER has no parameter.
Method SET_CONFIG_CONTEXT_ROOT_NODE on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method SET_CONFIG_NODE_NAME Signature
Method SET_CONFIG_NODE_NAME on class CL_FPM_ADV_FORM_BASE_RENDER has no parameter.
Method SET_CONFIG_NODE_NAME on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
Method SET_EXTENDED_FIELD_DESCRIPTION Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IT_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | IF_FPM_EXTENDED_FIELD_DESCR=>YT_EXTENDED_FIELD_DESCRIPTION | 20121218 |
Method SET_EXTENDED_FIELD_DESCRIPTION on class CL_FPM_ADV_FORM_BASE_RENDER has no exception.
History
Last changed by/on | SAP | 20141120 |
SAP Release Created in | 732 |