‎2009 Jan 23 4:36 AM
Dear experts,
I have seven reports objects.I am willling to club them into a single screen.
Selection parameters in these reports are more or less same.Little bit variation is there.
Is it possible that i club complete input parameters on single screen and present these parameters
to user and then call various transactions selected by radio buttons on basis of what user give in these selection parameters. Is there something of that sort in call transaction or SUBMIT.
I could see help but could not conclude how ?
Thanx in advance.
‎2009 Jan 23 4:43 AM
Hi
You can use Call Transaction for each report using:
CALL TRANSACTION tcod [AND SKIP FIRST SCREEN] [USING itab].
At the end of the Call, it returns to calling program and proceeds to next stmt.
Also if you want to use Submit:
[Submit|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/db9dd035c111d1829f0000e829fbfe/content.htm]
Also check out the code at: [Filling the Selection Screen of a Called Program|http://help.sap.com/saphelp_nw04/helpdata/EN/9f/dba51a35c111d1829f0000e829fbfe/content.htm]
Hope this helps
Regards,
Jayanthi.K
‎2009 Jan 23 8:06 AM
Hi,
what would be the deciding parameter as to which transaction is to be called ...radiobuttons???
as you said Selection-Parameters are almost same.
so you can make use of Call Transaction,see F1 help on Call Transaction.
Regards,
Neha