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

Updating Serialnumbers automatically while creating Outbound Delivery

Former Member
0 Likes
781

Hi Experts,

My requirement is to populate serial numbers automatically while saving the outbound delivery (VL01N).

I tried with user exits, but I am unable to succeed.

I am using ECC5.

Any help would be greatly appreciated.

Thanks,

Veera K

Hi Experts,

My requirement is to populate serial numbers automatically while saving the outbound delivery (VL01N).

I tried with user exits, but I am unable to succeed.

I am using ECC5.

Any help would be greatly appreciated.

Thanks,

Veera K

3 REPLIES 3
Read only

Former Member
0 Likes
615

Hi,

Serial number in which table?

Read only

Former Member
0 Likes
615

Hi Veera,

For an example if there is a need to update some table with delivery number and serial number on saving a delivery:

in include MV50AFZ1:

FORM USEREXIT_SAVE_DOCUMENT.

*{   INSERT <TR#>

"work structure LIKP has the header info here
"Use that and fill the required workstructure and update the correponding table

*}   INSERT

ENDFORM.

Read only

0 Likes
615

Hi Manoj,

Thanks for your replay, I already this but I couldn't find which table structrue I have to use to fill the serial numbers.