cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulted storage location can not be changed

former_member188843
Participant
0 Kudos

Dear All,

We enhanced the sales order creation program to set the default storage location with a customzing table.But the some times we want to change the storage location in the sale order item.But every time, after I pressed the enter the storage location was changed to the defaulted one.

How can I change it ? Or it is related with some customzing ?

Thanks in advance!

Accepted Solutions (0)

Answers (2)

Answers (2)

Lakshmipathi
Active Contributor
0 Kudos
We enhanced the sales order creation program to set the 
     default storage location with a customzing table

Answer is in your comments itself. When you defaulted a storage location in a zee table, how can you expect the system to consider a different storage location ?? If you want to change the storage location for any reason, then you have to take the help of ABAPer and add this logic in your existing routine.

thanks

G. Lakshmipathi

former_member201147
Active Participant
0 Kudos

I'm going to assume the customizing is some code in a user exit. It sounds like the code is always setting the storage location to some value regardless if there is already a value in the field. The user exit probably needs to be changed.

Best regards,

Brian