2007 Oct 01 2:30 PM
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.
2007 Oct 02 7:38 AM
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
2007 Oct 02 7:38 AM
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
2007 Oct 02 7:49 AM
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.