cancel
Showing results for 
Search instead for 
Did you mean: 

Context binding

Former Member
0 Kudos

Hello everybody.

I've got 3 RFCs functions:

- CreateItem

- SearchItem

- EditItem

When I execute the search function, it populates a NodeElement with de searched value.

It works fine...

I just wanna know if there is any way to copy the node values to the EditItem context node ( that has the same structure ). I cannot just bind the elements cause it throws me a ClassCastException ( of corse )...

Tks for everybody

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Alexandre,

you could use the WebDynpro API class WDCopyService to achieve this. Please have a look at the corresponding API documentation for more info.

Hope that helps.

Regards

Stefan

Former Member
0 Kudos

Tks for the help!

Answers (0)