cancel
Showing results for 
Search instead for 
Did you mean: 

How to create session variable in SUP 2.2?

Former Member
0 Kudos

Hi, this is my first time develop a hybrid mobile app. I have a lot of things which I am unsure about this software. I would like to create session variable so that i can pass those values to the next page by just calling this session variable. Can anyone guide me how to do so?

Regards,

Theary

View Entire Topic
former_member186566
Active Participant
0 Kudos

Hi Theary,

In hybrid application data will be stored in Message value collection object, by extracting this we can retrieve and display it in screens.

You can do this in custom.js file. it will have set of before and after methods. use beforenavigationforward method to implement your functionality. refer the below link for retrieving data.

Hybrid App Message Data Functions

Refer the example2 in the above example. By simple document getelement java script methods you can display it in screen.

If you are completely new to this development please refer the below links.

Sample application - http://scn.sap.com/docs/DOC-8803

MBO development - http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01208.0224/doc/html/aro1369939412683...

Hybrid app development - Develop MBO-based Hybrid Apps

Regards

Yokesvaran Kumarasamy

Former Member
0 Kudos

Hi Yokesvaran Kumarasamy,

Thanks for these useful info links.

Regards,

Theary