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

Retrieve table column data in ALV

Former Member
0 Likes
768

How to loop through the table column to return all the column data in ALV?

How to loop through the table column to return all the column data in ALV?

4 REPLIES 4
Read only

kiran_k8
Active Contributor
0 Likes
747

Cheryl,

If I am not wrong you want to get back the edited columns data back into the internal table.Then,after editing if you press enter the edited content will automatically get saved in your internal table which you can use for further process.

Read only

Former Member
0 Likes
747

I want to loop through the column and retrieve the data in ALV for validations.

Read only

kiran_k8
Active Contributor
0 Likes
747

Cheryl,

Thinking that you want to loop through the internal table which consists of edited content from the ALV,then you can sort ther internal table and then read the internal table to retrieve the data.

K.Kiran.

Read only

Former Member
0 Likes
747

Can provide codes for example?