I would like to create Sales Order with Serial Number input at Item Level using IDoc. I have tried to use the followings:
1) Basic Type : ORDERS05
2) Message Type : ORDERS
3) Process Code : ORDE
I have used segment E1EDP19 with the followings:
1) QUALF = '014'
2) IDTNR = Serial Number
However, it fails. It seems that the system just expects us to input BOM explosion number (VBAP-SERNR) instead of the Serial Number that I want.
If we use VA01, we can input the Serial Number from Menu: Extra --> Technical Objects.
Is there any idea what should I do ?