SAP /ISDFPS/CL_LM_FLIGHTEVENT_UI OO Class - LM: Flight Event UI
/ISDFPS/CL_LM_FLIGHTEVENT_UI is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class /ISDFPS/CL_LM_FLIGHTEVENT_UI including details of:
- Interface class implementations
- Inheritance details
- Methods defined within class ( including link to full details )
- Attributes ( including initial values )
- Class Events
Method list of /ISDFPS/CL_LM_FLIGHTEVENT_UI SAP class
A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD.
Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...
| Method Name | Description | Visability |
| ALV_CREATE | ALV: Create Instance | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_CREATE...more details | ||
| ALV_GET_SELECTION | ALV: Get Selected Rows/Cells | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_GET_SELECTION...more details | ||
| ALV_REFRESH | ALV: Refresh Display | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_REFRESH...more details | ||
| ALV_REGISTER_EVENTS | ALV: Register Events | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_REGISTER_EVENTS...more details | ||
| ALV_SET_COLUMNS | ALV: Set Columns | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_COLUMNS...more details | ||
| ALV_SET_FUNCTIONS | ALV: Set Functions | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_FUNCTIONS...more details | ||
|
| ||
| ALV_SET_SETTINGS | ALV: Set Layout | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_SETTINGS...more details | ||
| ALV_SET_SORT_FIELDS | ALV: Set Sort Fields | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_SORT_FIELDS...more details | ||
| CONSTRUCTOR | CONSTRUCTOR | Public |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>CONSTRUCTOR...more details | ||
| DATA_LOAD | Data: Load Data into ALV | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>DATA_LOAD...more details | ||
| DATA_SAVE | Data: Save Data from ALV | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>DATA_SAVE...more details | ||
| FREE | Deconstructor | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>FREE...more details | ||
| ON_USER_COMMAND | ALV: Event 'On User Command' | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>ON_USER_COMMAND...more details | ||
| UI_ASK_FOR_DELETE | User-Interface: Ask for Deleting Entry | Private |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_ASK_FOR_DELETE...more details | ||
| UI_FREE_INSTANCE | UI: Release Instance of Class | Public |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_FREE_INSTANCE...more details | ||
| UI_GET_FLIGHTEVENTS | UI: Get Flight Events | Public |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_GET_FLIGHTEVENTS...more details | ||
| UI_GET_INSTANCE | UI: Get Instance of Class | Public |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_GET_INSTANCE...more details | ||
| UI_RESET_CHANGEFLAG | UI: Reset Change Indicator | Public |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_RESET_CHANGEFLAG...more details | ||
| UI_START_COMMUNICATION | UI: Start Communication | Public |
| CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_START_COMMUNICATION...more details | ||
/ISDFPS/CL_LM_FLIGHTEVENT_UI attributes
List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.
| Name | Level | Description | Initial Value | Type | Visability |
| GC_XDATA_CHANGED | Instance Attribute | Data Changed? | LIKE ABAP_BOOL | Private | |
| GC_XSHOW_ONLY | Instance Attribute | Only Data Output? | LIKE ABAP_BOOL | Private | |
| GO_ALV | Instance Attribute | Basis Class for Simple Tables | LIKE CL_SALV_TABLE | Private | |
| GO_CONTAINER | Instance Attribute | Container for Custom Controls in Screen Area | LIKE CL_GUI_CUSTOM_CONTAINER | Private | |
| GT_ALV | Instance Attribute | Flight Legs | LIKE TT_ALV | Private | |
| GT_INSTANCE | Static Attribute | Instance Management (Table) | LIKE TT_INSTANCE | Protected |
/ISDFPS/CL_LM_FLIGHTEVENT_UI types
TS_ALV - Flight LegsTS_INSTANCE - Instance Management
TT_ALV - Flight Legs
TT_INSTANCE - Instance Management (Table)
Links to Related Class(s)
/ISDFPS/...Full list of available SAP object classes
Search for further information about these or an SAP related objects