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 VL10G

Former Member
0 Kudos

Hi All,

I need to capture delivery date when creating delivery document # using VL10G for STO (Stock Transfer Order).

Deliver date is created during VL01n batch or manual and accessed by Vl10g report - field (EKET-EINDT).

For this purpose i need a USER EXIT where i can capture the deliver date in VL10G transaction and store it in a custom table.

Please help me to find the right USER EXIT where i could do this.

Thanks & Regards,

Kiran.

4 REPLIES 4

Former Member
0 Kudos

Hi Kiran,

User exits for <b>VL01N</b>:

<i><b>http://www.sap-img.com/abap/list-of-user-exit-related-to-vl01n.htm</b></i>

Here are program that will display all user exits related to a transaction:

http://www.erpgenie.com/abap/code/abap26.htm

http://abapcode.blogspot.com/2007/06/program-to-get-user-exit-for-any.html

regards,

Naveenan.

Former Member
0 Kudos

Hi Kiran,

<i><b>Super link here... refer this too.... See the</b></i> <b><u>User Exit</u></b> <i><b>topic in this blog...</b></i>

<i><b>http://husnie.wordpress.com/</b></i>

Also refer this thread:

<i><b>

Hope that helps!

<i><b>*Reward useful answers*</b></i>

regards,

Naveenan.

0 Kudos

Hi All,

I had the list of User Exit for VL10G which I obtained through the program in the below link passing VL10X transaction.

http://www.erpgenie.com/abap/code/abap26.htm.

I had kept break points on all the includes of the 17 User Exit listed and then using VL10G I created a Delivery # for the STO. But for my surprise it dint stop any where.

Does this mean VL10G does not have any User Exit or is there any other approach to find the appropriate USER EXIT for VL10G?

Please help me finding the right User Exit for my requirement.

Thanks,

Kiran.

0 Kudos

Kiran

Check these user exits

1. V50R_USEREXIT_PREPARE

2. V50R_USEREXITS

3. V50R_USEREXIT_TRANSF

4. ZV50R_USEREXIT_PREPARE_001

I think the user exit 'ZV50R_USEREXIT_PREPARE_001' would solve ur requirement.

Regards,

Gauravjit.

Ps: Don't forget to reward the points for helpful resolutions.

Message was edited by:

Gauravjit