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: 

report program background job

navin_khedikar2
Contributor
0 Kudos
87

Hai

If I am submitted to 4-linked report program to background job. If 2 reports fails, what happen the result?

1. 3 and 4 report programs are executed or not

2. it give the 1 report program result or not

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos
60

-job is stopped.

-following steps are not executed

-list of successful steps are available

A.

3 REPLIES 3

andreas_mann3
Active Contributor
0 Kudos
61

-job is stopped.

-following steps are not executed

-list of successful steps are available

A.

Former Member
0 Kudos
60

Hi,

System wil trigger on After Another, There is no link between One another,

So the 3 rd and 4 th will excute fine only.

ashok_kumar24
Contributor
0 Kudos
60

hi Navin,

Check the following documentation

Detect if a report is submitted in backgorund

>In the start-of-slection event of a report, I would like to detect if the

>report

>is submitted as a background job.

>Is it possible ?

Yes, it is possible to determine at run-time wether a report is

submitted as a background job or not.

There is a system field for this purpose: SY-BATCH.

If this field is filled with 'X' the report was submitted in background,

if space the report was started in foreground.

Good Luck and thanks

AK