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

Error while executing program in background

Former Member
0 Likes
1,411

We have a program to upload data to the presentation server in the xml file format.

It is working fine in foreground.But whenever we are trying to execute it in the background it gives error:

'Error in control framework'.

3 REPLIES 3
Read only

Former Member
0 Likes
445

Prem,

What exactly are you trying to do in the program?

If the program is being executed in the background, you will not be able to do upload the data to presentation server?

regards,

Ravi

Read only

Former Member
0 Likes
445

Prem,

Looking at the error that you have shown, looks like its a different error. Is there a control/GRID that is being used in the program.

If you are using a CUSTOM CONTAINER and a GRID to display the data, whenever you executing the program, you should not create the container. Something like this ..

if cl_gui_alv_grid=>offline( ) is initial.

create object CUSTOM_CONTAINER

exporting container_name = CUSTOM_CONTROL

endif.

Regards,

Ravi

note : Please reward the helpful posts.

Read only

Former Member
0 Likes
445

Hi Prem,

As far as I know it is not possible to upload/download data files in a Background job to the Presentation Server.

For more info:

Regards,

Anjali