cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service instance creation limitation

may_thitsaoo
Contributor
0 Kudos
601

Dear Community members,

SAP ByDesign standard web services like ManageSalesOrderIn can create multiple instances in one time Request.

But I would like to know the maximum instances possible to create in one Request.

And the performance issue?

(we would like to create at least 100 Sales Order in one SOAP request, so..)

Thanks and Regards,

May

Accepted Solutions (1)

Accepted Solutions (1)

former_member197733
Contributor

To the best of my knowledge, there is no official limitation on the number of instances. However you shouldbe aware about timeouts, wich do exist and will limit your processing capacity. Those are:

ByD as web service consumer (ByD calls external web service):

  • Consumer max. wait time (Soap only):
  • default: inactive
  • o configurable via communication arrangement
  • TCP timeout: 900s
  • Dialog session timeout: 3600s
  • Background job timeout: <tbd. no timeout?>

ByD as web service provider (external system calls ByD web service):

  • HTTP timeout: 600s
  • Session timeout: 3600s
  • Application timeouts:
  • o Soap ODP interface: 720s

So, as long as you keep within those limits, you should be ok.

Since the document processing time depends on a lot of factors on your tenant (configuration, extensions...) further test will be required.

Answers (0)