Skip to Content
0
Former Member
Sep 13, 2007 at 02:36 PM

Loop --> Select, for all entries, HOW TO ?

1968 Views

Hi,

I have followoing code.

LOOP AT table ASSIGNING TO lt_all_roles_all_objects.

ENDSELECT.

ENDLOOP.

How to tune this? I don´t understand how and where to use the for all entries command.

And what will happen with my append?

Can somebody explain me?

Thanks 😉