SAP BO 4.0
Back-end: Oracle 11g.
Data source: Oracle 11g examples(HR & OE Data Schemas)
Issue description:
How to handle following datatypes
- Custom Data types defined at the back-end.
- MDSYS.SDO_GEOMETRY
- SYS.XMLTYPE
- "INTERVAL YEAR(2) MONTH" or "Interval Day to Sec"
These are the data type of the columns specified at the back-end.
When the Business layer's integrity is checked for "Table Structure" and "Business Objects expression" i get the errors(Image attached) stating "Undetermined data type" for and "Incorrect Data type".
Has anyone experienced this and how were these data types handled?