UNPKG

@abaplint/runtime

Version:
12 lines 488 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.callTransaction = callTransaction; function callTransaction() { abap.builtin.sy.get().subrc.set(4); abap.builtin.sy.get().msgid.set("00"); abap.builtin.sy.get().msgty.set("E"); abap.builtin.sy.get().msgno.set("000"); abap.builtin.sy.get().msgv1.set("CALL TRANSACTION"); abap.builtin.sy.get().msgv2.set("not supported in open-abap"); } //# sourceMappingURL=call_transaction.js.map