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

Dump while using statement 'Create Object' in background

Former Member
0 Likes
578

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

2 REPLIES 2
Read only

Former Member
0 Likes
495

Hi ,

Have you checked dump analysis ST22 ? Please check , it might give you some idea about the problem.

Read only

Former Member
0 Likes
495

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