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 952e4b0 commit bafccf2Copy full SHA for bafccf2
package.json
@@ -18,8 +18,8 @@
18
"@abaplint/cli": "^2.113.200",
19
"@abaplint/database-pg": "^2.11.78",
20
"@abaplint/database-sqlite": "^2.11.78",
21
- "@abaplint/runtime": "^2.11.88",
22
- "@abaplint/transpiler-cli": "^2.11.88",
+ "@abaplint/runtime": "^2.11.90",
+ "@abaplint/transpiler-cli": "^2.11.90",
23
"0x": "^6.0.0"
24
}
25
src/http/if_http_client.intf.abap
@@ -5,6 +5,7 @@ INTERFACE if_http_client PUBLIC.
5
DATA propertytype_logon_popup TYPE i.
6
DATA propertytype_accept_cookie TYPE i.
7
DATA propertytype_redirect TYPE i.
8
+ DATA propertytype_send_sap_passport TYPE i.
9
10
CONSTANTS co_disabled TYPE i VALUE 0.
11
CONSTANTS co_enabled TYPE i VALUE 1.
0 commit comments