‎2010 Mar 26 2:22 AM
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
‎2010 Apr 01 12:50 PM
call standard function module GUI_IS_ITS
if GUI is hosted in a web browser then the return parameter will have value 'X'
‎2010 Apr 01 1:17 PM