cancel
Showing results for 
Search instead for 
Did you mean: 

How to call GUI Transaction Dynamically in Fiori Launchpad

Phani_Kumar
Participant
0 Kudos

Hello,

I have a report/transaction with one parameter as input and I have configured this transaction as Tile in S/4 System and I am able to see the tile and It is working Fine. But When I pass any value in the parameter(possible values will be list of RFC Connections) .

If I didn't give any value , so , the program is opening XYZ Transaction in the same system. -- > OK

But If I give any value in the input parameter say any destination , then program has to open the same XYZ transaction in the destination based on the input parameter, but it is not working and I am getting exception 3 in this case.

I have used FM - ABAP4_CALL_TRANSACTION inside the report.

any idea how to make it work?

Accepted Solutions (0)

Answers (2)

Answers (2)

Phani_Kumar
Participant
0 Kudos

Hello hm.hofman ,

Can you please elaborate a little bit.

I have created transaction ZABC for Program ZABC . It has a parameter in its selection screen. When I launch the tile in Fiori Launchpad, I am able to see this report's selection screen. So far so good.

Now, What ever value i gave in this parameter , I wanted to open another transaction ZXY in the destination system(Parameter that was given as input). It is a little dynamical.

In the Fiori Launchpad , as soon as I gave some Destination , I should see ZXY in that Destination system. Please help

former_member218251
Active Participant
0 Kudos

Create a custom transaction including the parameter and call that from the Launchpad.