cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to limit a group of customers to create a kind of order

Former Member
0 Kudos

Hi,

I went to divide our customer into tow groups, one group can create sales order with a kind of order type,and another group can create sales order with other type? in other words,I don't want a group of customers create a special type of sales order.Is it possible?

Thanks.

Regards

lance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

You can block a sales order for a sales area. Now you are grouping your customers in two groups regardless of sales areas i believe. If not, you can do it by blocking the order type for that sales area.

But if you are grouping your cust regardless of sales area, then i think you will have to look for a user exit at create order(va01) and check for the relevant group(from the cust master)when u enter the customer. if it satisfies the condition then allow to proceed otherwise prohibit from further processing giving the relevant error msg saying" Customers with group say X cannot be used for order type say OR"

Thanks

Vishal

Former Member
0 Kudos

Dear Vishal,

I have got the solutions, I can maintain customer code in vb01and it use the Exclusion function.It is just what I want,thanks any way.

Regards

Lance

Former Member
0 Kudos

Lance,

VB01 is for listing and exclusion..which is related to customer and what products can or cannot be sold to him. But your requirement is to block the order types. In VB01 there is no such feasibility.

Anyways if it has solved your probelm nothing like it...cheers

Vishal

Former Member
0 Kudos

Hi,

Listing & Exclusion should work, you will have to create a new access table with Order type and Customer group or some other fields which identify the Customer belongs to which group.

Regards,

Murali

Answers (0)