Okay Vadim,
Taking the earlier mentioned example, excel file data looks like below.
Row 1 - Document No 1, Transaction Data 1a
Row 2 - Document No 1, Transaction Data 1 b
Row 3 - Document No 2, Transaction Data 2 a
Row 3 - Document No 2, Transaction Data 2 b
Above data is analogous to the excel file in hand.
Now, if I load the master details first. The master data loaded in BPC would be as below:
Row 1 - Document No 100000,
Row 2 - Document No 100001
The document number 1 in Excel file matches to 100000 of the master record created and document number 2 relates to 100001.
Now, I've to load the transaction data which should look like:
Row 1 - Document No 100000, Transaction Data 1a
Row 2 - Document No 100000, Transaction Data 1 b
Row 3 - Document No 100001, Transaction Data 2 a
Row 4 - Document No 100000, Transaction Data 2 b
But, I do not have the document number 100000 and 100001 with me in the excel file to load the transaction data and I've the numbers 1 & 2 only.
Thanks,
Naveen