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

tcode

Former Member
0 Likes
393

Hi i am doing an user exit which should trigger only for transactions va01 va02 va21 and va22. initially i was ensuring checking sy-tcode but now my client has asked me not to use t-code and use t180-trtyp. the trtyp value is H and V for the transactions that i am using but these values are there for other transactions also.can u plss tell me how i can ensure useing t180-trtyp that my exit fires only for the above said 4 transactins onlyyy!1

THANX IN ADVANCE!!!

1 REPLY 1
Read only

Former Member
0 Likes
357

Hi

T180 tables has the field TCODE also along with TRTYP

pass the Tcodes VA01,VA02,VA21 and VA22 and take the value of TRTYP (H means creation else others like change/modify) and use it.

This helps you

Reward points if useful

Regards

Anji