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

obsolete transaction

Former Member
934

how will we get the details of obsolete transaction codes.

me21 is obsolete transaction and inplace of that me21n is used,how can we able to know which is obsolete transaction

how will we get the details of obsolete transaction codes.

me21 is obsolete transaction and inplace of that me21n is used,how can we able to know which is obsolete transaction

1 REPLY 1
Read only

RichHeilman
Developer Advocate
Developer Advocate
601

Good question. And I don't have a solid answer on it other than, the transaction may tell you that it is obselete. For example, in my 46c system, if you run transaction code VT03, you will get a message at the start that says that VT03 is old. Most, if not all enjoy transactions are re-designed transactions, example,

<b>Old     Enjoy</b>

ME21    ME21N
ME22    ME22N
ME23    ME23N
VL01    VL01N
VL02    VL02N
VT02    VT02N
VT03    VT03N

Regards,

Rich Heilman