cancel
Showing results for 
Search instead for 
Did you mean: 

Creation of Serial Number using ABAP code

0 Kudos

Hello,

I need to create a serial number using ABAP code. DO we have any function module which we could use? I could not find any till now. Any other suggestions?

Accepted Solutions (1)

Accepted Solutions (1)

paul_meehan
Employee
Employee
0 Kudos

Hi,

BAPI_EQUI_CREATE will always create a full equipment along with the serial number. If that BAPI works for you then it would be best to use it rather than other functions that are not released.

-Paul

Answers (1)

Answers (1)

paul_meehan
Employee
Employee

Hi,

You can create a serial number through BAPI_EQUI_CREATE for an existing material code. Function ITOB_SERIALNO_CREATE_SINGLE could also be used.

-Paul

0 Kudos

Will it create the same Serial number as of IQ01. MY requirement is to create an equipment along with Serial number creation as done in IQ01. As per my research, it requires an enhancement. Correct me if I am wrong.

To add to it,

SERIALNUMBER_LIST_SAVE: Does this solve the purpose.