cancel
Showing results for 
Search instead for 
Did you mean: 

About the performance of "RFC Server"

Former Member
0 Kudos

hi:

I have developed a "RFC Server" with sap.net connector and register with one out of eight sap app Servers,so I can access external database inside sap with it. but I don't know the efficiency of it,if there is large amount of data to insert , update and it is very frequent,does it work well?

Thanks in advance! Any answer is welcome!

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

done

Former Member
0 Kudos

can anyone tell me?

Former Member
0 Kudos

Thanks!

I know this method.

I have eight app servers and only one db server.

so it may increase the load of db server.

if there is large amount of data , can the db server

do it well.

reiner_hille-doering
Active Contributor
0 Kudos

Accessing external Databases with RFC-based middleware is Ok, but the best performance you usually get by accessing the external database directly from within the SAP ABAP server with the "DB multiconnect" feature. This allows ABAP programs to read and write to others than the primary database. ABAP knowledge is of cause required.

SAP has several products that use this feature and that may already fit your needs, e.g. BI (also known as BW) and SCM (also known as APO).