|
| It is looks like I am almost ready to start build an
orchestration designer for my solution.
However, the only problem I have right now is a strange
behavior of my map file.
S O U R C E
--SunData
--------------DataLoop
--------------------------CreditRecord
--------------------------DebitRecord
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
--------------------------CreditRecord
--------------------------DebitRecord
- - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - -
D E S T I N A T I O N
SAPData
-----------DataLoop
------------------------RecordBBKPF
------------------------RecordBBSEG
------------------------RecordBBSEG
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
------------------------RecordBBKPF
------------------------RecordBBSEG
------------------------RecordBBSEG
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
-----------DataLoop
SAPData
According to SAP requirements this document is suppose to
have 1 RecordBBKPF and 2 RecordBBSEG mapped to the pair
of
CreditRecord
DebitRecord
I validated both instances and it is OK in both scenarios,
however, when I try to test map, I get invalid result .
In my destination I get a structure completely different
from the expected one.
SAPData
-----------DataLoop
------------------------RecordBBKPF
------------------------ RecordBBKPF
------------------------ RecordBBKPF
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
------------------------RecordBBSEG
------------------------RecordBBSEG
------------------------RecordBBSEG
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - -
-----------DataLoop
SAPData
and for some reason this map works fine if I have only 1
pair in my source loop:
--SunData
--------------DataLoop
--------------------------CreditRecord
--------------------------DebitRecord
--------------DataLoop
--SunData
Do you have any suggestions how to fix this problem? I
will really appretiate for any comments.
|
|