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

Background scheduling

Former Member
0 Likes
360

Hi Gurus ,

i want know on which basis , we  will confirm a report program can be possible for background process.

and  can all  BAPI's  are suitable for background process.

  can any one help me out to know.?

Thanks

Divakar

1 REPLY 1
Read only

Former Member
0 Likes
330

Hi Divakar,

Any program can be scheduled in background. Basically all the programs which process huge data, lock tables for long time, consume memory for long time, affect online business process are scheduled in background.

Although, for a program to be able to run successfully in background it should have some specific points to be kept in mind while designing the program. For eg, pop up messages should be suppressed etc.

Regards,

DN.