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 NameDescriptionVisability
ALV_CREATEALV: Create InstancePrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_CREATE...more details

ALV_GET_SELECTIONALV: Get Selected Rows/CellsPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_GET_SELECTION...more details

ALV_REFRESHALV: Refresh DisplayPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_REFRESH...more details

ALV_REGISTER_EVENTSALV: Register EventsPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_REGISTER_EVENTS...more details

ALV_SET_COLUMNSALV: Set ColumnsPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_COLUMNS...more details

ALV_SET_FUNCTIONSALV: Set FunctionsPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_FUNCTIONS...more details

ALV_SET_SETTINGSALV: Set LayoutPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_SETTINGS...more details

ALV_SET_SORT_FIELDSALV: Set Sort FieldsPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ALV_SET_SORT_FIELDS...more details

CONSTRUCTORCONSTRUCTORPublic
CALL METHOD /isdfps/cl_lm_flightevent_ui=>CONSTRUCTOR...more details

DATA_LOADData: Load Data into ALVPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>DATA_LOAD...more details

DATA_SAVEData: Save Data from ALVPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>DATA_SAVE...more details

FREEDeconstructorPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>FREE...more details

ON_USER_COMMANDALV: Event 'On User Command'Private
CALL METHOD /isdfps/cl_lm_flightevent_ui=>ON_USER_COMMAND...more details

UI_ASK_FOR_DELETEUser-Interface: Ask for Deleting EntryPrivate
CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_ASK_FOR_DELETE...more details

UI_FREE_INSTANCEUI: Release Instance of ClassPublic
CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_FREE_INSTANCE...more details

UI_GET_FLIGHTEVENTSUI: Get Flight EventsPublic
CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_GET_FLIGHTEVENTS...more details

UI_GET_INSTANCEUI: Get Instance of ClassPublic
CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_GET_INSTANCE...more details

UI_RESET_CHANGEFLAGUI: Reset Change IndicatorPublic
CALL METHOD /isdfps/cl_lm_flightevent_ui=>UI_RESET_CHANGEFLAG...more details

UI_START_COMMUNICATIONUI: Start CommunicationPublic
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.

NameLevelDescriptionInitial ValueTypeVisability
GC_XDATA_CHANGEDInstance AttributeData Changed?LIKE
ABAP_BOOL
Private
GC_XSHOW_ONLYInstance AttributeOnly Data Output?LIKE
ABAP_BOOL
Private
GO_ALVInstance AttributeBasis Class for Simple TablesLIKE
CL_SALV_TABLE
Private
GO_CONTAINERInstance AttributeContainer for Custom Controls in Screen AreaLIKE
CL_GUI_CUSTOM_CONTAINER
Private
GT_ALVInstance AttributeFlight LegsLIKE
TT_ALV
Private
GT_INSTANCEStatic AttributeInstance Management (Table)LIKE
TT_INSTANCE
Protected




/ISDFPS/CL_LM_FLIGHTEVENT_UI types

TS_ALV - Flight Legs
TS_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



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!