Hi Folks,
Have to fetch data from DB table and table pointing to XML LINKs instead of records.
DB------------PI-----------IDOC
In general table contains records and it will be straight forward scenario.
SO_NUMBER | SO_DATE | SO_QTY |
---|---|---|
1000 | 2013-05-29 | 1 |
2000 | 2013-05-29 | 2 |
3000 | 2013-05-29 | 3 |
But in this case table contains a LINK in place of TABLE VALUES. Please share some ideas, pros/cons on above interface development.
SO_NUMBER | SO_DATE | SO_QTY |
---|---|---|
sonumber1.xml | date1.xml | soqty.xml |
sonumber2.xml | date2.xml | date1.xml |
sonumber3.xml | date3.xml | date1.xml |
Regards,
Shah