Skip to content

Commit 583840b

Browse files
authored
Add section on checking warnings and errors (#278)
1 parent 59cf46d commit 583840b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/development-guide/read-first/guidelines.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ abapGit is targeted for [version 7.02](https://help.sap.com/doc/abapdocu_latest_
4646

4747
[abaplint](https://abaplint.org) will automatically check every pull request for language syntax that is compatible with 7.02.
4848

49+
#### Check Warnings and Errors
50+
51+
The goal is to have as few warnings on high, latest ABAP releases as possible, and no errors on low, earliest supported release (i.e. 7.02). See [design decision](https://github.com/abapGit/abapGit/issues/7438#issuecomment-3441285648).
52+
4953
#### Standard Objects
5054

5155
The code must only reference standard SAP objects (classes, interfaces, DDIC types) that exist in version 7.02 and higher. Referencing objects that do *not* exist in 7.02 creates syntax errors and therefore requires using dynamic ABAP. DDIC types that do *not* exist in 7.02 should be replaced by local type definitions.

0 commit comments

Comments
 (0)