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: 

Sales order item level modify

sriram_sjayaprakash
Discoverer
0 Kudos

I am changing the quantity in the line item of the sales order and whenever I hit enter(in line item), need to display a pop up. But when I make changes in the header and if I hit on enter, the pop up should not come. So how to find out the changes made in header and line item.

1 REPLY 1

Former Member
0 Kudos

Hi,

Find out the BADI / Exit which gets processed at Item level and write your logic here.

Also you can use work area which standard uses to check the old and new values to find out the change at item level.

Regards,

VS