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

Clearing the ALV fields

Former Member
0 Likes
400

Hi,

I have a requirement: when i remove a value from a custom field the values from the ALV fields should get cleared. The prob is the ALV is a standard and the screen fields belong to a structure. Please help me out.

Thanks.

Hi,

I have a requirement: when i remove a value from a custom field the values from the ALV fields should get cleared. The prob is the ALV is a standard and the screen fields belong to a structure. Please help me out.

Thanks.

2 REPLIES 2
Read only

Former Member
0 Likes
382

If you are having the records in Internal table then before starting the use refresh: itab.

Regards,

Rajneesh Gupta

Read only

Former Member
0 Likes
382

Hi,

after removing the value update internal table.

and then refresh alv.

Hope magis Works!

Regards,

Purvesh Patel.