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

how to debug sapmv45a

Former Member
0 Likes
1,250

HI abaper,

the issue is when sale order created, in item view under pant(werks) tab plant name showing different plant and its not coming what i want.

how to find where the plant is coming , m not able to debegg sapmv45a as i want by breakpoints....please suggest me.

HI abaper,

the issue is when sale order created, in item view under pant(werks) tab plant name showing different plant and its not coming what i want.

how to find where the plant is coming , m not able to debegg sapmv45a as i want by breakpoints....please suggest me.

3 REPLIES 3
Read only

FredericGirod
Active Contributor
0 Likes
1,081

Hi,

if you want to check the update part, you need to activate the Update debugging mode. That will open a new window

regards

Fred

Read only

0 Likes
1,081

how can we know , whether it is update part, i didnt see any update task in function module calling

Read only

0 Likes
1,081

Hi Balaji,

Please check in Sales Order User exit (SAPMV45AFZZ) if plant in getting changed from there.

You can check Plant value by putting breakpoint on Form 'userexit_save_document' of user exit.

if still you get correct plant, You can check it by update debugging activation.

Rg,

Deeps