All files / output cntl.type.mjs

100% Statements 5/5
100% Branches 0/0
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 51x 1x 1x 1x 1x
const pool = {};
pool['cntl_simple_event'] = new abap.types.Structure({"eventid": new abap.types.Integer({qualifiedName: "EVENTID"}), "appl_event": new abap.types.Character(1, {"qualifiedName":"appl_event"})}, "cntl_simple_event", undefined, {}, {});
pool['cntl_simple_events'] = abap.types.TableFactory.construct(new abap.types.Structure({"eventid": new abap.types.Integer({qualifiedName: "EVENTID"}), "appl_event": new abap.types.Character(1, {"qualifiedName":"appl_event"})}, "cntl_simple_event", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "cntl_simple_events");
abap.TypePools['CNTL'] = pool;
//# sourceMappingURL=cntl.type.mjs.map