cancel
Showing results for 
Search instead for 
Did you mean: 

what is exactly "ABAP SCS"?

Former Member
0 Kudos

Could anybody explain what does "ABAP SCS" do?

How to configure it?

Thanks!

Points!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

SCS is SAP central services.It consists of two services message service and enque service.T

The Message Service keeps a list of the dispatchers and server processes of the Java cluster. It represents the infrastructure for data exchange (small datasets only) between the participating nodes.

The Enqueue Service has the following tasks:

· Internally it is used for synchronization within the Java cluster.

· The applications can lock objects and release locks again. The Enqueue Service processes these requests and manages the lock table with the existing locks.

Check the below link on ABAP SCS

http://help.sap.com/saphelp_nw2004s/helpdata/en/47/8eb99350972b4a8c087b981c88430b/frameset.htm

Reward suitable points