cancel
Showing results for 
Search instead for 
Did you mean: 

Neptune software flight application

Former Member
0 Kudos

Hi everybody,

I am debugging the Neptune software flight application.

After selecting the sample airline and clicking on search button, the application is providing the list of connections available for the selected airline. I believe at that instance HANDLE_ON_SUBMIT method is called, and based on the event id which is provided for the search button 'SEARCH_CONN' is triggered successfully. When clicking on any connection, I believe HANDLE_ON_AJAX method is called and Ajax id UI5_GET_SPFLI_DETAIL is triggered. My question is where we are maintaining Ajax id UI5_GET_SPFLI_DETAIL in the application. Can anybody tell me for what object and where we are configuring the Ajax id in the application.

Thanks,

Chandrasen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Application name is 'NEPTUNE_FLIGHT02'

Former Member
0 Kudos

Njål Stabell can you please help me ...

Former Member
0 Kudos

Hi,

Sorry for not picking up on this earlier. The reason that the Application class can be a bit confusing is that it is used by several applications. The Handle_on_Ajax is only used by the SAPUI5 apps.

For mobile the application is:

NEPTUNE_FLIGHT_UI5_M

For Desktop it is:

NEPTUNE_FLIGHT_UI5

If you have any other issues contact http://support@neptune-software.com//support@neptune-software.com

We will add some more comments in the application class for next release.

Thank you for the feedback.