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

report program background job

Former Member
0 Likes
518

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
Read only

andreas_mann3
Active Contributor
0 Likes
491

-job is stopped.

-following steps are not executed

-list of successful steps are available

A.

3 REPLIES 3
Read only

andreas_mann3
Active Contributor
0 Likes
492

-job is stopped.

-following steps are not executed

-list of successful steps are available

A.

Read only

Former Member
0 Likes
491

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.

Read only

ashok_kumar24
Contributor
0 Likes
491

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