Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 | 1x 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 |