cancel
Showing results for 
Search instead for 
Did you mean: 

storage location porb

Former Member
0 Kudos

hai sap gurus,

i want the storage location should be determined in the delivery document automatically....

i have done blow things already but not able to determine in the delivery document.

1. assigned MALA to Delivery document.

2.Shipping pointplantstorage condition(assigned to material also in mm01)=storage location

what more i have to do to find the storage location automatically

with regards

M.Sashidhar

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

Hi

what u have done is correct ,

But u have to check that whether u have maintained the storage location in the sales order in the item overview in the shipping tab

I think it may be te problem for the automataic determination of the storag location for the delivery document

thanks and regards'

santosh

Former Member
0 Kudos

Hi Sashidhar,

<u>STORAGE LOCATION PROTECTED IN DELIVERY</u>Assuming that you are maintaining 1 Storage location per plant.

Some thoughts:

1) Control in Copy control from Order - delivery.

For this you may use a user exit to default the storage location at

line

item level in sales order which gets copied to the delivery.

(SOURCE_DETERMINATION user exit FORM USEREXIT_SOURCE_DETERMINATION in

program MV45AFZB )

2) You can use also use an enhancement V02V0002 (User exit for storage

location determination) to achieve forcing the system to default storage

location in the delivery.

3) You can also try to adjust the storage location determination such

that for every combination it gives you the same default storage

location. (OVL3)

4) you can also define an MRP area of the type (02) storage location

and assign the storage location that are required. (This will work only

if you have activated the MRP for MRP areas)

5) you can set a user parameter for field 'storage location' if you

always want to use the same storage location: (user parameters storage

location LGT)

Transaction SE51 (Screen Painter)

Program: SAPLVHUDIAL

Screen: 0200

Sub-object: Element list

Change

Tab: Special attributes

In line PLAPPLDATA-LGORT I/O, do the selection of the checkboxes in

columns 'SET parameter' and 'GET parameter'.

Finally, choose 'Activate'.

6) 'Logistics -> Shipping -> Picking -> Determine Picking Location ->

Define Rules for Picking Location Determination

Create and assign a separate rule to the delivery type

Assign customer enhancement V02V0002 to an enhancement project via

Transaction CMOD.

Call up Transaction SE37 (Function Builder) for function module

EXIT_SAPLV02V_002 and branch to the display of the source code. Create

new Include ZXLOFU01 by double-clicking on the include statement

Implement in the new Include source code which allows the determination

of the storage location by means of whatever logic you want.

7) Activate Storage location authorization and use object M_MSEG_LGO

hope this helps.

Regards

Srikanth.A

Manoj_Mahajan78
Active Contributor
0 Kudos

Sashidhar,

Storage location= shipping pointstorage conditionplant

You have to tick Determine storage location in 0VLK/0VLP (Delivery item cat & del doc type...) Save..

See if now its determined or not..

REWARD IF U FINDS THIS AS HELPFUL...

Regds

MM

Former Member
0 Kudos

Hi Sashidhar

mention the storage location required an and the rule in OVLP

mention the storage condition in material master

- If storage location for picking is not specified in the order item, the system determines the storage location when it creates the outbound delivery and copies it into the delivery item. Otherwise, the storage location entered in the order item is used in the outbound delivery.

- The system determines the picking location based on a rule defined in the delivery type. The following rules are shipped in the standard system:

- MALA: The picking location is determined based on the shipping point, the delivering plant, and the storage condition for the material as defined in the material master.

- RETA and MARE: These rules are mainly used in trade scenarios.

- You can also use the customer exit in SAP enhancement V02V0002 to implement storage location determination.

- The picking location search is activated for each delivery item category.

Reward if useful to u

Message was edited by:

narendran vajravelu

Former Member
0 Kudos

Thanks for help

with regards

sashidhar

Former Member
0 Kudos

hi,

The confi which u have is correct but check this also

1.Storage location= shipping pointstorage conditionplant

<b>storage condition=comes from the material master in PLANT DATA/ STOR1 VIEW check this</b>

<b>please check the sh point determination</b>

Shipping point = plant shipping conditionloading group

loading group- Comes from material master in sales general plant data view

shipping condition= comes from customer master

check this

hopes this will help u

regards,

Arun prasad