What is Automatic Condition Splitter(ACS)?

What is Automatic Condition Splitter(ACS)?

While using Process Runner DB Data Extractor with where condition and if the value of where condition is coming from database and the length of resultant where condition is more than allowed by SAP underlying database the process will not execute and will result in error from SAP. To overcome this issue Automatic Condition Splitter (ACS) is developed into Process Runner DB to split the where condition. ACS will handle the length of where condition by splitting the where condition internally keeping the length within the specified limit. The number of calls made to SAP will be number of slices made by ACS of the where condition.
 
 
Next:
How it works?