Alexandr Zhuravlev

Results 5 issues of Alexandr Zhuravlev

To compile on Java 9 and above it should add this to pom.xml ` javax.xml.bind jaxb-api 2.3.0 `

IF we have code with default value for select-option like this: `SELECT-OPTIONS s_date FOR d DEFAULT '20231207' SIGN I OPTION GE MODIF ID mr.` the check is raising error 'Use...

CHECK 02 does not allow CHECK for exit from block except loops. It required RETURN for this. And it used Programming Guideline [Only use RETURN to exit procedures](https://help.sap.com/doc/abapdocu_750_index_htm/7.50/en-US/abenexit_procedure_guidl.htm)) to justify...