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

Serial number

0 Likes
734

Hi,

    Is there any User Exit or any Option to get the serial number from respective production order while creating the Outbound delivery.

Regards

Hi,

    Is there any User Exit or any Option to get the serial number from respective production order while creating the Outbound delivery.

Regards

4 REPLIES 4
Read only

former_member209120
Active Contributor
0 Likes
691

Hi Sreejith,

Try this exits

IQSM0001 - Automatic serial number assignment

IQSM0003 - Serial numbers, user exit for additional data

Read only

former_member182379
Contributor
0 Likes
691

Hi,

  While creating delivery are you entering the production order in some field , to get the serial number of that production order. How you are making the link on delivery <> PP order depending on that it can be decide whether you can implement the exit of serial no. in serial no. user exit or in the delivery.

For the production order serial number you can use the table SER05.

Regards,

Zafar

Read only

Venkat_Sesha
Product and Topic Expert
Product and Topic Expert
0 Likes
691

Hi Sreejith,

You may have serial number in any of the BADIs that triggers in Delivery order.

So check the BADIs that trigger in delivery order as shown in the below mentioned document.

http://scn.sap.com/docs/DOC-33611

Now check the any of the badis have the serial number field in it.

if so, then you either your own logic or use the existing one.

hope this solves your problem.

Thanks,

Bhargav,

Read only

Former Member
0 Likes
691

Hello Sreejith,

Check this: http://wiki.sdn.sap.com/wiki/display/ERPLO/PM-CS+User+Exits , you will get all info..

Thanks

Katrice