2012 Jun 08 5:26 AM
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.
2012 Jun 08 5:32 AM
2012 Jun 08 5:32 AM