Skip to content

Commit 364f3d2

Browse files
committed
wip
1 parent 733650d commit 364f3d2

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

abaplint.jsonc

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"global": {
3+
"files": "/src/**/*.*"
4+
},
5+
"dependencies": [
6+
],
7+
"syntax": {
8+
"version": "Cloud",
9+
"errorNamespace": "."
10+
},
11+
"rules": {
12+
"begin_end_names": true,
13+
"cds_parser_error": true,
14+
"check_ddic": true,
15+
"strict_sql": true,
16+
"sql_escape_host_variables": true,
17+
"check_include": true,
18+
"check_syntax": true,
19+
"cloud_types": true,
20+
"sy_modification": true,
21+
"global_class": true,
22+
"implement_methods": true,
23+
"method_implemented_twice": true,
24+
"parser_error": true,
25+
"superclass_final": true,
26+
"unknown_types": true,
27+
"xml_consistency": true
28+
}
29+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
INTERFACE if_rap_query_provider PUBLIC.
22

3+
METHODS select
4+
IMPORTING
5+
io_request TYPE REF TO if_rap_query_request
6+
io_response TYPE REF TO if_rap_query_response
7+
RAISING
8+
cx_rap_query_prov_not_impl
9+
cx_rap_query_provider.
10+
311
ENDINTERFACE.

0 commit comments

Comments
 (0)