Error using extractors with SAP R/3 4.6c

Hi,

I am connected to an SAP R/3 4.6c instance and pulling data from extractor 0CO_OM_CCA9. The process fails with error “Error calling RFC function to get reader <0CO_OM_CCA_9> data: <RFC_ABAP_RUNTIME_FAILURE-(Exception_Key: TIME_OUT)- Time limit”. Does anyone have any suggestions?
This is an old version of SAP so the ODP API table does not exist. Is there a way to still make use of the delta functionality?

Thanks,


vanruan (BOB member since 2015-01-28)

Are you using the ABAP Dataflow or normal Dataflow.???

To resolve this issue, use ABAP data flow rather than normal data flow. For large amounts of data (larger than a few rows), performance is generally better when you extract data from SAP using an ABAP data flow.

Regards,
Prasna


pnr6kor (BOB member since 2014-05-14)