Hi All,
I am using Data services 4.2, created a Data Flow consisting of an ABAP Data flow, which has SAP tables VBAK joined with VBEP in ECC to destination Oracle table.
However on running the job, getting following error:
cannot convert Data <> into type <INT>. Context. Column <>
RFC CallReceive error <RFC_ABAP_EXCEPTION-(Exception_Key: READ_ERROR>.
Not sure what is causing this, I have an inner join between tables and only filtering on Date for last 2 year data.
Any ideas??
ISSUE RESOVED.
I had a field with Null values, so I added NVL to the field mapping and now it runs with no more error.
americanmc (BOB member since 2009-12-31)