All files / output tpak.type.mjs

100% Statements 4/4
100% Branches 1/1
100% Functions 0/0
100% Lines 4/4

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

1 2 3 41x 1x 1x 1x
const pool = {};
pool['tpak_permission_to_use_ref_typ'] = new abap.types.ABAPObject({qualifiedName: "IF_PACKAGE_PERMISSION_TO_USE", RTTIName: "\\INTERFACE=IF_PACKAGE_PERMISSION_TO_USE"});
pool['tpak_permission_to_use_list'] = abap.types.TableFactory.construct(new abap.types.ABAPObject({qualifiedName: "IF_PACKAGE_PERMISSION_TO_USE", RTTIName: "\\INTERFACE=IF_PACKAGE_PERMISSION_TO_USE"}), {"withHeader":false,"keyType":"EMPTY","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "tpak_permission_to_use_list");
abap.TypePools['TPAK'] = pool;