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: 

How to Enhance user form(USEREXIT_SAVE_DOCUMENT_PREPARE) in MV45AFZZ

Former Member
0 Kudos
297

Hi,Guys,

I need enhance the the user form USEREXIT_SAVE_DOCUMENT_PREPARE in MV45AFZZ, but I don't know use which T-Code to write ABAP code,Can anyone describe the detail step to do it?

Thanks.

Donald Lo

1 ACCEPTED SOLUTION

Former Member
0 Kudos
101

Hi Donald Lo ,

MV45AFZZ is the include of standard program SAPMB45 for sales order creation i.e . VA01and USEREXIT_SAVE_DOCUMENT_PREPARE is the rutin of the include program. It is known as User Exit.

If u want to do the coding in this rutin for first time u need acssee key,

If some body is alrady used any user exit earler than it wont ask access key.

So just open program and go into the include and find USEREXIT_SAVE_DOCUMENT_PREPARE

and directly go into change mode and insert your include program in this rutin.

Reward points if useful.

--Amit.

2 REPLIES 2

Former Member
0 Kudos
101

Hi Donald Lo ,

MV45AFZZ is the include of standard program SAPMB45 for sales order creation i.e . VA01and USEREXIT_SAVE_DOCUMENT_PREPARE is the rutin of the include program. It is known as User Exit.

If u want to do the coding in this rutin for first time u need acssee key,

If some body is alrady used any user exit earler than it wont ask access key.

So just open program and go into the include and find USEREXIT_SAVE_DOCUMENT_PREPARE

and directly go into change mode and insert your include program in this rutin.

Reward points if useful.

--Amit.

Former Member
0 Kudos
102

Hi Donald Lo ,

MV45AFZZ is the include of standard program SAPMB45 for sales order creation i.e . VA01and USEREXIT_SAVE_DOCUMENT_PREPARE is the rutin of the include program. It is known as User Exit.

If u want to do the coding in this rutin for first time u need acssee key,

If some body is alrady used any user exit earler than it wont ask access key.

So just open program and go into the include and find USEREXIT_SAVE_DOCUMENT_PREPARE

and directly go into change mode and insert your include program in this rutin.

Reward points if useful.

--Amit.