Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Sample BAPI to test performance

Former Member
0 Likes
530

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

2 REPLIES 2
Read only

Former Member
0 Likes
425

Hi,

try function RFC_READ_TABLE. It is remote enabled. You can use it with or without WHERE clause.

Roy

Read only

Former Member
0 Likes
425

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