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