Skip to Content
0
Former Member
Nov 29, 2007 at 11:34 AM

Creating Nodes dynamically..

18 Views

Hello All,

I have a business requirement that the data returned from a BAPI has to be split into sub-sets, and then displayed in seperate tables. I have identified a way to create the tables dynamically.

How do we create Context nodes on the fly (dynamically)? The requirement is that if the BAPI is returning 5 records, then I have to create 5 context nodes. Each of the node then can be attached to a table and displayed. The newly created 5 context nodes should have the same structure as the BAPI output (so that we can get a one-to-one mapping).

Thanks in advance,

PKS