cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting storage location

former_member13777
Active Contributor
0 Kudos

Hi,

My users are all belong to only one storage location. how can I default storage location in VA01 sales order entry.

Full points assured

Thanks in advance

Sunoj

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member184555
Active Contributor
0 Kudos

HI

When only one storage location is used, you can make the required settings to default storage location in the delivery. Use Tcode OVL3 to make the settings and the storage location will be determined automatically in the delivery.

TO default storage location in the order we have to use a userexit. Since you are using only one storage location, it doesn't make any difference even if storage location is not determined in the order. It is not advisable because, using Userexits will decrease the system performance.

Thanks,

Ravi

Former Member
0 Kudos

Hello Sunoj,

U can acheive it thru User-Exits.

The relevant user exit is MV45AFZZ.

The relevant forms to be used are:

USEREXIT_MOVE_FIELD_TO_VBAK -- to default in Header.

USEREXIT_MOVE_FIELD_TO_VBAP-- to default in item.

Rgds,

Raghu.