‎2008 Jul 03 3:25 AM
dear all,
i've query that how to call a standard report program into our zprogram and how to download a file just like what we normally download from net..
thanks in advance,
with regards,
Ajay kumar k,
9908979994.
‎2008 Jul 03 10:41 AM
Hi,
Here are the answers for your questions.
1. Calling another Program
Ans: You can use SUBMIT and SUBMIT AND RETURN
statements to call another report program from the current
program.
2. Downloading a File from Application Server
Ans: TCode: CG3Y
Hope it helps you.
Murthy
‎2008 Jul 03 3:30 AM
hi,
Use SUBMIT statement to do the same ..
http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/submit.htm
‎2008 Jul 03 5:19 AM
To call std program
SUBMIT rep.
SUBMIT (name).
SUBMIT using parameter
ex:
SUBMIT PROG
USING SELECTION-SET 'VARIANT1'
WITH ARBGB CP 'A*'
WITH SELECTION-TABLE SELTAB
AND RETURN.
thanks
sowmya
‎2008 Jul 03 10:41 AM
Hi,
Here are the answers for your questions.
1. Calling another Program
Ans: You can use SUBMIT and SUBMIT AND RETURN
statements to call another report program from the current
program.
2. Downloading a File from Application Server
Ans: TCode: CG3Y
Hope it helps you.
Murthy