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: 

Batch input for serial numbers

Former Member
0 Kudos

Hello,

I would appreciate if someone could help me about batch input for serial numbers. I couldn't find the way to create a great number of serial numbers for a material. We use transaction IQ04. But, we must create, for example, several thousands of serial numbers at once.

Best regards,

Emira.

2 REPLIES 2

former_member222709
Contributor
0 Kudos

Hi Emira,

You could use a BAPI 'BAPI_STANDARDMATERIAL_CREATE' or BDC for T. Code 'IQ01' to create thousands of materials. The creation data can be maintained in a excel/text file and then used for mass uploading and material creation.

Loop the code for every record and the resulting serial numbers can also be downloaded in return in the Batch Input Data File.

Regards,

Pranav.

0 Kudos

Thank you Pranav,

I will try what you have suggested with a "little" help of my colleagues from development department.

Best regards,

Emira.