Application Development 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: 

Check if a transaction is called from ITS

Former Member
0 Kudos

Hi Experts,

I have a requirement where I am creating a custom transaction which is supposed to be executed on a RF device. However, I wanted to call different screens based on where the transaction is called from. This is just so that business doesn't have to manage multiple transactions. Hence, say I have a t-code 'ZREPORT', I need to call a screen 200 when it runs from SAP GUI and screen 300 when its triggered via a web browser (using ITS templates). Is there a way I can determine where the transaction is called from?

Thanks!

1 ACCEPTED SOLUTION

Private_Member_7726
Active Contributor
0 Kudos

Hi,

Not a nice dependency to have, but it should be possible using FM ITS_PING.

cheers

Janis

1 REPLY 1

Private_Member_7726
Active Contributor
0 Kudos

Hi,

Not a nice dependency to have, but it should be possible using FM ITS_PING.

cheers

Janis