Skip to content

Commit d65c8f7

Browse files
authored
Update abaplint.json
1 parent 3c75bb4 commit d65c8f7

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

abaplint.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
"DEVC",
4949
"INTF",
5050
"NSPC",
51-
"PROG"
51+
"PROG",
52+
"TABL"
5253
]
5354
},
5455
"ambiguous_statement": true,
@@ -162,7 +163,9 @@
162163
"method_overwrites_builtin": true,
163164
"method_parameter_names": false,
164165
"mix_returning": true,
165-
"modify_only_own_db_tables": true,
166+
"modify_only_own_db_tables": {
167+
"ownTables": "/APMG/STRUST_LOG"
168+
},
166169
"msag_consistency": true,
167170
"names_no_dash": true,
168171
"nesting": true,
@@ -216,7 +219,7 @@
216219
"sucu": "^Z",
217220
"suso": "^Z",
218221
"sxci": "^Z",
219-
"tabl": "^Z",
222+
"tabl": "^/APMG/STRUST",
220223
"tran": "^Z",
221224
"ttyp": "^Z",
222225
"wdya": "^Z",
@@ -296,3 +299,4 @@
296299
"version": "v750"
297300
}
298301
}
302+

0 commit comments

Comments
 (0)