2015 Feb 18 9:08 AM
Hi,
I have a requirement that "some transactions" for "some users" should be redirected elsewhere...
Eg: ( This will be a Z-table )
VA03 --> ZVA03 for user BL998
VA05 --> ZVA05 for user BL991
So if user enter VA03 in TCODE field then transaction ZVA03 should be started.
I need a user exit or something in SAPLSMTR_NAVIGATION, but I can't find anything proper here...
Any pointers ?
Br, Martin
2015 Feb 18 2:10 PM
Hi Martin,
All T-codes are checked for authorization for the appropriate user. Place the break point as shown below. And change the OBJECT_NAME value, it will navigate to the new T-code instead of the T-code given in Command field.
The problem is the program comes under SESS Package, no Exit/Badi available also implicit enhancement not possible here .. I tried here, if you found some other option, share the same.
Using Object key, we can change the value for variable OBJECT_NAME, but it is not recommendable.
I hope it is better to convenience the client to use the ztransaction by blocking the standard one using authorization concept for the appropriate user.
Regards
Rajkumar Narasimman
2015 Feb 18 2:10 PM
Hi Martin,
All T-codes are checked for authorization for the appropriate user. Place the break point as shown below. And change the OBJECT_NAME value, it will navigate to the new T-code instead of the T-code given in Command field.
The problem is the program comes under SESS Package, no Exit/Badi available also implicit enhancement not possible here .. I tried here, if you found some other option, share the same.
Using Object key, we can change the value for variable OBJECT_NAME, but it is not recommendable.
I hope it is better to convenience the client to use the ztransaction by blocking the standard one using authorization concept for the appropriate user.
Regards
Rajkumar Narasimman