cancel
Showing results for 
Search instead for 
Did you mean: 

mobile application do not send modified data back to backend

former_member336373
Participant
0 Kudos

Hi Guys,

I build a simple mobile application according to the tutorial.I can see the data in device (application) after sync.

The problem now is after I change the value in application's view and save(model.commit) then sync with DOE, the data doesn't really change in backend.

Anyone could help me on this?

BR, Irene

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If your MODIFY BAPIwrapper is correctly mapped, this could be because of a validation error of some sort. Or the inability to connect to the backend.

Open up the NetWeaver Mobile Administrator (NWMA), and open up 'Monitoring -> Message Monitoring'.

Select Advanced search and fill in your sender device.

You should see your UPDATE here. What has happened to it? Is it in error?

Another place to investigate is 'Monitoring -> Logs & Traces' in NWMA.

Former Member
0 Kudos

Hi Irene,

Can you please check whether you have created a Modify bapi wrapper in your backend along with getList and getDetail BAPI Wrappers.

Thanks & Regards

Shweta Soni