Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor | 20090622 |
Properties
| Class | CL_FPM_HCT_GENERAL_ASSIST | |
| Short Description | Assistance class for General Settings | |
| Super Class | CL_FPM_HCT_UI_ASSIST | Assistance class for FPM configuration editor |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_HCT | Harmonized Configuration Tool |
| Created | 20090622 | 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 interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_FPM_HCT_GENERAL_ASSIST has no interface implemented.
Friends
Class CL_FPM_HCT_GENERAL_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | See coding | 20140128 | |||||
| 2 | Constant | Public | See coding | 20110923 | |||||
| 3 | Constant | Private | See coding | 20111109 | |||||
| 4 | Instance attribute | Public | Object reference (TYPE REF TO) | CL_FPM_HCT_INFO | Common Configuration Metainformation | 20090707 | |||
| 5 | Instance attribute | Public | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20090723 | |||
| 6 | Instance attribute | Public | Type reference (TYPE) | STRING | Node name of the application | 20090629 | |||
| 7 | Instance attribute | Public | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101220 | |||
| 8 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20110923 | |||
| 9 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110928 | |||
| 10 | Instance attribute | Private | See coding | 20140415 | |||||
| 11 | Instance attribute | Private | See coding | 20110923 | |||||
| 12 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | 20130423 |
Methods
Events
Class CL_FPM_HCT_GENERAL_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_S_ATTRIBUTE | Public | See coding | 20111124 | BEGIN OF ty_s_attribute,
element TYPE REF TO if_wd_context_element,
attr_name TYPE string,
view_attr_name TYPE string,
END OF ty_s_attribute
|
||
| 2 | TY_T_ATTRIBUTE | Public | See coding | 20111124 | ty_t_attribute TYPE STANDARD TABLE OF ty_s_attribute
WITH DEFAULT KEY
|
Method Signatures
Method AFTER_SET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110926 |
Method AFTER_SET_PROPERTIES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CHECK_APPL_AREA_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_APPL_AREA_ID | Call by reference | Type reference (TYPE) | FPM_APPL_AREA_ID | FPM BAdI: ID of the Application / Project Area | 20091211 | |||
| 2 | RV_APPL_AREA_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20091211 |
Method CHECK_APPL_AREA_ID on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CHECK_CONFIG_ID 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 | Web Dynpro: Interface for Node Element | 20110930 | |||
| 2 | IV_ATTR_COMPONENT | Call by reference | Type reference (TYPE) | STRING | IF_FPM_CFG_CONSTANTS=>GC_ATTR_NAMES-COMPONENT | 20110930 | |||
| 3 | IV_ATTR_CONFIG_ID | Call by reference | Type reference (TYPE) | STRING | IF_FPM_CFG_CONSTANTS=>GC_ATTR_NAMES-CONFIG_ID | 20110930 | |||
| 4 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | STRING | 20110930 | ||||
| 5 | RV_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110930 |
Method CHECK_CONFIG_ID on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CHECK_CSS_PROPERTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20101011 | |||
| 2 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20101011 | |||
| 3 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 4 | IV_TYPE | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 5 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 6 | IV_VIEW | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 7 | RV_SUCCESS | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101011 |
Method CHECK_CSS_PROPERTY on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CHECK_CTXT_MENU 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 | Web Dynpro: Interface for Node Element | 20111212 | |||
| 2 | RV_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111212 |
Method CHECK_CTXT_MENU on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CHECK_MANDATORY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_COMPONENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_COMPONENT | Web Dynpro: Component | 20101011 | |||
| 2 | IO_CONTEXT_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20101011 | |||
| 3 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 4 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 5 | IV_VIEW | Call by reference | Type reference (TYPE) | STRING | 20101011 | ||||
| 6 | RV_SUCCESS | Value transfer | Type reference (TYPE) | WDY_BOOLEAN | Supplement for True Boolean Type: 'X' == True '' == False | 20101011 |
Method CHECK_MANDATORY on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CHECK_SCHEMA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_SCHEMA | Call by reference | Type reference (TYPE) | FPM_ADAPTATION_SCHEMA | Adaptation Schema | 20121205 | |||
| 2 | RV_SCHEMA_EXIST | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20121205 |
Method CHECK_SCHEMA on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method CONSTRUCTOR on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_APPCC_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110928 |
Method GET_APPCC_NODE on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_APPLICATION_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20090713 |
Method GET_APPLICATION_ELEMENT on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_APPLICATION_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090713 |
Method GET_APPLICATION_NODE on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_APP_SPECIFIC_CC_ATTR Signature
Method GET_APP_SPECIFIC_CC_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method GET_APP_SPECIFIC_CC_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_ATTRIBUTES Signature
Method GET_ATTRIBUTES on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method GET_ATTRIBUTES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_CHART_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ELEM | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20130227 |
Method GET_CHART_ATTRIBUTES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_CHART_LABEL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ATTRIBUTE_NAME | Call by reference | Type reference (TYPE) | STRING | Attribute name | 20130430 | |||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | Node name | 20130430 | |||
| 3 | RV_LABEL | Value transfer | Type reference (TYPE) | STRING | 20130430 |
Method GET_CHART_LABEL on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_CLASS_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CLASS | Call by reference | Type reference (TYPE) | SEOCLSNAME | Object Type Name | 20130423 | |||
| 2 | RV_DESCRIPT | Value transfer | Type reference (TYPE) | STRING | 20130423 |
Method GET_CLASS_TEXT on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_CONTENT_AREA_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_NODE | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20090714 |
Method GET_CONTENT_AREA_NODE on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_CONTEXT_ELEMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_CONTEXT_ELEMENT | Value transfer | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20090713 |
Method GET_CONTEXT_ELEMENT on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_ACTIONTYPES_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100618 |
Method GET_FINAL_ACTIONTYPES_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_ADAPTION_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20121012 |
Method GET_FINAL_ADAPTION_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_AFILT_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20140715 |
Method GET_FINAL_AFILT_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_APPCC_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100617 |
Method GET_FINAL_APPCC_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_ATTCHMNT_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20101021 |
Method GET_FINAL_ATTCHMNT_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_CAROUSEL_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20140227 |
Method GET_FINAL_CAROUSEL_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_CHART_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20130223 |
Method GET_FINAL_CHART_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_CHART_SETTINGS_CHILD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20130312 | ||||
| 2 | IO_ELEMENT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_ELEMENT | Web Dynpro: Interface for Node Element | 20130312 | |||
| 3 | IT_MAPPING | Call by reference | Type reference (TYPE) | CL_FPM_CHART_TO_CVOM_MAPPING=>YT_MAPPING | 20130430 | ||||
| 4 | IV_LABEL | Call by reference | Type reference (TYPE) | STRING | 20130312 | ||||
| 5 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130312 | ||||
| 6 | IV_PARENT_GROUP | Call by reference | Type reference (TYPE) | STRING | 20130312 |
Method GET_FINAL_CHART_SETTINGS_CHILD on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_COMPOSITE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_COMPOSITE_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_DRAGDROP_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_DRAGDROP_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_FEEDER_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20120613 |
Method GET_FINAL_FEEDER_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_FORM2_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100713 |
Method GET_FINAL_FORM2_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_FORM_REP_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20111107 |
Method GET_FINAL_FORM_REP_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_FORM_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_FORM_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_LAUNCHPAD_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_LAUNCHPAD_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_LIST_ATS_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20101223 |
Method GET_FINAL_LIST_ATS_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_LIST_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_LIST_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_MESSAGE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100617 |
Method GET_FINAL_MESSAGE_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_MSG_MAPPER_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100617 |
Method GET_FINAL_MSG_MAPPER_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_NOTES_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20101029 |
Method GET_FINAL_NOTES_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_OIF_GAF_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100729 |
Method GET_FINAL_OIF_GAF_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_OVP_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100617 |
Method GET_FINAL_OVP_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_PUIBB_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20101004 |
Method GET_FINAL_PUIBB_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_QV_DATASET_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20120410 |
Method GET_FINAL_QV_DATASET_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_QV_IMAGE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20140130 |
Method GET_FINAL_QV_IMAGE_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_QV_THING_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20120314 |
Method GET_FINAL_QV_THING_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_SEARCH_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_SEARCH_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_TABBED_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100630 |
Method GET_FINAL_TABBED_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_TRANSIENT_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100617 |
Method GET_FINAL_TRANSIENT_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_TREE_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20100622 |
Method GET_FINAL_TREE_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_UCW_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20110930 |
Method GET_FINAL_UCW_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FINAL_VISBIZ_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FINAL_TREE | Call by reference | Type reference (TYPE) | TY_S_FINAL_TREE | 20130325 |
Method GET_FINAL_VISBIZ_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_FLOORPLAN_SETTINGS_TBITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_BUTTON_CHOICE | Call by reference | Type reference (TYPE) | FPM_S_HCT_BUTTON_CHOICE | Button choice | 20110926 |
Method GET_FLOORPLAN_SETTINGS_TBITEMS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_GUIBB_SETTINGS_TBITEMS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_BUTTON_CHOICE | Call by reference | Type reference (TYPE) | FPM_S_HCT_BUTTON_CHOICE | Button choice | 20110926 | |||
| 2 | IV_DRAG_AND_DROP_COUNT | Call by reference | Type reference (TYPE) | I | D&D active | 20130417 |
Method GET_GUIBB_SETTINGS_TBITEMS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_MESSAGE_SETTINGS_ATTR Signature
Method GET_MESSAGE_SETTINGS_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method GET_MESSAGE_SETTINGS_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_MSG_MAPPER_ATTR Signature
Method GET_MSG_MAPPER_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method GET_MSG_MAPPER_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_NODE_ATTRIBUTES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_NODE_ATTR | Call by reference | Type reference (TYPE) | TY_T_ATTRIBUTE | 20111124 | ||||
| 2 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20111124 |
Method GET_NODE_ATTRIBUTES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 |
Method GET_PROPERTIES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_PROPERTIES_ATTR Signature
Method GET_PROPERTIES_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method GET_PROPERTIES_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_PROPERTIES_CHART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130304 |
Method GET_PROPERTIES_CHART on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_SCREEN_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_MORE_ACTIVE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20140203 | |||
| 2 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140203 |
Method GET_SCREEN_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method GET_TRANSIENT_SETTINGS_ATTR Signature
Method GET_TRANSIENT_SETTINGS_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method GET_TRANSIENT_SETTINGS_ATTR on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method INIT_MORELESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20140415 |
Method INIT_MORELESS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method INIT_SCREEN_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140203 | |||
| 2 | IV_MORE_ACTIVE | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | Replacement for Real Boolean Type: 'X' == True '' == False | 20140203 |
Method INIT_SCREEN_SETTINGS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method IREC_CHECK_CTXT_MENU 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 | Web Dynpro: Interface for Node Element | 20111220 | |||
| 2 | IO_ND_MENU | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20111220 | |||
| 3 | IV_MENU_ID | Call by reference | Type reference (TYPE) | FPM_CTXT_MENU_ID | Context Menu ID | 20111220 | |||
| 4 | RV_SUCCESS | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20111220 |
Method IREC_CHECK_CTXT_MENU on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method IS_CONFIG_ID_VALID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COMPONENT_NAME | Call by reference | Type reference (TYPE) | FPM_COMPONENT_NAME | Web Dynpro: Component Name | 20110930 | |||
| 2 | IV_CONFIG_ID | Call by reference | Type reference (TYPE) | WDY_CONFIG_ID | Configuration Identification | 20110930 | |||
| 3 | RV_IS_VALID | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110930 |
Method IS_CONFIG_ID_VALID on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method IS_DYNAMIC_CONFIG Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IS_DYNAMIC_CONFIG | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130926 |
Method IS_DYNAMIC_CONFIG on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_ACTION_MORELESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140128 |
Method ON_ACTION_MORELESS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_FEEDER_INITIALIZED Signature
Method ON_FEEDER_INITIALIZED on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method ON_FEEDER_INITIALIZED on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_APPCC_COMP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20091203 |
Method ON_OVS_APPCC_COMP on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_APPL_AREA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20090716 |
Method ON_OVS_APPL_AREA on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_GROUP_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20111109 |
Method ON_OVS_GROUP_FIELD on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_LAUNCHPAD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20100511 |
Method ON_OVS_LAUNCHPAD on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_MD_COLUMN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20111017 |
Method ON_OVS_MD_COLUMN on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_POWL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20110225 |
Method ON_OVS_POWL on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method ON_OVS_VISBIZ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_OVS_CALLBACK | Call by reference | Object reference (TYPE REF TO) | IF_WD_OVS | 20130423 |
Method ON_OVS_VISBIZ on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method RENDER_ACTION_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTION_TYPES_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110926 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110926 |
Method RENDER_ACTION_TYPES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method RENDER_DRAG_AND_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DRAG_AND_DROP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110926 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110926 | |||
| 3 | IV_FIRST_TIME | Call by reference | Type reference (TYPE) | ABAP_BOOL | 20110926 |
Method RENDER_DRAG_AND_DROP on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method RENDER_MORELESS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20140128 | |||
| 2 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20140128 |
Method RENDER_MORELESS on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method RENDER_REUSE_UIBB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_VIEW | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW | Web Dynpro: API of a View | 20110927 |
Method RENDER_REUSE_UIBB on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_ACTION_TYPES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ACTION_TYPES_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110926 |
Method SET_ACTION_TYPES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_DRAG_AND_DROP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_DRAG_AND_DROP_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110926 |
Method SET_DRAG_AND_DROP on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_EDIT_MODE Signature
Method SET_EDIT_MODE on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method SET_EDIT_MODE on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20110923 | ||||
| 2 | RV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20110922 |
Method SET_PROPERTIES on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_PROPERTIES_CHART Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20130304 | ||||
| 2 | RV_CHANGED | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20130304 |
Method SET_PROPERTIES_CHART on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_PROPERTIES_NODE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_NODE | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE | Web Dynpro: Interface for Context Nodes | 20110928 |
Method SET_PROPERTIES_NODE on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_RESULT_LIST_DEFAULT Signature
Method SET_RESULT_LIST_DEFAULT on class CL_FPM_HCT_GENERAL_ASSIST has no parameter.
Method SET_RESULT_LIST_DEFAULT on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
Method SET_VISBIZ_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_GEOMAP_APPL | Call by reference | Type reference (TYPE) | ABAP_BOOL | Boolean Variable (X=True, -=False, Space=Unknown) | 20130423 |
Method SET_VISBIZ_INFO on class CL_FPM_HCT_GENERAL_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 730 |