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

Lock transaction access through different source

Former Member
0 Likes
483

Hi All,

We have 4 z reports which are used in crm to update BP Master data . Now business is accessing these reports through SAP GUI . We have a requirement where all these 4 z reports should be accessible only through a webdynpro application . If any user is accessing the Z reports through SAP GUI it should post message that access the report through webdynpro application.

I thought of locking these transaction through SM01 and provide access only through webdynpro. But not sure whether to make changes at security profile or change coding in existing z reports.

Kindly provide your input and I will award points.

kitcha

2 REPLIES 2
Read only

franois_henrotte
Active Contributor
0 Likes
416

call standard function module GUI_IS_ITS

if GUI is hosted in a web browser then the return parameter will have value 'X'

Read only

Former Member
0 Likes
416

Hi Kitcha ,

Please refer the below mentioned Link. In that they are Checking whether the Webdynpro called from SAP GUI or not. Please check whether you can utilize for your case.