Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

User Exit for VL01N

Former Member
0 Kudos

Dear All ,

I m using a user exit in transaction vl01n ( Create outbound delivery ) for filling default storage location.

User Exit - V02V0002

I have pass the hard coated value in exporting parameter EF_LGORT.

But it is not showing cause user exit is not executed .

Kindly suggest me for the same.

Thanks in advance.

Regards

Alok

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Use BADI "LE_SHP_DELIVERY_PROC", Method : FILL_DELIVERY_ITEM.

Alternatively, You can use user exit "MV50AFZ1", form-routine " USEREXIT_MOVE_FIELD_TO_LIPS".

Regards

Vinod

Edited by: Vinod Kumar on May 31, 2010 11:51 AM

4 REPLIES 4

Former Member
0 Kudos

Hi,

Use BADI "LE_SHP_DELIVERY_PROC", Method : FILL_DELIVERY_ITEM.

Alternatively, You can use user exit "MV50AFZ1", form-routine " USEREXIT_MOVE_FIELD_TO_LIPS".

Regards

Vinod

Edited by: Vinod Kumar on May 31, 2010 11:51 AM

0 Kudos

Dear Mr. Vinod ,

Thanks for the reply.

User exit given by you does not exist for transaction VL01N and which Exit I have written above is exist for "User exit for storage location determination".

How can we use the exit given by u for the same.

Regards

Alok

0 Kudos

Hi,

"MV50AFZ1" is not an enhancement. This user exit can be open using transaction code SE38.

Write following code in the form-routine "USEREXIT_MOVE_FIELD_TO_LIPS".

MOVE <storage location value> to LIPS-LGORT.

Regards

Vinod

Edited by: Vinod Kumar on May 31, 2010 3:10 PM

Former Member
0 Kudos

Hi,

You can use the Exit 'V02V0002'

EXIT_SAPLV02V_002

Other wise

You can use user exit "MV50AFZ1", form-routine " USEREXIT_MOVE_FIELD_TO_LIPS".

Regards

Nehruu