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

how to call a standard program into our program

Former Member
0 Likes
552

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.

1 ACCEPTED SOLUTION
Read only

former_member787646
Contributor
0 Likes
525

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

3 REPLIES 3
Read only

Former Member
0 Likes
525

hi,

Use SUBMIT statement to do the same ..

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/submit.htm

Read only

Former Member
0 Likes
525

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

Read only

former_member787646
Contributor
0 Likes
526

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