‎2008 Jun 04 2:17 PM
Dear Guru's
I need to add one row in Set Leaf Table and from there data will capture to (ABAP) Z program. I don't know how the data will be updated in Set Leaf Table.
Could you please help us.
Regards
G.Veerraju
‎2008 Jun 04 6:33 PM
Hi,
just as a suggestion:
1.- do a recording to transaction GS01 IN order to create the set (GS02 if you want to update)
2.- once the data is updated use fm G_SET_GET_ALL_VALUES to retreive the data.
One useful blog about sets is:
/people/pavan.p/blog/2007/01/12/understanding-sets-in-sap-r3
Best regards.