Skip to Content
0
Former Member
Nov 18, 2008 at 08:51 PM

how to set a attribute value of a sub node binded to a table.. pls respond.

26 Views

Hi friends,

I have context defined like this.

Head_node ( table 1)

Item_node ( table 2, sub node ). ( now this im saving in global internal table).

so now when i hit save button, im passing my internal table (it has col1- sales order no, col2 item details(table type, which can have more than one record) to a FM, to create sales order.

My sales order is getting saved.

But the function module will return some new values (like sales order number, item number etc).

Now i want these values to be updated in my context.

Meaning whenever after that i do get_attribute, i should get these new (sales order no, item no ) also.

I dont know how to set the context values of sub nodes , so im missing these values.

kindly respond back to me..

thanks in advance,

Niraja