Application Development 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: 

remove the contents of the table container in workflow

Former Member
0 Kudos

hi,

i want remove the contents of the table container in a method in workflow.

how can i doit. anyone pls send me the syntax.

after removing the old contents then i want to insert new values to that table.

Thanks

Sankar

3 REPLIES 3

vyende
Active Participant
0 Kudos

DATA: alv_container type ref to cl_gui_custom_container,

if not alv_container is initial.

call method alv_container->free.

clear: alv_container.

free : alv_container.

endif.

Former Member
0 Kudos

hi,

i want to refresh the container in workflow.

anyone pls tell me.

Thanksin advance.

sankar.

Former Member
0 Kudos

Hi'

Insert a container operation, that overwrites the content of the container with a blank.

Kind regards

Mikkel