cancel
Showing results for 
Search instead for 
Did you mean: 

data transter from one node to another?

Former Member
0 Kudos

HI,

I am having one context node having 5 fields and other node having the same 5 fields + 1 field in the begining having boolean type.

i am feeling up first context node from bapi .

second context node is binded to table on layout.

if i want to transfer data from first node to second node how its possible?

it means should i need to read 5 attributes one by one and set to second node attributes

or

i can directly bind structure of 1st to 2nd even its having one attribute extra?

Thanks,

saurin shah

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

by self

Former Member
0 Kudos

Hi,

you can directly map the first node to second node though you have 6 attributes in the second context node it is not a problem to map the nodes.

But you should have same names in the both the nodes.

vivekananthan_sellavel
Active Participant
0 Kudos

hi ;

ya it is possible when attribute name same.