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: 

background process?

Former Member
0 Kudos
65

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

andreas_mann3
Active Contributor
0 Kudos
48

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

andreas_mann3
Active Contributor
0 Kudos
49

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

0 Kudos
48

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.