cancel
Showing results for 
Search instead for 
Did you mean: 

Shipping conditions help

Former Member
0 Kudos

you can filter the shipping conditions in customer setup but when you are processing a sales order in the shipping conditions is there a way to make sap default to the shipping conditions that you only need to see for the u.s. Location?  All 5 locations for my company show up in Europe, and I only need to see U.S. Shipping methods.

Accepted Solutions (0)

Answers (3)

Answers (3)

moazzam_ali
Active Contributor
0 Kudos

Hi

If it is only for display purpose then you need to go for ABAP as suggested by C B Reddy and if you want to restrict users not to use or manually change shipping condition then you need to create an authorization object using this field VBAK-VSBED and add this in userexit. In both cases you need to ask your ABAPer to help you in this. There is no solution in SAP standard for this.

Thank$

Lakshmipathi
Active Contributor
0 Kudos

This can be achieved with the help of Security team.  Check with them.

G. Lakshmipathi

former_member220617
Contributor
0 Kudos

Dear Jaxi ,

As per your scenario , you need the combination of user id and shipping condition  in the sales order ,

example-

if your customer is 100000  and in your CMR u maintain SC = AA ,AB,AC AD and if user A is creating sales order it has to restrict to show only SC = AA and rest has to hide .

for this type of requirement you have to go for custom development USEREXIT_MOVE_FEILD_TO_VBKD, here you have write the logic to check with user id and SC combination which is maintain in Z table .

Z table has to create like the below ... instead of plant you maintain SC ...

Regards,

C.B Reddy.