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: 

Need to schedule a report in background from an user exit

Former Member
0 Kudos

Hi Experts,

I have a requirement to execute a report in background from an <b>user exit</b>. Please advise.

Thanks in advance,

Vivenchandar R

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Use the <b>submit</b> statement.

For example

SUBMIT zipr_trans_details "VIA SELECTION-SCREEN

WITH so_trdt IN lr_tr_period

WITH so_empno IN lr_emp

AND RETURN.

Where <b>zipr_trans_details</b> is the report name.

Message was edited by:

Naren Someneni

1 REPLY 1

Former Member
0 Kudos

Use the <b>submit</b> statement.

For example

SUBMIT zipr_trans_details "VIA SELECTION-SCREEN

WITH so_trdt IN lr_tr_period

WITH so_empno IN lr_emp

AND RETURN.

Where <b>zipr_trans_details</b> is the report name.

Message was edited by:

Naren Someneni