‎2011 Oct 13 8:39 AM
Hi All,
Can someone provide me a standard BAPI which can return lot of records as a table, so that I can test its performance between SAP and Informatica system?
Thanks in advance.
Regards,
Arun Mohan
‎2011 Oct 13 8:51 AM
Hi,
try function RFC_READ_TABLE. It is remote enabled. You can use it with or without WHERE clause.
Roy
‎2011 Oct 13 9:07 AM
Hello,
Be careful this kind of function limit size of a line for exemple the one given is 512 chars.
You have also CRM_CODEX_GET_TABLE_VIA_RFC that give you back lines of 2048 chars.
Regards