cancel
Showing results for 
Search instead for 
Did you mean: 

Sales office / Sales group

Former Member
0 Kudos

Dear All,

My requirement is system should take the sales office/group from customer master only, while creating orders, if user changes manually system should give error message saying wrong sales office.

Is there any standard customizing??? or which exit is best for this change.

Regards

Ramki

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

Try with using a transaction or screen variant in SHD0 t code and select the SALES GROUP and Sales Office as display only

Then the user cannot enter any data and the values will be flowing from CMR

regards

Prashanth

Shiva_Ram
Active Contributor
0 Kudos

You can use exit USEREXIT_SAVE_DOCUMENT_PREPARE in include MV45AFZZ to provide the error message.

Regards

Former Member
0 Kudos

If i do change on save, user might entered lot of data, which may lose,.

Is there any standard configaration to diasble (display) sales office/sales group in VA01 screen wher we enter order type/sales area and sales office/group??

Shiva_Ram
Active Contributor
0 Kudos

>

> If i do change on save, user might entered lot of data, which may lose,.

I dont understand what do you mean by this. You are going to check only the relevant fields and not all the fields that the user changes.

You can try with SHD0 (T.code for transaction/screen variant) to change the fields to display mode.

Regards,

Former Member
0 Kudos

If we change logic (error) in save document exit,user will not get message till he save order, by the time user must entered lot of data which will be lost.