‎2008 Jun 09 7:32 AM
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
‎2008 Jun 09 7:36 AM
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.
‎2008 Jun 09 7:36 AM
Hi,
Its enough with the submit and return.For any data transfers between two programs use ABAP memory.
Regards,
Shafi
‎2008 Jun 09 7:45 AM