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 | // zif_abapgit_persist_packages.intf.abap
class zif_abapgit_persist_packages {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_PERSIST_PACKAGES';
static ATTRIBUTES = {};
static METHODS = {"MODIFY": {"visibility": "U", "parameters": {"IV_PACKAGE": {"type": () => {return new abap.types.Character(30, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_COMPONENT": {"type": () => {return new abap.types.Character(20, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_COMP_POSID": {"type": () => {return new abap.types.Character(24, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"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": " ", "parm_kind": "R", "type_name": "StructureType"}, "IV_PACKAGE": {"type": () => {return new abap.types.Character(30, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}}};
}
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}; |