We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c75bb4 commit d65c8f7Copy full SHA for d65c8f7
abaplint.json
@@ -48,7 +48,8 @@
48
"DEVC",
49
"INTF",
50
"NSPC",
51
- "PROG"
+ "PROG",
52
+ "TABL"
53
]
54
},
55
"ambiguous_statement": true,
@@ -162,7 +163,9 @@
162
163
"method_overwrites_builtin": true,
164
"method_parameter_names": false,
165
"mix_returning": true,
- "modify_only_own_db_tables": true,
166
+ "modify_only_own_db_tables": {
167
+ "ownTables": "/APMG/STRUST_LOG"
168
+ },
169
"msag_consistency": true,
170
"names_no_dash": true,
171
"nesting": true,
@@ -216,7 +219,7 @@
216
219
"sucu": "^Z",
217
220
"suso": "^Z",
218
221
"sxci": "^Z",
- "tabl": "^Z",
222
+ "tabl": "^/APMG/STRUST",
223
"tran": "^Z",
224
"ttyp": "^Z",
225
"wdya": "^Z",
@@ -296,3 +299,4 @@
296
299
"version": "v750"
297
300
}
298
301
302
+
0 commit comments