Starting with Release 7.40, SAP implemented a stricter check for and enforcement of Open SQL syntax rules:
To enable a user to control use of strict mode, the following command has been introduced.
ENGINE SQLSAP SET SQLSTRICTMODE {ON|OFF|AUTO}
where:
Enforces use of strict mode, regardless of the target SAP system capabilities.
Turns off strict mode.
Sets strict mode automatically depending on the target SAP system kernel release (Kernel 740 SP02 and higher support ON). This is the default value.
To revert to the automatic setting, issue the following command.
ENGINE SQLSAP SET SQLSTRICTMODE RESET
WebFOCUS | |
Feedback |