cancel
Showing results for 
Search instead for 
Did you mean: 

EWM - Stock transfer MIGO with internal serialization number.

Mohamed
Explorer
0 Kudos

Hello Experts,

We need to load EWM data in to production system with internal serial numbers getting created by the system, Through MIGO with the help of check box ( Below screen shot ) we will be creating internal serial number. How this can be achieved programmatically??

Thanks & Regards,

Salman

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member788724
Contributor
0 Kudos

Hello,

Checkbox you mentioned is SAP standard . This does not need any programming for generating internal serial numbers.

System would normally generate IBD that will be distributed to EWM system with serial numbers attached. Later on , you can post GR and complete put away of IBD like usual process of handling IBD in SAP EWM system.

What I am more worried is - why do you need to generate internal serial numbers? Normally, serial numbers will be already barcoded on the parts from production process , or from suppliers if you purchased those parts.

Regards

ASLAM

Mohamed
Explorer
0 Kudos

Hello Aslam,

Thanks for your inputs. In our case we need to load the data from Non Hana system to HANA system, so while loading the data into HANA system we want to create internal serial numbers for certain materials.

former_member788724
Contributor
0 Kudos

Still, I will suggest you to use /SCWM/ISU for uploading the stock in EWM.

Just give a try . It is a fantastic tool.

ankurch
Active Contributor
0 Kudos

Hello Salman,

You can achieve it via BAPI "BAPI_GOODSMVT_CREATE", here you need to SER03 and table OBJK, SER03 keeps the Object number which creates entry in OBJK for corresponding Serial numbers.

Thanks,

Mohamed
Explorer
0 Kudos

Hello Ankur,

Thanks for your inputs.

We are passing "SERIALNO_AUTO_NUMBERASSIGNMENT" indicator as "X' we are getting the below error.

Note - We are trying to post the GR through standard inbound idoc for EWM load.

former_member788724
Contributor
0 Kudos

does storage location 100 exist in table T001L?

If you have 0100 then you need to pass this correctly.

ankurch
Active Contributor
0 Kudos

Please check Storage location, with preceeding zeroes.