cancel
Showing results for 
Search instead for 
Did you mean: 

outbound delivery creator

cathy_liang
Contributor
0 Kudos

Hi experts,

Any chances to define diferent users to create different delivery types or sales organizations? How to do? For e.g., user A to create delivery type ZA only or sales organization 1000, user B to create delivery type ZB only or sales organization 1001.

I tried using sales organizations or delivery types in PFCG but fail.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Can try this in test system always

create an own authorizationfield, for instance ZLFART,

with Dataelement LFART (descriptiontext=deliverytype) and insert this

field into Your object.

The other possibility would be to change the Dataelement for field

LFART directly, which would be a modification.

regards,

Ramana

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Thanks for your comments and points.

Basis consultants know more about how to create the authorization objects. Let them create and you can use the

objects as per my recommendation earlier

regards,

Ramana

cathy_liang
Contributor
0 Kudos

Hi Ramana,

Thanks again. How about Q1? In PFCG, there's a icon named "organizational levels...". I have specified sales org. 1000, and so on. However, the user against this role still can create delivery for sales org 1001. Why? Would you pls help me further?

Former Member
0 Kudos

Hi

check these authorization objects

shipping point (Object V_LIKP_VST)

Sales organization (Object V_VBAK_VKO)

And May be you can create your own authorization object. Then you have to

create your own authority check.

You can insert the authority check in the user exit MV50AFZ1.

Transaction VL02N/VL03N: USEREXIT_READ_DOCUMENT

Transaction VL01N/VL01NO/VL10*/VL04: USEREXIT_MOVE_FIELD_TO_LIKP

regards,

Ramana

cathy_liang
Contributor
0 Kudos

Hi Ramana,

Many thanks for your valuable advice.

Q1. Why user B still can create delivery against sales org. 1000, even only sales org 1001 is assigned?

Q2. How to create own authorization object?

Edited by: Cathy on Dec 21, 2009 10:27 AM

Former Member
0 Kudos

Hi

Please use the authorisation object V_LIKP_VST ,and maintain the shipping point which is authorised for the user id to cretae delivery.

Regards

Damodhar

cathy_liang
Contributor
0 Kudos

Hi Damodhar,

Shipping point is maintained. And it's available for both sales organizations. How to define authority based on different sales organizations or delivery types?