Application Development and Automation 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: 
Read only

Users Exist in T-Code VL01n

Former Member
0 Likes
954

Hello All,

I am looking for a user exit in T-code VL01n For Selecting batches using batch Classfication values and update a ztable based on batch Classfication .

Z table will be update only and only if delivery Document created Successfully.

if it is possible through single users -exist it's best, or multiple also be ok.

Please Do the needful.

With Warm Regards

Swati Namdev

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
875

Hi,

use the Exit V50S0001 ..

User Exits are

EXIT_SAPLV50S_001

EXIT_SAPLV50S_002

Regards

Sudheer

Hi,

use the Exit V50S0001 ..

User Exits are

EXIT_SAPLV50S_001

EXIT_SAPLV50S_002

Regards

Sudheer

7 REPLIES 7
Read only

Former Member
0 Likes
875

Hi,

Check the include MV50AFZ1..

In that use the user exit USEREXIT_SAVE_DOCUMENT.

----


  • FORM USEREXIT_SAVE_DOCUMENT *

----


  • This userexit can be used to save data in additional tables *

  • when a document is saved. *

  • *

  • If field T180-TRTYP contents 'H', the document will be *

  • created, else it will be changed. *

  • *

  • This form is called at from form BELEG_SICHERN, before COMMIT *

  • *

----


FORM USEREXIT_SAVE_DOCUMENT.

Thanks,

Naren

Read only

Former Member
0 Likes
876

Hi,

use the Exit V50S0001 ..

User Exits are

EXIT_SAPLV50S_001

EXIT_SAPLV50S_002

Regards

Sudheer

Read only

Former Member
0 Likes
875

Hello All,

I have Two Requirement Which will be possible (as I think) With Two User-Exist.

requirement are mention below.

1. We have a process Call CIP & MICC, In that Process Batch's are approved by inspector and one CIP No is given to That batch, We are using batch Classfiation method for that.But Through This Way I am able to Select single batch at a time of delivery with t-code VL01n While I want option to Select multiple batchs.

2. After updating Delivery I want to Save data in Z table , ,With respect to class no given in batch Classfication no.This Question is Answered and i got the name of users exists.check working fine.

Regards

Swati ..

Read only

Former Member
0 Likes
875

Hello All,

I am looking for a user exit in T-code VL01n For Selecting batches using batch Classfication values and update a ztable based on batch Classfication .

Z table will be update only and only if delivery Document created Successfully.

if it is possible through single users -exist it's best, or multiple also be ok.

Please Do the needful.

With Warm Regards

Swati Namdev

Read only

Former Member
0 Likes
875

Hello All,

I am looking for a user exit in T-code VL01n For Selecting batches using batch Classfication values and update a ztable based on batch Classfication .

Z table will be update only and only if delivery Document created Successfully.

if it is possible through single users -exist it's best, or multiple also be ok.

Please Do the needful.

With Warm Regards

Swati Namdev

Read only

0 Likes
875

Hi,

In module pool: SAPMV50A, there are various includes for user-exits.

Place a break-point in these lines and execute the VL01N transaction.

WHen you try to save , check which include is getting triggered and then try to find out the actual exit from that.

Go to SE84 -> Envir. -> Exit Techniques -> Customer Exits -> Enhancements

Now enter the dev.class VL.

You will get a list of exits.

Regards

Subramanian

Read only

Former Member
0 Likes
875

I got The Answer Through Other Way , User Exist name is helpful for me given by SDN users.