SAP ABAP Class CL_FPM_TEST_SEARCH_E_MV_ASSIST (Assistance Class for FPM_TEST_SEARCH_E_MV_COMP)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-CMP-FPM (Application Component) Floorplan Manager Web Dynpro ABAP
⤷
APB_FPM_TEST (Package) Floorplan Manager (Test applications)
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class | 20140411 |
Properties
| Class | CL_FPM_TEST_SEARCH_E_MV_ASSIST | |
| Short Description | Assistance Class for FPM_TEST_SEARCH_E_MV_COMP | |
| Super Class | CL_WD_COMPONENT_ASSISTANCE | Basis for a Web Dynpro assistance class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | APB_FPM_TEST | Floorplan Manager (Test applications) |
| Created | 20140411 | SAP |
| Last change | 20141120 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPM_TEST_SEARCH_E_MV_ASSIST has no forward declaration.
Interfaces
Class CL_FPM_TEST_SEARCH_E_MV_ASSIST has no interface implemented.
Friends
Class CL_FPM_TEST_SEARCH_E_MV_ASSIST has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'CARRID' | 20140416 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'CONNID' | 20140416 | |||
| 3 | Instance attribute | Public | Type reference (TYPE) | T_T_CARR_ID | 20140416 | ||||
| 4 | Instance attribute | Public | Type reference (TYPE) | T_T_CARR_ID | 20140416 | ||||
| 5 | Instance attribute | Public | Type reference (TYPE) | T_T_CONN_ID | 20140416 | ||||
| 6 | Instance attribute | Public | Type reference (TYPE) | T_T_CONN_ID | 20140416 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | 20140508 | ||
| 2 | Instance method | Public | Method | 20140508 |
Events
Class CL_FPM_TEST_SEARCH_E_MV_ASSIST has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_S_CARR_CONN_ID | Public | See coding | 20140416 | BEGIN OF t_s_carr_conn_id,
carrid TYPE s_carr_id,
connid TYPE s_conn_id,
END OF t_s_carr_conn_id
|
||
| 2 | T_S_CARR_ID | Public | See coding | 20140416 | BEGIN OF t_s_carr_id,
carrid TYPE s_carr_id,
END OF t_s_carr_id
|
||
| 3 | T_S_CONN_ID | Public | See coding | 20140416 | BEGIN OF t_s_conn_id,
connid TYPE s_conn_id,
END OF t_s_conn_id
|
||
| 4 | T_S_EL_CARR_ID | Public | See coding | 20140507 | BEGIN OF t_s_el_carr_id ,
carrid TYPE REF TO if_wd_context_element,
END OF t_s_el_carr_id
|
||
| 5 | T_S_EL_CONN_ID | Public | See coding | 20140507 | BEGIN OF t_s_el_conn_id ,
connid TYPE REF TO if_wd_context_element,
END OF t_s_el_conn_id
|
||
| 6 | T_T_CARR_CONN_ID | Public | See coding | 20140416 | t_t_carr_conn_id TYPE STANDARD TABLE OF t_s_carr_conn_id WITH DEFAULT KEY
|
||
| 7 | T_T_CARR_ID | Public | See coding | 20140416 | t_t_carr_id TYPE STANDARD TABLE OF t_s_carr_id WITH DEFAULT KEY
|
||
| 8 | T_T_CONN_ID | Public | See coding | 20140416 | t_t_conn_id TYPE STANDARD TABLE OF t_s_conn_id WITH DEFAULT KEY
|
||
| 9 | T_T_EL_CARR_ID | Public | See coding | 20140507 | t_t_el_carr_id TYPE STANDARD TABLE OF t_s_el_carr_id WITH DEFAULT KEY
|
||
| 10 | T_T_EL_CONN_ID | Public | See coding | 20140507 | t_t_el_conn_id TYPE STANDARD TABLE OF t_s_el_conn_id WITH DEFAULT KEY
|
Method Signatures
Method GET_CARRIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CARRIDS | Call by reference | Type reference (TYPE) | T_T_CARR_ID | 20140508 |
Method GET_CARRIDS on class CL_FPM_TEST_SEARCH_E_MV_ASSIST has no exception.
Method GET_CONNIDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_CONNID | Call by reference | Type reference (TYPE) | T_T_CONN_ID | 20140508 | ||||
| 2 | IV_CARRID | Call by reference | Type reference (TYPE) | S_CARR_ID | Airline Code | 20140508 |
Method GET_CONNIDS on class CL_FPM_TEST_SEARCH_E_MV_ASSIST has no exception.
History
| Last changed by/on | SAP | 20141120 |
| SAP Release Created in | 740 |