Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_persist_packages.intf.abap class zif_abapgit_persist_packages { static INTERNAL_TYPE = 'INTF'; static ATTRIBUTES = {}; static METHODS = {"MODIFY": {"visibility": "U", "parameters": {"IV_PACKAGE": {"type": () => {return new abap.types.Character(30, {});}, "is_optional": " "}, "IV_COMPONENT": {"type": () => {return new abap.types.Character(20, {});}, "is_optional": " "}, "IV_COMP_POSID": {"type": () => {return new abap.types.Character(24, {});}, "is_optional": " "}}}, "READ": {"visibility": "U", "parameters": {"RS_PACKAGE": {"type": () => {return new abap.types.Structure({ "devclass": new abap.types.Character(30, {}), "component": new abap.types.Character(20, {}), "comp_posid": new abap.types.Character(24, {})}, "zif_abapgit_persist_packages=>ty_package", undefined, {}, {});}, "is_optional": " "}, "IV_PACKAGE": {"type": () => {return new abap.types.Character(30, {});}, "is_optional": " "}}}}; } abap.Classes['ZIF_ABAPGIT_PERSIST_PACKAGES'] = zif_abapgit_persist_packages;zif_abapgit_persist_packages.ty_package = new abap.types.Structure({ "devclass": new abap.types.Character(30, {}), "component": new abap.types.Character(20, {}), "comp_posid": new abap.types.Character(24, {})}, "zif_abapgit_persist_packages=>ty_package", undefined, {}, {}); zif_abapgit_persist_packages.ty_packages = abap.types.TableFactory.construct(new abap.types.Structure({ "devclass": new abap.types.Character(30, {}), "component": new abap.types.Character(20, {}), "comp_posid": new abap.types.Character(24, {})}, "zif_abapgit_persist_packages=>ty_package", undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"HASHED","isUnique":true,"keyFields":["DEVCLASS"]},"secondary":[]}, "zif_abapgit_persist_packages=>ty_packages"); export {zif_abapgit_persist_packages}; //# sourceMappingURL=zif_abapgit_persist_packages.intf.mjs.map |