cancel
Showing results for 
Search instead for 
Did you mean: 

Child nodes

Former Member
0 Kudos

Hi guys.

I am developing an application for hand helds with Web Dynpro Java/Netweaver Mobile 7.1. I have a bapi that have header and positions for creating sales orders, (UPLOAD) looking like this:

*" IMPORTING

*" VALUE(SO) TYPE ZSFA_SO

*" TABLES

*" ACTIVITY STRUCTURE ZSFA_ACTIVITY

*" ITEMS STRUCTURE ZSFA_SO_ITEMS

*" RETURN STRUCTURE BAPIRET2

I created this DO using the BAPI WRAPPER wizard resulting in something like this:

SO (ROOT NOTE)

ACTIVITY (CHILD NODE1)

ITEMS (CHILD NODE2)

where SO is the header.

Then I import the DO into a Mobile Service Component and create a service and a query for it.

I then go to the mobile UI component and follow all the steps to get the data object into my component controller context node.

Here I am not able to see the activity and items nodes (child nodes for "SO")

When I go back to the Mobile Service Component, I am able to see the root node with its child nodes (Data Object), but then I review the query (operation) and all I can choose as output is one single node, I have chosen the root node.

What I am missing?. How can I populate the root node and its child nodes to the Mobile UI Component?

Thank you for your help.

David.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You need to add the dependency between service component & UI component to be able to see the details in UI component.

Regards,

Lakshmi