cancel
Showing results for 
Search instead for 
Did you mean: 

VD05 blocking/unblocking customer

Former Member
0 Kudos

Hi all

I have customers, say C1, in different sales organization, say S1 and S2.

I know with trx VD05 how to block customer for a specific sales organization or for all sales organizations

My requirement is

- user U1 can block customer C1 in all sale organizations (S1, S2)

- user U2 can block cuastomer C1 only in sale organization S1

Any idea on how get that result?

Stefano

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Stefano,

Restriction of Access is only possible at the transaction code level i.e. you can block a user from accessing transaction code VD05, but is not possible to restrict someone for any particular sales organisation........when all the sales organisations are maintained under one client.

Hope it helps

Reward if helps

Regards

Former Member
0 Kudos

Hi all

after some search and tests found the solution so the problem is solved.

The solution is

In customizing (trx SPRO) do

Preparations for Changing Customer Master Records

- define a new field group

- allocate the following master record fields to the just defined group

KNA1-AUFSD (order)

KNA1-LIFSD (delivery)

KNA1-FAKSD (invoice)

KNA1-CASSD (support)

In user role management

for user that are allowed only to a particular sale organization check

existing profile against authorization object F_KNA1_AEN

and exclude the group created

Txs all

Former Member
0 Kudos

Hi Stefano,

I think that customer block for both S1 and S2 sales organisations.

Chandu