Application Development 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: 

CUA ?

Former Member
0 Kudos

How many process are usually required to correctly run CUA? Changes were made to our system and since, have been having odd occurrences.

Thank YOU All!

1 ACCEPTED SOLUTION

Frank_Buchholz
Advisor
Advisor
0 Kudos

Sending and processing IDOCs in background serializes the requests and therefore reduces the count of work processes which are running in parallel.

CUA central system:

1 for the administratior working with the CUA

3*n to send the IDOCs for every user which is replicated to one of "n" target systems

3*n to receive the status about processing of an IDOC for every user which is replicated to one of "n" target systems

Most of these work processes are running for a very short time, however, you still need a couple of free work processes in the CUA central system.

Note <a href="https://service.sap.com/sap/support/notes/399271">399271</a> shows tips for optimizing ALE distribution performance of the CUA.

Kind regards

Frank Buchholz

3 REPLIES 3

Former Member
0 Kudos

Hi,

What process you looking, If you explain me little bit more. If you have any problem check in SCUL logs.

Thanks

Happy

Former Member
0 Kudos

Hi,

What process you looking, If you explain me little bit more. If you have any problem check in SCUL logs

Frank_Buchholz
Advisor
Advisor
0 Kudos

Sending and processing IDOCs in background serializes the requests and therefore reduces the count of work processes which are running in parallel.

CUA central system:

1 for the administratior working with the CUA

3*n to send the IDOCs for every user which is replicated to one of "n" target systems

3*n to receive the status about processing of an IDOC for every user which is replicated to one of "n" target systems

Most of these work processes are running for a very short time, however, you still need a couple of free work processes in the CUA central system.

Note <a href="https://service.sap.com/sap/support/notes/399271">399271</a> shows tips for optimizing ALE distribution performance of the CUA.

Kind regards

Frank Buchholz