cancel
Showing results for 
Search instead for 
Did you mean: 

wdCopyService in WebDynpro ABAP

former_member185029
Active Contributor
0 Kudos

Hi,

I need a similar function in WDP ABAP like wdCopyService provided in java .

Is there any standard class available?

-Ashutosh

Accepted Solutions (0)

Answers (1)

Answers (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

It might help to describe what wdCopyService does in WD Java or what exactly you are trying to acomplish in Web Dynpro ABAP.

former_member185029
Active Contributor
0 Kudos

Hi,

Using wdCopyService you can copy values from one node to other node.

This helps when both the nodes have similar context elements.

-Ashutosh

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I don't believe there is an API for that, but then again using the context code wizards it isn't too difficult to generate the code. I used the Read (As Table Operation) wizard and then the Set (As Table Operation). This read all the data out of the first context node into an ABAP internal table and then did a Bind from that internal table to the second node.