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

Transaction code user exit - SAPLSMTR_NAVIGATION

Former Member
0 Likes
6,621

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

1 ACCEPTED SOLUTION
Read only

rajkumarnarasimman
Active Contributor
0 Likes
3,534

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

1 REPLY 1
Read only

rajkumarnarasimman
Active Contributor
0 Likes
3,535

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