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

CUA ?

Former Member
0 Likes
551

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
Read only

Frank_Buchholz
Product and Topic Expert
Product and Topic Expert
0 Likes
506

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
Read only

Former Member
0 Likes
506

Hi,

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

Thanks

Happy

Read only

Former Member
0 Likes
506

Hi,

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

Read only

Frank_Buchholz
Product and Topic Expert
Product and Topic Expert
0 Likes
507

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