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

improve performance for ABAP web service

Former Member
0 Likes
433

Hi All,

now I have the requirements to transfer 10MB data between two SAP system by web service. But it really took a long time(more than 60s) to finish. The network is LAN. The parameter is simple, a table type with one string field. Anyone knows how can I improve the performance?

Thanks in advance.

Best regards,

Jonas

Hi All,

now I have the requirements to transfer 10MB data between two SAP system by web service. But it really took a long time(more than 60s) to finish. The network is LAN. The parameter is simple, a table type with one string field. Anyone knows how can I improve the performance?

Thanks in advance.

Best regards,

Jonas

1 REPLY 1
Read only

Former Member
0 Likes
405

Check your code in the function module that has been wrapped into a webservice, if that is efficient and its still takes long to transfer data..you might need to increase the time out condition for the webservice, you could look at the current time out setting in transation SMICM.

Hope this helps.

Rajeev