‎2009 Aug 03 1:17 PM
Hi All,
I am getting dump at following line of code(marked by arrow). This program is being executed in background.
Please provide any pointer to why the program is giving dump. Please let me know if any more info is required.
DATA : cl_event_handler_main TYPE REF TO lcl_event_handler.
---> CREATE OBJECT cl_container_main
EXPORTING
container_name = c_container_name_main.
Thanks,
Luv
‎2009 Aug 03 1:26 PM
Hi ,
Have you checked dump analysis ST22 ? Please check , it might give you some idea about the problem.
‎2009 Aug 03 1:29 PM
HI,
The container object cannot be created in background.
You cannot process a screen in background if it has any container.
You need to bypass the create object statement in backgground else it will lead to dump.
Regards,
Ankur Parab