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 to link a sales order to an existing contract - MV45AFDB_VAPMA_SELECT

Former Member
0 Kudos

Dear Gurus,

I need to do a modification to the logic used in include

MV45AFDB_VAPMA_SELECT

Can someone tell me which enhancement point I can use?

This I would appreciate!

BR

Background:

I need to link a sales order to a contract only under specific circumstances.

2 REPLIES 2

VenkatRamesh_V
Active Contributor
0 Kudos

Hi Felix,

Try

Include MV45AFZZ .

FORM USEREXIT_MOVE_FIELD_TO_VBAP

Hope it helpful,

Regards,.

Venkat.V

Rodrigo-Giner
Active Contributor
0 Kudos

I don't get what you want to link with what.

If you need to save the sales order number that you created into another document. You should use MV45AFZZ FORM SAVE_DOCUMENT (this is executed once the sales order is created)

If you need to save the info of a contract that already exists in the moment in wich the sales order is being created, like the above post told you FORM USEREXIT_MOVE_FIELD_TO_VBAP.

Regards