cancel
Showing results for 
Search instead for 
Did you mean: 

Different between Application and ApplicationPage

dohaidang_le
Participant
0 Kudos

Hi all,

I ran into a "new" API-component in SAC: applicationPage. The object has almost the same methods as the component Application.

What is the difference between the two?

Thanks in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

JefB
Active Contributor
0 Kudos

In upcoming QRC2 2023 release, analytical apps will become part of the story artifact (when converting to optimized story experience =OSE). In this setting, you will get several (canvas) pages and the ApplicationPage object will then become more useful with the onActive() event in addition to the onInitialization() event.

See also this blog:
https://blogs.sap.com/2023/02/17/how-to-use-scripts-to-build-cross-pages-interaction-for-the-new-opt...
and probably many others will come soon..

sandip_kumar003
Active Participant
0 Kudos

Hi,

Talking about "Application" API, It is more relay to the whole Application including all the components we are using in the Application, whereas "ApplicationPage" is concerned with the page only.

For a better idea please go through this link:

https://help.sap.com/doc/958d4c11261f42e992e8d01a4c0dde25/release/en-US/index.html#Application

Please Like/Upvote, if it is helpful.

Best Regards,

Sandip Kumar