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

background process?

Former Member
0 Likes
398

Hi guru's

I want to call four standard transactions(Reports) through custom transaction in background mode and i want to display data in excel sheet. please send any suggestions to me and code as well if u have.

Thanks and regards,

pavan.

1 ACCEPTED SOLUTION
Read only

andreas_mann3
Active Contributor
0 Likes
381

hello,

1) use fm's JOB_OPEN / JOB_CLOSE and abap command SUBMIT

2) create a csv file with abap command TRANSFER

A.

Message was edited by:

Andreas Mann

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
382

hello,

1) use fm's JOB_OPEN / JOB_CLOSE and abap command SUBMIT

2) create a csv file with abap command TRANSFER

A.

Message was edited by:

Andreas Mann

Read only

0 Likes
381

hi Anreas,

i have used JOB_OPEN/ SUBMIT /JOB_CLOSE to run program in background process but i am unable to download the data in EXCEL sheet can u send the code if u have please.

Thanks and Regards,

pavan.