cancel
Showing results for 
Search instead for 
Did you mean: 

To create SD Sales Order with Serial numbers

Former Member
0 Kudos

Hi Experts,

I want to create a Sales Order with serial numbers info attached to the items.

The way, i m following is:

1. Creating the order with BAPI_SALESORDER_CREATEFORMDAT2 function module and save it.

2. Then add the serials to the already saved SO.

3. The delivery document is automatically created through some customizing settings.

This approach has a problem: After SO being saved, because the delivery document is automatically created through some customizing settings. This means i need update serial numbers in both SO and delivery document as well.

I'm looking for a way to add the serial numbers to the SO before actually saving it. By this way the serial numbers would be actually added in delivery document too. I think BAPI_SALESORDER_CREATEFROMDAT2 is of no help, in this case.

Is there any function module?

Grateful for all suggestions...

Regards,

Jeo

Accepted Solutions (0)

Answers (1)

Answers (1)

Shiva_Ram
Active Contributor
0 Kudos

Check this thread is of any help to your scenario

Regards,

Former Member
0 Kudos

Hi Shiva,

Thanks for your quick reply.

I have checked that link which you provided. The link actually tells about how can we add serial no after SO being saved, but i want to add serial nos before SO actually saved.

The same FM given in the link, i m using and its working fine.

Can you let me know, how can i add serial nos in SO before saving it?

Is there any FM exist, that could achieve this? OR How can we achieve this by CALL TRANSACTION, if there is no FM exist for this.

Regards,

Jeo

jpfriends079
Active Contributor
0 Kudos

You can have serial number sales order, before saving.

For this you need to have prior generated serial number is in the system.

To have that you need equipment master (TCode IE01 or IQ01) for the material used.

You can assign theses technical object in sales order.

Also, check with FM under user exit IQSM0001(EXIT_SAPLIPW1_001

Regards

JP