Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding a row in Set Leaf Table

Former Member
0 Likes
869

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

1 REPLY 1
Read only

former_member182371
Active Contributor
0 Likes
572

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.