SAP ABAP Class CL_FPMGB_FORM_TEST_FLIGHT (Demo GUIBB: Select a Flight (simple))
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB | Generic UI Building Block | 20090213 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090213 |
Properties
| Class | CL_FPMGB_FORM_TEST_FLIGHT | |
| Short Description | Demo GUIBB: Select a Flight (simple) | |
| Super 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 | 20090213 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_FPMGB_FORM_TEST_FLIGHT has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_FPM_GUIBB | Generic UI Building Block | 20090213 | ||
| 2 | IF_FPM_GUIBB_FORM | Generic Form UI Building Block | 20090213 |
Friends
Class CL_FPMGB_FORM_TEST_FLIGHT has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'CITYFROM' | Field Name | 20090213 | ||
| 2 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'CITYTO' | Field Name | 20090213 | ||
| 3 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'COUNTRYFR' | Field Name | 20090213 | ||
| 4 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'COUNTRYTO' | Field Name | 20090213 | ||
| 5 | Constant | Private | Type reference (TYPE) | FPM_EVENT_ID | 'EVT_CITYFROM' | ID of the FPM Event | 20090213 | ||
| 6 | Constant | Private | Type reference (TYPE) | FPM_EVENT_ID | 'EVT_CITYTO' | ID of the FPM Event | 20090213 | ||
| 7 | Constant | Private | Type reference (TYPE) | FPM_EVENT_ID | 'EVT_COUNTRYFR' | ID of the FPM Event | 20090213 | ||
| 8 | Constant | Private | Type reference (TYPE) | FPM_EVENT_ID | 'EVT_COUNTRYTO' | ID of the FPM Event | 20090213 | ||
| 9 | Constant | Private | Type reference (TYPE) | FPM_EVENT_ID | 'EVT_FLIGHTSEL' | ID of the FPM Event | 20090213 | ||
| 10 | Constant | Private | Type reference (TYPE) | FIELDNAME | 'RESULTLIST' | Field Name | 20090213 | ||
| 11 | Instance attribute | Private | Type reference (TYPE) | T_CITY | 20090213 | ||||
| 12 | Instance attribute | Private | See coding | 20090213 | |||||
| 13 | Instance attribute | Private | See coding | 20090213 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20090213 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20090213 | |
| 3 | Instance method | Private | Method | 20090213 |
Events
Class CL_FPMGB_FORM_TEST_FLIGHT has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_CITY | Private | See coding | 20090213 | t_city type standard table of sairport with default key
|
||
| 2 | T_COUNTRY | Private | See coding | 20090213 | begin of t_country,
land1 type land1,
landx type landx,
end of t_country
|
||
| 3 | T_FLIGHTS | Private | See coding | 20090213 | begin of t_flights,
countryfr type string,
countryto type string,
carrid type s_carr_id,
connid type s_conn_id,
fldate type s_date,
cityfrom type s_from_cit,
airpfrom type s_fromairp,
airpfromcb type char30,
cityto type s_from_cit,
airpto type s_toairp,
deptime type s_dep_time,
arrtime type s_arr_time,
planetype type s_planetye,
roundtrip type boole_d,
resultlist type string,
hdr type string,
image type string,
end of t_flights
|
Method Signatures
Method ADD_DD_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_FIELD_DESCRIPTION | Call by reference | Type reference (TYPE) | FPMGB_S_FORMFIELD_DESCR | GUIBB Form Field Description | 20090213 | |||
| 2 | IT_SELCRIT1 | Call by reference | Type reference (TYPE) | TABLE | 20090213 | ||||
| 3 | IT_SELCRIT2 | Call by reference | Type reference (TYPE) | TABLE | 20090213 | ||||
| 4 | IT_SELCRIT3 | Call by reference | Type reference (TYPE) | TABLE | 20090213 |
Method ADD_DD_VALUES on class CL_FPMGB_FORM_TEST_FLIGHT has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_FPMGB_FORM_TEST_FLIGHT has no parameter.
Method CONSTRUCTOR on class CL_FPMGB_FORM_TEST_FLIGHT has no exception.
Method GET_DD_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CV_FIELDTEXT | Call by reference | Type reference (TYPE) | STRING | 20090213 | ||||
| 2 | IT_FIELD_USAGE | Call by reference | Type reference (TYPE) | FPMGB_T_FIELDUSAGE | 20090213 | ||||
| 3 | IV_FIELDNAME | Call by reference | Type reference (TYPE) | FIELDNAME | 20090213 | ||||
| 4 | IV_FIELDVALUE | Call by reference | Type reference (TYPE) | STRING | 20090213 |
Method GET_DD_TEXT on class CL_FPMGB_FORM_TEST_FLIGHT has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |