I am updating one of our S4 SDK projects to use the latest version of the SDK and I noticed then when I try to build the project I got the error:
cannot find symbol> [ERROR] symbol: class TimeSheetEntryField
When I look at the Javadocs I can see that this class existed in version 2.7.0 but is missing in the next version 2.8.0
This import throws an error as it cannot find the class in the newer version:
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.workforcetimesheet.TimeSheetEntryField;
I can't see any notice of deprecation. Can you help?
Thanks, Simon