Hi All,
I have a issue with batch processing.
The words in <b>FD</b> are as below:
<b>The program <b>REPORT2</b> will need to be modified to process in batch, which will require the <b>sy-batch</b> be checked and if this is a batch job then email the table data to specific users.</b>
What does the statement <b>REPORT2 will need to be modified to process in batch</b> meant for.
What i need to do to make it batch.
Once i make it batch i need to check <b>sy-batch</b> in program if it is <b>'X'</b> i will send email.
Also i am submitting above report <b>REPORT2</b> from <b>REPORT1</b> as below:
<b> SUBMIT REPORT2 VIA SELECTION-SCREEN
WITH SELECTION-TABLE RSPAR.</b>
While doing this i need to perform above task.
Can anybody give solution for the same!
Thanks in advance.
Thanks,
Deep.