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

Problem regarding module pool free container

Former Member
0 Likes
526

Hi gurus,

           My problem is that I am calling customised wizard

in which there is a standard find button inside container. My problem is that when I click on find button Module free container is called and all data is refreshed.

So I get blank screen. I have to call that same wizard five times with same container and when I have to call that again Free container is not called.

What to do? If I comment free container module then , next time when I call wizard container will not be refreshed and it contain previous value.

Need Help.

I am attaching my code.

  process after input.


  module wz_user_command_wizard.
* user defined modules


  module usr_check_consistency_0300.
*  start of change by to free container of the wizard


    module free_container.
* end of change

And module free contains free method to free container contents.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

When control completes it PAI then free or clear

1 REPLY 1
Read only

Former Member
0 Likes
395

When control completes it PAI then free or clear