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: 

User Exit for MIRO

Former Member
0 Kudos

I want to save value of purchase order no. at XREF field of BKPF Table (Header level). When i post document in transaction 'MIRO', accounting document number will generate in the end. my requirement is user exit which can update XREF field by PO no. of BKPF Table after posting the document in 'MIRO'. i already know about 10 user exits which executes before posting a document and my requirement of user exit which execute after posting a document.

This will get accounting document no. and from that i can get PO number y using user exit.

Regards,

Shahzad M Sami

1 REPLY 1

Former Member
0 Kudos

Shahzad

Check for BADI "ACC_DOCUMENT".... It is filter dependent... so put appropriate filter once you create the Implementation...

Thanks

Amol Lohade