cancel
Showing results for 
Search instead for 
Did you mean: 

Custom development xcode

Former Member
0 Kudos

Hi All.,

I have a query.

How can we update the backend database by taking input from the mobile device, i.e., After successful login , I want to insert an integer data into the database through the MBO. I have the integer attribute defined in the MBO and As far as I know., we can create an instance(object of that corresponding MBO ) of MBO in the custom code and update the member data, and that has to be reflected in the database,

Correct me if I am wrong !!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

To add more detail,

All I want to do is insert new data into the database/ SAP end system making use of the front end application.

Can we make use of Personalization keys to take input from the user and then update it in the backend. ?

And how can we access that Personalization key in the code ?

Former Member
0 Kudos

Hi Kiran

You have to use Personalization Keys to send data back to the EIS.

To use personalization keys you will have to create one and attach it to the attribute that takes in the new data.

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.pubs.docset-SUP-1.5.5/doc/h...

or go to SUP 2.0 documentation

http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc00838.0200/doc/html/title...

or this document explains PK's for Blackberry have a look

http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01215.0155/doc/pdf/sup_devref_blackb...

on page 54.

Thanks

Pradeep

Former Member
0 Kudos

Thanks for the response, Thats what I was looking for..,

I wanted to know.., how we can set new data in the EIS rather than just populating the existing data by using the synchronization keys.