Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
sunil1101
Advisor
Advisor


Hi All,

Performing consistency check consistency on large solutions could take more time and lead to time out errors on the SDK. From the release 1605 we introduced this as a background job so a SDK developer can perform this task in background which does not freeze the SDK and continue to do development on the same or other solutions

How to use this feature: follow the steps below:

1. Right click on solution->Check->Enable Background Mode



This does not start the check but only enables it. Notice the message on the bottom left corner of the SDK – Consistency Check enabled in the background mode.



2. To start the check, right click on solution -> Check -> Items to start the check process in the background.



Notice the message on the bottom left corner of the SDK – Consistency Check triggered in background mode.



Note: The SDK will allow changes to be done to the current solution while check is in progress, however it is not advisable to do so, as the consistency check will give varied results

3. Right click on solution ->Check->Display logs to see the results.













Success(Consistent Solution) Error messages from inconsistent solution
                    

whenever you need to disable 'Background Mode' you can disable it by right click -> solution->Check -> Disable Background Mode and Check consistency will work on front end.



 

Cheers!!

Sunil