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 program

Former Member
0 Likes
687

hi

i am having 8 reports such as zc1 , zc2 ,zc3.......zc8

i am having zcm as main program

in my main program i need to design selection screen

which contain radio buttonszc1, zc2 .......zc8

if we select zc1 it must execute zc1 report and if we select zc2 it must execute zc2

so how can do this

i did with submit program

if any other ways i need to know

can anyone help with sample code

regards

sachin

3 REPLIES 3
Read only

Former Member
0 Likes
626

hi there....

first include all the radio buttons in one radio button group....

now for the reports that u want to call, create transactions .... to create a transaction, go to SE93 and create it for the 8 programs....

in the mail program, simply call transaction 'Transaction name' when a perticular radio button is selected which can be checked using if else statements.

do reward if helpful or get back with further queries.

Read only

Former Member
0 Likes
626

Hi,

Its enough with the submit and return.For any data transfers between two programs use ABAP memory.

Regards,

Shafi

Read only

0 Likes
626

thanks for the valuble suggestions

regards

sachin