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

call another program in a program

Former Member
0 Likes
730

Hi friends,

In my program i have push button when i press that it should go to tcode'cje0' and there is parameter which is a report where we ennter the report name in that transation. I should fill that with rep name "112SAPKL", Than it should display the final screen.All the things should be done in the main program itself. When i press push button final should display.

Rewarded if useful.

Advance thanks

siva kumar.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
702

Hi

Use SUBMIT to call the report

If you know the transaction code then use CALL transaction

Regards

Shiva

6 REPLIES 6
Read only

Former Member
0 Likes
702

I forgot to say the parameter id of the parameter report in transaction 'cje0' is "REI'.

Thank You

Read only

Former Member
0 Likes
702

Hi Siva,

Use SET PARAMETER...

And CALL TRANSACTION for your requirement.

Regards,

Atish

Read only

0 Likes
702

I have given full details , i need code if possible.

Thank you

Read only

0 Likes
702

Hi Siva,

You first write some code, then we can suggest what is wrong in that.

Regards,

Atish

Read only

Former Member
0 Likes
703

Hi

Use SUBMIT to call the report

If you know the transaction code then use CALL transaction

Regards

Shiva

Read only

Former Member
0 Likes
702

Hi,

Check the following link:

http://www.sap-img.com/abap/how-to-call-one-report-to-another.htm

Regards,

Bhaskar