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

Calling report using parameters

Former Member
0 Likes
443

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.

2 REPLIES 2
Read only

Former Member
0 Likes
395

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

Read only

Former Member
0 Likes
395

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