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

Purchase order

Former Member
0 Likes
425

hi everyone ,

i want to store the purchase order for particular plant .

when we save the data in the ME21N .at the time of purchase order creation . i want Generated purchase order no. should be

in ztable . to get this purchase order which user exit should i used .

regard ,

sandeep

  • point will be awarded for the specific answer.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
405

Hi,

You can refer this exit MM06E005.

Regards

Ajay

hi everyone ,

i want to store the purchase order for particular plant .

when we save the data in the ME21N .at the time of purchase order creation . i want Generated purchase order no. should be

in ztable . to get this purchase order which user exit should i used .

regard ,

sandeep

  • point will be awarded for the specific answer.

2 REPLIES 2
Read only

Former Member
0 Likes
406

Hi,

You can refer this exit MM06E005.

Regards

Ajay

Read only

Former Member
0 Likes
405

Hi Sandeep Patel,

When ever you are creating a purchase order by giving all the mandatory details then it asks you for a pop up to save that particular purchase document number. When u press save then your respective document number will be created.

So when u check the user exits that satisfies the requirement,

MM06E005 - Customer fields in purchasing document

So for this exit we are having a functional module exit

EXIT_SAPMM06E_006 in which you put a break point in it.

After that you save,check and activate it.

Then you create a purchase order then while saving when it triggers then the exit is the required one which suits the need.

By this we can test the user exits that would get triggered for our applications.

I hope this will be helpful for you.

Thanks,

swamy Kunche