cancel
Showing results for 
Search instead for 
Did you mean: 

Problem about a "hello world" mobile application for laptop

former_member336373
Participant
0 Kudos
97

Hi Guys,

I just followed the tutorial to build a hello world mobile application for laptop.

What I did in backend: create one data object (myorder) in backend, create bapi wrappers (get_list, get_detail) and assign the wrapper adapter.

What I did in client: create mobile application for laptop, there's only a view to display the order list. In the node supply fundion, I get the collection from model.getXXXX(); and bind it to the node.

My problem now is, the backend end database has 2 rows, but I already got nothing when I run the application after sync with backend.

Anyone could help me on this? thanks so much.

Irene

View Entire Topic
Former Member
0 Kudos

You might find this thread useful: []

Anyway,

1. Do you see data in the CDS? (you can forward navigate to the CDS in transaction SDOE_WB in your Mobile 7.1 system, by opening the relevant Data Object node)

2. Did you create, enable, and register your device?

3. Is the DMSWCV operational (check in the Device Administration page)?

4. Was data sent to the device outbound queue? Or are there pending extracts? (Again device admin page)

former_member336373
Participant
0 Kudos

Hi Arjun,

Thanks for your reply.

1. In sdoe_wb, I can open the data object to see the nodes, adapters, but I don't know how to check the data. What is CDS?

2. I have already create, enable and registered my device.

3. I don't know how to check DMSWCV? could you please let me know how to do?

4. Same as 3, I don't know and haven't checked that.

Needs your help. Thanks so much.

BR, Irene