Application Development 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: 

Problem with background execution - DYNPRO_NOT_FOUND

Former Member
0 Kudos

Hello All,

When I am executing a ALV report in foreground with a variant, the output is coming fine in a couple of seconds.

But when I am scheduling the same report with same variant in background - the job is taking long time and getting cancelled with the message that

<b>"ABAP/4 processor: DYNPRO_NOT_FOUND"</b> .

Could anyone please comment on why this is happening and how to avoid this.

Regards

Indrajit

1 REPLY 1

Former Member
0 Kudos

Hi,

Basically, ALV's can not be output in background as they depend upon DYNPRO processing - as the job is running in background it has no link to a front end and hence no DYNPRO's can be used.

The best thing to do is add an If statement into your program so that if it is running in background you simply output a classical report to the spool and if it is in foreground it produces the ALV.

Do a search of this forum for further information on this.

Gareth.