Here is a better example:
I was working on this problem for 8.82 PL17 and could not get it to work despite using SAP's official note. The note did not give enough of an example to get me going so here is my example files.
You need three:
OIGN
IGN1
SRNT
OIGN:
DocNum | DocType | DocDate | DocDueDate | DocTotal | Reference1 | Reference2 | Comments |
DocNum | DocType | DocDate | DocDueDate | DocTotal | Ref1 | Ref2 | Comments |
1 | dDocument_Items | 20151011 | 20151011 | TEST | TEST | IMPORT SERIALIZED |
IGN1:
ParentKey | LineNum | ItemCode | Quantity | Price | WarehouseCode |
DocNum | LineNum | ItemCode | Quantity | Price | WhsCode |
1 | 0 | CHO.001.019.108 | 1 | 7200 | 01 |
1 | 1 | CHO.001.019.110 | 1 | 8970 | 01 |
1 | 2 | CHO.001.019.134 | 1 | 14740 | 01 |
1 | 3 | CHO.001.019.145 | 1 | 6180 | 01 |
1 | 4 | CHO.001.019.153 | 1 | 6070 | 01 |
1 | 5 | CHO.001.019.186 | 1 | 34910 | 01 |
1 | 6 | CHO.001.019.193 | 1 | 8700 | 01 |
1 | 7 | CHO.001.019.209 | 1 | 14490 | 01 |
1 | 8 | CHO.001.019.231 | 1 | 20760 | 01 |
1 | 9 | CHO.001.019.238 | 3 | 9640 | 01 |
1 | 10 | CHO.001.019.244 | 1 | 8280 | 01 |
1 | 11 | CHO.001.019.245 | 1 | 22810 | 01 |
1 | 12 | CHO.001.019.246 | 1 | 6140 | 01 |
1 | 13 | CHO.001.019.248 | 1 | 20070 | 01 |
1 | 14 | CHO.001.019.251 | 1 | 9130 | 01 |
1 | 15 | CHO.001.019.252 | 2 | 35730 | 01 |
1 | 16 | CHO.001.019.255 | 1 | 8570 | 01 |
1 | 17 | CHO.001.019.262 | 6 | 6230 | 01 |
1 | 18 | CHO.001.019.263 | 2 | 8930 | 01 |
1 | 19 | CHO.001.019.268 | 1 | 15590 | 01 |
1 | 20 | CHO.001.019.269 | 1 | 23490 | 01 |
1 | 21 | CHO.001.019.271 | 1 | 36830 | 01 |
1 | 22 | CHO.001.019.272 | 1 | 12140 | 01 |
1 | 23 | CHO.001.019.276 | 1 | 10700 | 01 |
1 | 24 | CHO.001.019.277 | 5 | 7820 | 01 |
1 | 25 | CHO.001.019.281 | 1 | 9400 | 01 |
1 | 26 | CHO.001.019.282 | 1 | 19160 | 01 |
1 | 27 | CHO.001.019.283 | 1 | 11130 | 01 |
1 | 28 | CHO.001.019.287 | 1 | 5160 | 01 |
1 | 29 | CHO.001.019.296 | 1 | 6370 | 01 |
1 | 30 | CHO.001.019.301 | 1 | 7150 | 01 |
SRNT:
ParentKey | LineNum | InternalSerialNumber | BaseLineNumber |
DocNum | LineNum | DistNumber | DocLineNum |
1 | 0 | 1593250 | 0 |
1 | 1 | 1409857 | 1 |
1 | 2 | 341085 | 2 |
1 | 3 | 1408332 | 3 |
1 | 4 | 1357381 | 4 |
1 | 5 | 514188 | 5 |
1 | 6 | 1420272TT | 6 |
1 | 7 | 944845 | 7 |
1 | 8 | 1208267 | 8 |
1 | 9 | 1542973 | 9 |
1 | 10 | 1607297 | 9 |
1 | 11 | 1612092 | 9 |
1 | 12 | 979556 | 10 |
1 | 13 | 1561923 | 11 |
1 | 14 | 1649794 | 12 |
1 | 15 | 1186994 | 13 |
1 | 16 | 1255272 | 14 |
1 | 17 | 1173457 | 15 |
1 | 18 | 1208338 | 15 |
1 | 19 | 1103273 | 16 |
1 | 20 | 1558201 | 17 |
1 | 21 | 1585324 | 17 |
1 | 22 | 1671675 | 17 |
1 | 23 | 1838396 | 17 |
1 | 24 | 1838473 | 17 |
1 | 25 | 1882724 | 17 |
1 | 26 | 1390120 | 18 |
1 | 27 | 1424592 | 18 |
1 | 28 | 1113116 | 19 |
1 | 29 | 1213131 | 20 |
1 | 30 | 1218961 | 21 |
1 | 31 | 1424584 | 22 |
1 | 32 | 1501240 | 23 |
1 | 33 | 1668988 | 24 |
1 | 34 | 1815497 | 24 |
1 | 35 | 1831496 | 24 |
1 | 36 | 1840643 | 24 |
1 | 37 | 1916420 | 24 |
1 | 38 | 1657902 | 25 |
1 | 39 | 1590211 | 26 |
1 | 40 | 1158965 | 27 |
1 | 41 | 1206910 | 28 |
1 | 42 | 1320035 | 29 |
1 | 43 | 1445463 | 30 |
I purposefully added a lot of data so you could see where I initially went wrong. You will have people tell you that IGN1.LineNum should be blank if you are importing. This might be right in terms of a sales order or other marketing document, but for the sake of importing Goods Receipts with serial numbers it's incorrect. You need to sequentially order your IGN1.LineNum column. Then this column needs to match SRNT.BaseLineNumber so if there are multiple serials each of the rows in the SRNT document in the SRNT.BaseLineNumber column needs to match the rows in the IGN1 document.
What struck me as not being intuitive is that SRNT.LineNum has to be sequentially numbered DESPITE the SRNT.BaseLineNumber being matched to the rows. I was trying to sequentially number the SRNT.LineNum as you would for a contact in a customer import.
Something in SRNT like:
ParentKey | LineNum | InternalSerialNumber | BaseLineNumber |
DocNum | LineNum | DistNumber | DocLineNum |
1 | 0 | 1593250 | 0 |
1 | 0 | 1409857 | 1 |
1 | 0 | 341085 | 2 |
1 | 0 | 1408332 | 3 |
1 | 0 | 1357381 | 4 |
1 | 0 | 514188 | 5 |
1 | 0 | 1420272TT | 6 |
1 | 0 | 944845 | 7 |
1 | 0 | 1208267 | 8 |
1 | 0 | 1542973 | 9 |
1 | 1 | 1607297 | 9 |
1 | 2 | 1612092 | 9 |
1 | 0 | 979556 | 10 |
1 | 0 | 1561923 | 11 |
1 | 0 | 1649794 | 12 |
1 | 0 | 1186994 | 13 |
1 | 0 | 1255272 | 14 |
1 | 0 | 1173457 | 15 |
1 | 1 | 1208338 | 15 |
1 | 0 | 1103273 | 16 |
1 | 0 | 1558201 | 17 |
1 | 1 | 1585324 | 17 |
1 | 2 | 1671675 | 17 |
1 | 3 | 1838396 | 17 |
1 | 4 | 1838473 | 17 |
1 | 5 | 1882724 | 17 |
This is incorrect though. All I needed to do was to sequentially number the SRNT.LineNum column without caring about the correlation to the number of serials and it worked fine (see my original three sheets at the top).
I hope this helps someone from spending five hours working on a data import.
Let me know if this all makes sense, Mike