cancel
Showing results for 
Search instead for 
Did you mean: 

Default customer in sales order

Former Member
0 Kudos

Dear friends

In my sales order, in customer number field customer number say 400000XX coming default. I want that field blank while creating new sales order.

how i do this. Please help

Regards

Inder

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Inder,

Go to transaction CMOD.

Enter project name and select the button Create

we want to create a project to enahance trasnaction VA01 .

- Create a project called ZVA01

- Choose the Enhancement assign radio button and press the Change button

In the first column enter V45A0002 Predefine sold-to party in sales document.

Note that an enhancement can only be used in 1 project. If the enhancement is already in use, and error message will be displayed

Press Save Press Components. You can now see that enhancement uses user exit EXIT_SAPMV45A_002. Double click on the exit.

Now the function module is displayed. Double click on include ZXVVAU04 in the function module

Insert the following code into the include: E_KUNNR = '400000XX'.

Activate the include program. Go back to CMOD and activate the project.

Goto transaction VA01 and craete a salesorder.

Note that Sold-to-party now automatically is "400000XX"

Reward points pls.

Regards,

Govind.

Answers (3)

Answers (3)

Manoj_Mahajan78
Active Contributor
0 Kudos

Inder,

1)Check from ur ABAPer whether you have used user exit MV45AA user exit..

2)In customer master of this default SP deactivate default tick..

REWARD IF this helps...

Regds

MM

Former Member
0 Kudos

Hi

thats bcoz of userexit. your system has the userexit V45A0002 default sold to party.

Deactivate the userexit V45A0002.

Ask your ABABer to help you out to Deactivate the Userexit

Reward if helpfull

Muthupandiyan

Former Member
0 Kudos

hi

because of an user exit the default number is coming

check out if any user exits are there and also check for screen variants

regards