Application Development 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: 

ME21N - VETVG

Former Member
0 Kudos

Hi. When I create a Purchase Order by ME21N, table VETVG is updated. I need to find the point (BADI, EXIT) where this table is updated by ME21N transaction. Thanks.

1 ACCEPTED SOLUTION

martin_voros
Active Contributor
0 Kudos

Hi,

have a look at this [blog|/people/olga.dolinskaja/blog/2009/12/11/abap-runtime-analysis-se30--how-to-analyze-abap-program-flow]. It describes how to analyze program flow. Another, but slower, way is to use debugger to figure out where this table is updated.

Cheers

1 REPLY 1

martin_voros
Active Contributor
0 Kudos

Hi,

have a look at this [blog|/people/olga.dolinskaja/blog/2009/12/11/abap-runtime-analysis-se30--how-to-analyze-abap-program-flow]. It describes how to analyze program flow. Another, but slower, way is to use debugger to figure out where this table is updated.

Cheers