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: 

VL01n -prepopulate fields:RIPW0-SERN

Former Member
0 Kudos

I am having a problem with finding an user exit which

would prepopulate fields:RIPW0-SERNR in program SAPLIPW1 screen: 0200

in creating new deliveries with VL01N .

The process is as follows:

Using transaction VL01N,

Enter Shipping Point, Selection date, and order.

Select line item

Choose menu item extras-serial number.

Screen SAPLIPW1-0200 is displayed with a list of the pre-created serial

numbers is displayed.

In the processing prior to the screen display there does not appear to

be any user exit to use.

User's requirement is to have those fields prepopulated, and not

enteredt by selcting them from the available list; the serial numbers

are extracted through following code:

:

    • IF xlips-serail = '0004'.

*

  • SELECT equnr FROM eqbs INTO wa_equnr

  • WHERE kdauf = xlips-vgbel

  • AND kdpos = xlips-vgpos.

*

  • SELECT SINGLE sernr FROM equi INTO wa_serno

  • WHERE equnr = wa_equnr.

  • APPEND wa_serno TO t_sernos.

  • EXIT.

*

  • ENDSELECT.

endif.

Would you please assist me with a solution or idea about this problem

as I searched the existent documentation on user_exits and could not

find any solution for this problem.

Your help is much appreciated!

Regards,

Ligia

3 REPLIES 3

ferry_lianto
Active Contributor
0 Kudos

Hi Ligia,

Please check the following user exits avialable.

You may want to check EXIT_SAPLIPW1_001 first.

EXIT_SAPLIPW1_001 - Automatic Serial Number Assignment

EXIT_SAPLIPW1_002 - Check on Copying Object List

EXIT_SAPLIPW1_003 - Serial Numbers, User Exit for Additional Fields

EXIT_SAPLIPW1_004 - Serial Numbers, User Exit After Exiting the Serial Screen

EXIT_SAPLIPW1_008 - Check of Serial Number - Character String

Hope this will help.

Regards,

Ferry Lianto

Please reward points if helpful.

0 Kudos

Hi Ferry,

Thanks for your reply. I have looked at those exits before, but they don't seem applicable- especially the first one- since the requirement is not to create the serial numbers automatically,instead they are already created and I just need to have them already assigned to those fields.

Thanks,

Ligia

0 Kudos

Hi Ferry

Out of the available Exits, can i use any of them for allowing serial numbers specific to plant.

warm regards

sairam