2007 May 02 1:03 PM
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!!!
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
2007 May 02 1:08 PM
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
| User | Count |
|---|---|
| 6 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |