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 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // zif_abapgit_popups.intf.abap
class zif_abapgit_popups {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'ZIF_ABAPGIT_POPUPS';
static ATTRIBUTES = {"C_NEW_BRANCH_LABEL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
static METHODS = {"POPUP_SEARCH_HELP": {"visibility": "U", "parameters": {"RV_VALUE": {"type": () => {return (() => { throw new Error("Void type: DDSHRETVAL") })();}, "is_optional": " ", "parm_kind": "R", "type_name": "VoidType"}, "IV_TAB_FIELD": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
"POPUP_FOLDER_LOGIC": {"visibility": "U", "parameters": {"RV_FOLDER_LOGIC": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}}},
"CREATE_BRANCH_POPUP": {"visibility": "U", "parameters": {"IV_SOURCE_BRANCH_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "EV_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "E", "type_name": "StringType"}, "EV_CANCEL": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "E", "type_name": "CharacterType"}}},
"BRANCH_LIST_POPUP": {"visibility": "U", "parameters": {"RS_BRANCH": {"type": () => {return new abap.types.Structure({
"sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_BRANCH-NAME"}),
"type": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_git_definitions=>ty_git_branch_type"}),
"is_head": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"display_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_BRANCH-DISPLAY_NAME"})}, "zif_abapgit_git_definitions=>ty_git_branch", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "IV_DEFAULT_BRANCH": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "IV_SHOW_NEW_OPTION": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_HIDE_BRANCH": {"type": () => {return new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_REPO_XML-BRANCH_NAME"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "IV_HIDE_HEAD": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"TAG_LIST_POPUP": {"visibility": "U", "parameters": {"RS_TAG": {"type": () => {return new abap.types.Structure({
"sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
"object": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-NAME"}),
"type": new abap.types.Character(2, {"qualifiedName":"zif_abapgit_git_definitions=>ty_git_branch_type"}),
"display_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-DISPLAY_NAME"}),
"tagger_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-TAGGER_NAME"}),
"tagger_email": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-TAGGER_EMAIL"}),
"message": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-MESSAGE"}),
"body": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_GIT_TAG-BODY"})}, "zif_abapgit_git_definitions=>ty_git_tag", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IV_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
"COMMIT_LIST_POPUP": {"visibility": "U", "parameters": {"RS_COMMIT": {"type": () => {return new abap.types.Structure({
"sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
"parent1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
"parent2": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
"author": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-AUTHOR"}),
"email": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-EMAIL"}),
"time": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-TIME"}),
"message": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-MESSAGE"}),
"body": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_git_definitions=>ty_commit-body"),
"branch": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-BRANCH"}),
"merge": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_COMMIT-MERGE"}),
"tags": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_git_definitions=>ty_commit-tags"),
"create": abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_CREATE-NAME"}),
"parent": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_CREATE-PARENT"})}, "zif_abapgit_git_definitions=>ty_create", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_git_definitions=>ty_commit-create"),
"compressed": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"})}, "zif_abapgit_git_definitions=>ty_commit", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IV_REPO_URL": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}, "IV_BRANCH_NAME": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
"POPUP_TO_CONFIRM": {"visibility": "U", "parameters": {"RV_ANSWER": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}, "IV_TITLEBAR": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CLikeType"}, "IV_TEXT_QUESTION": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CLikeType"}, "IV_TEXT_BUTTON_1": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CLikeType"}, "IV_ICON_BUTTON_1": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"zif_abapgit_popups=>ty_icon"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_TEXT_BUTTON_2": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CLikeType"}, "IV_ICON_BUTTON_2": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"zif_abapgit_popups=>ty_icon"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_DEFAULT_BUTTON": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_DISPLAY_CANCEL_BUTTON": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_POPUP_TYPE": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CLikeType"}}},
"POPUP_TO_CREATE_TRANSP_BRANCH": {"visibility": "U", "parameters": {"RS_TRANSPORT_BRANCH": {"type": () => {return new abap.types.Structure({
"branch_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_TRANSPORT_TO_BRANCH-BRANCH_NAME"}),
"commit_text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DEFINITIONS=>TY_TRANSPORT_TO_BRANCH-COMMIT_TEXT"})}, "zif_abapgit_definitions=>ty_transport_to_branch", undefined, {}, {});}, "is_optional": " ", "parm_kind": "R", "type_name": "StructureType"}, "IV_TRKORR": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"POPUP_TO_SELECT_TRANSPORT": {"visibility": "U", "parameters": {"RV_TRKORR": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}}},
"POPUP_TO_SELECT_FROM_LIST": {"visibility": "U", "parameters": {"IT_LIST": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(4), {"withHeader":false,"keyType":"DEFAULT"});}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IV_TITLE": {"type": () => {return new abap.types.Character(70, {"qualifiedName":"LVC_TITLE","ddicName":"LVC_TITLE","description":"LVC_TITLE"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_HEADER_TEXT": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CSequenceType"}, "IV_START_COLUMN": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "IV_END_COLUMN": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "IV_START_LINE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "IV_END_LINE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " ", "parm_kind": "I", "type_name": "IntegerType"}, "IV_STRIPED_PATTERN": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_OPTIMIZE_COL_WIDTH": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}, "IV_SELECTION_MODE": {"type": () => {return (() => { throw new Error("Void type: SALV_DE_CONSTANT") })();}, "is_optional": " ", "parm_kind": "I", "type_name": "VoidType"}, "IV_SELECT_COLUMN_TEXT": {"type": () => {return new abap.types.Character();}, "is_optional": " ", "parm_kind": "I", "type_name": "CSequenceType"}, "IT_COLUMNS_TO_DISPLAY": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_POPUPS=>TY_ALV_COLUMN-NAME"}),
"text": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_POPUPS=>TY_ALV_COLUMN-TEXT"}),
"length": (() => { throw new Error("Void type: LVC_OUTLEN") })(),
"show_icon": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"center": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"})}, "zif_abapgit_popups=>ty_alv_column", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_popups=>ty_alv_column_tt");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "IT_PRESELECTED_ROWS": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Integer({qualifiedName: "I"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["TABLE_LINE"]},"secondary":[]}, "zif_abapgit_popups=>ty_rows");}, "is_optional": " ", "parm_kind": "I", "type_name": "TableType"}, "ET_LIST": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Character(4), {"withHeader":false,"keyType":"DEFAULT"});}, "is_optional": " ", "parm_kind": "E", "type_name": "TableType"}}},
"POPUP_TRANSPORT_REQUEST": {"visibility": "U", "parameters": {"RV_TRANSPORT": {"type": () => {return new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}, "IS_TRANSPORT_TYPE": {"type": () => {return new abap.types.Structure({
"request": new abap.types.Character(1, {"qualifiedName":"TRFUNCTION","ddicName":"TRFUNCTION","description":"TRFUNCTION"}),
"task": new abap.types.Character(1, {"qualifiedName":"TRFUNCTION","ddicName":"TRFUNCTION","description":"TRFUNCTION"})}, "zif_abapgit_definitions=>ty_transport_type", undefined, {}, {});}, "is_optional": " ", "parm_kind": "I", "type_name": "StructureType"}, "IV_USE_DEFAULT_TRANSPORT": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " ", "parm_kind": "I", "type_name": "CharacterType"}}},
"POPUP_SELECT_TR_REQUESTS": {"visibility": "U", "parameters": {"RT_R_TRKORR": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"sign": new abap.types.Character(1, undefined),
"option": new abap.types.Character(2, undefined),
"low": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}),
"high": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_trrngtrkor_tt");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}, "IS_SELECTION": {"type": () => {return (() => { throw new Error("Void type: TRWBO_SELECTION") })();}, "is_optional": " ", "parm_kind": "I", "type_name": "VoidType"}, "IV_TITLE": {"type": () => {return (() => { throw new Error("Void type: TRWBO_TITLE") })();}, "is_optional": " ", "parm_kind": "I", "type_name": "VoidType"}, "IV_USERNAME_PATTERN": {"type": () => {return new abap.types.Character(4);}, "is_optional": " ", "parm_kind": "I", "type_name": "AnyType"}}},
"POPUP_SELECT_WB_TC_TR_AND_TSK": {"visibility": "U", "parameters": {"RT_R_TRKORR": {"type": () => {return abap.types.TableFactory.construct(new abap.types.Structure({
"sign": new abap.types.Character(1, undefined),
"option": new abap.types.Character(2, undefined),
"low": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}),
"high": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"})}, undefined, undefined, {}, {}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_trrngtrkor_tt");}, "is_optional": " ", "parm_kind": "R", "type_name": "TableType"}}},
"POPUP_TO_SELECT_LABELS": {"visibility": "U", "parameters": {"RV_LABELS": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "R", "type_name": "StringType"}, "IV_LABELS": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "is_optional": " ", "parm_kind": "I", "type_name": "StringType"}}},
"CHOOSE_CODE_INSP_CHECK_VARIANT": {"visibility": "U", "parameters": {"RV_CHECK_VARIANT": {"type": () => {return new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"});}, "is_optional": " ", "parm_kind": "R", "type_name": "CharacterType"}}}};
}
abap.Classes['ZIF_ABAPGIT_POPUPS'] = zif_abapgit_popups;
zif_abapgit_popups.zif_abapgit_popups$c_new_branch_label = new abap.types.String({qualifiedName: "STRING"});
zif_abapgit_popups.zif_abapgit_popups$c_new_branch_label.set('+ create new ...');
zif_abapgit_popups.ty_rows = abap.types.TableFactory.construct(new abap.types.Integer({qualifiedName: "I"}), {"withHeader":false,"keyType":"USER","primaryKey":{"name":"primary_key","type":"SORTED","isUnique":true,"keyFields":["TABLE_LINE"]},"secondary":[]}, "zif_abapgit_popups=>ty_rows");
zif_abapgit_popups.ty_popup_position = new abap.types.Structure({
"start_column": new abap.types.Integer({qualifiedName: "I"}),
"start_row": new abap.types.Integer({qualifiedName: "I"}),
"end_column": new abap.types.Integer({qualifiedName: "I"}),
"end_row": new abap.types.Integer({qualifiedName: "I"})}, "zif_abapgit_popups=>ty_popup_position", undefined, {}, {});
zif_abapgit_popups.ty_char1 = new abap.types.Character(1, {"qualifiedName":"zif_abapgit_popups=>ty_char1"});
zif_abapgit_popups.ty_icon = new abap.types.Character(30, {"qualifiedName":"zif_abapgit_popups=>ty_icon"});
export {zif_abapgit_popups}; |