All files / output zcl_abapgit_repo.clas.testclasses.mjs

96.72% Statements 177/183
88.88% Branches 16/18
73.68% Functions 14/19
96.72% Lines 177/183

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 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 1831x 1x 1x 2x 2x 2x 2x 2x 2x 2x 2x 2x 1x 1x 1x 1x 1x 1x 1x 1x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 1x 1x 1x 1x 1x 1x 2x 1x 1x 1x 1x 1x 1x 1x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 2x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 2x 1x 2x 2x 2x 2x             2x 2x 1x 1x 2x 2x 2x 2x 1x 1x 2x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 3x 3x 3x 3x 1x 1x 1x 2x 1x 1x 1x 1x
const {zcl_abapgit_repo} = await import("./zcl_abapgit_repo.clas.mjs");
const {cx_root} = await import("./cx_root.clas.mjs");
// zcl_abapgit_repo.clas.testclasses.abap
class ltcl_find_remote_dot_abapgit {
  static INTERNAL_TYPE = 'CLAS';
  static INTERNAL_NAME = 'CLAS-ZCL_ABAPGIT_REPO-LTCL_FIND_REMOTE_DOT_ABAPGIT';
  static IMPLEMENTED_INTERFACES = [];
  static ATTRIBUTES = {"MI_REPO": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_REPO", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_REPO"});}, "visibility": "I", "is_constant": " ", "is_class": " "},
  "MX_ERROR": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCX_ABAPGIT_EXCEPTION", RTTIName: "\\CLASS=ZCX_ABAPGIT_EXCEPTION"});}, "visibility": "I", "is_constant": " ", "is_class": " "},
  "MO_DOT_ABAPGIT": {"type": () => {return new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_DOT_ABAPGIT", RTTIName: "\\CLASS=ZCL_ABAPGIT_DOT_ABAPGIT"});}, "visibility": "I", "is_constant": " ", "is_class": " "},
  "C_DUMMY_REPO_KEY": {"type": () => {return new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});}, "visibility": "I", "is_constant": "X", "is_class": "X"}};
  static METHODS = {"POSITIVE": {"visibility": "I", "parameters": {}},
  "NEW_REPO_NEEDS_NO_DOT_ABAPGIT": {"visibility": "I", "parameters": {}},
  "GIVEN_ANY_REPO": {"visibility": "I", "parameters": {}},
  "WHEN_FIND_REMOTE_DOT_ABAPGIT": {"visibility": "I", "parameters": {}},
  "THEN_DOT_ABAPGIT_IS_BOUND": {"visibility": "I", "parameters": {}},
  "THEN_NO_EXCEPTION_IS_RAISED": {"visibility": "I", "parameters": {}},
  "GIVEN_DOT_ABAPGIT_FILE": {"visibility": "I", "parameters": {}},
  "GIVEN_NO_DOT_ABAPGIT_FILE": {"visibility": "I", "parameters": {}},
  "THEN_DOT_ABAPGIT_IS_NOT_BOUND": {"visibility": "I", "parameters": {}},
  "GIVEN_REPO_HAS_FILES": {"visibility": "I", "parameters": {"IV_NUMBER_OF_FILES": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "is_optional": " "}}}};
  #mi_repo;
  #mx_error;
  #mo_dot_abapgit;
  constructor() {
    this.me = new abap.types.ABAPObject();
    this.me.set(this);
    this.INTERNAL_ID = abap.internalIdCounter++;
    this.FRIENDS_ACCESS_INSTANCE = {
      "positive": this.#positive.bind(this),
      "new_repo_needs_no_dot_abapgit": this.#new_repo_needs_no_dot_abapgit.bind(this),
      "given_any_repo": this.#given_any_repo.bind(this),
      "when_find_remote_dot_abapgit": this.#when_find_remote_dot_abapgit.bind(this),
      "then_dot_abapgit_is_bound": this.#then_dot_abapgit_is_bound.bind(this),
      "then_no_exception_is_raised": this.#then_no_exception_is_raised.bind(this),
      "given_dot_abapgit_file": this.#given_dot_abapgit_file.bind(this),
      "given_no_dot_abapgit_file": this.#given_no_dot_abapgit_file.bind(this),
      "then_dot_abapgit_is_not_bound": this.#then_dot_abapgit_is_not_bound.bind(this),
      "given_repo_has_files": this.#given_repo_has_files.bind(this),
    };
    this.#mi_repo = new abap.types.ABAPObject({qualifiedName: "ZIF_ABAPGIT_REPO", RTTIName: "\\INTERFACE=ZIF_ABAPGIT_REPO"});
    this.FRIENDS_ACCESS_INSTANCE["mi_repo"] = this.#mi_repo;
    this.#mx_error = new abap.types.ABAPObject({qualifiedName: "ZCX_ABAPGIT_EXCEPTION", RTTIName: "\\CLASS=ZCX_ABAPGIT_EXCEPTION"});
    this.FRIENDS_ACCESS_INSTANCE["mx_error"] = this.#mx_error;
    this.#mo_dot_abapgit = new abap.types.ABAPObject({qualifiedName: "ZCL_ABAPGIT_DOT_ABAPGIT", RTTIName: "\\CLASS=ZCL_ABAPGIT_DOT_ABAPGIT"});
    this.FRIENDS_ACCESS_INSTANCE["mo_dot_abapgit"] = this.#mo_dot_abapgit;
    this.c_dummy_repo_key = ltcl_find_remote_dot_abapgit.c_dummy_repo_key;
  }
  async constructor_(INPUT) {
    if (super.constructor_) { await super.constructor_(INPUT); }
    return this;
  }
  async #positive() {
    await this.#given_any_repo();
    await this.#given_dot_abapgit_file();
    await this.#when_find_remote_dot_abapgit();
    await this.#then_dot_abapgit_is_bound();
    await this.#then_no_exception_is_raised();
  }
  async #new_repo_needs_no_dot_abapgit() {
    await this.#given_any_repo();
    await this.#given_repo_has_files({iv_number_of_files: abap.IntegerFactory.get(3)});
    await this.#given_no_dot_abapgit_file();
    await this.#when_find_remote_dot_abapgit();
    await this.#then_dot_abapgit_is_not_bound();
    await this.#then_no_exception_is_raised();
  }
  async #given_any_repo() {
    let ls_data = new abap.types.Structure({
    "key": new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"}),
    "url": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_REPO_XML-URL"}),
    "branch_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_REPO_XML-BRANCH_NAME"}),
    "selected_commit": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
    "package": new abap.types.Character(30, {"qualifiedName":"DEVCLASS","ddicName":"DEVCLASS","description":"DEVCLASS"}),
    "created_by": new abap.types.Character(12, {"qualifiedName":"SYUNAME","ddicName":"SYUNAME","description":"SYUNAME"}),
    "created_at": new abap.types.Packed({length: 21, decimals: 7, qualifiedName: "TIMESTAMPL"}),
    "deserialized_by": new abap.types.Character(12, {"qualifiedName":"SYUNAME","ddicName":"SYUNAME","description":"SYUNAME"}),
    "deserialized_at": new abap.types.Packed({length: 21, decimals: 7, qualifiedName: "TIMESTAMPL"}),
    "offline": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "switched_origin": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_REPO_XML-SWITCHED_ORIGIN"}),
    "dot_abapgit": new abap.types.Structure({
    "name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DOT_ABAPGIT=>TY_DOT_ABAPGIT-NAME"}),
    "master_language": new abap.types.Character(1, {"qualifiedName":"SPRAS","ddicName":"SPRAS","description":"SPRAS"}),
    "i18n_languages": abap.types.TableFactory.construct(new abap.types.Character(2, {"qualifiedName":"LAISO","ddicName":"LAISO","description":"LAISO"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_definitions=>ty_languages"),
    "use_lxe": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "without_translation": 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_dot_abapgit=>ty_dot_abapgit-without_translation"),
    "starting_folder": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DOT_ABAPGIT=>TY_DOT_ABAPGIT-STARTING_FOLDER"}),
    "folder_logic": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DOT_ABAPGIT=>TY_DOT_ABAPGIT-FOLDER_LOGIC"}),
    "ignore": 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_dot_abapgit=>ty_dot_abapgit-ignore"),
    "requirements": abap.types.TableFactory.construct(new abap.types.Structure({
    "component": new abap.types.Character(30, {"description":"DLVUNIT"}),
    "min_release": new abap.types.Character(10, {"qualifiedName":"SAPRELEASE","ddicName":"SAPRELEASE","description":"SAPRELEASE"}),
    "min_patch": new abap.types.Character(10, {"qualifiedName":"SAPPATCHLV","ddicName":"SAPPATCHLV","description":"SAPPATCHLV"})}, "zif_abapgit_dot_abapgit=>ty_requirement", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zif_abapgit_dot_abapgit=>ty_requirement_tt"),
    "version_constant": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DOT_ABAPGIT=>TY_DOT_ABAPGIT-VERSION_CONSTANT"}),
    "abap_language_version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_DOT_ABAPGIT=>TY_DOT_ABAPGIT-ABAP_LANGUAGE_VERSION"}),
    "original_system": new abap.types.Character(5, {})}, "zif_abapgit_dot_abapgit=>ty_dot_abapgit", undefined, {}, {}),
    "head_branch": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_REPO_XML-HEAD_BRANCH"}),
    "local_settings": new abap.types.Structure({
    "display_name": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_LOCAL_SETTINGS-DISPLAY_NAME"}),
    "ignore_subpackages": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "write_protected": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "only_local_objects": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "code_inspector_check_variant": new abap.types.Character(30, {"qualifiedName":"SCI_CHKV","ddicName":"SCI_CHKV","description":"SCI_CHKV"}),
    "block_commit": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "main_language_only": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "suppress_lxe_po_comments": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "labels": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_PERSISTENCE=>TY_LOCAL_SETTINGS-LABELS"}),
    "transport_request": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}),
    "customizing_request": new abap.types.Character(20, {"qualifiedName":"TRKORR","ddicName":"TRKORR","description":"TRKORR"}),
    "flow": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
    "exclude_remote_paths": abap.types.TableFactory.construct(new abap.types.String({qualifiedName: "STRING"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "STRING_TABLE")}, "zif_abapgit_persistence=>ty_local_settings", undefined, {}, {})}, "zif_abapgit_persistence=>ty_repo", undefined, {}, {});
    ls_data.get().key.set(ltcl_find_remote_dot_abapgit.c_dummy_repo_key);
    this.#mi_repo.set(await (new abap.Classes['ZCL_ABAPGIT_REPO_OFFLINE']()).constructor_({is_data: ls_data}));
  }
  async #given_dot_abapgit_file() {
    let lt_files = abap.types.TableFactory.construct(new abap.types.Structure({
    "path": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-PATH"}),
    "filename": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-FILENAME"}),
    "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
    "data": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE-DATA"})}, "zif_abapgit_git_definitions=>ty_file", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[{"name":"file_path","type":"SORTED","isUnique":true,"keyFields":["PATH","FILENAME"]},{"name":"file","type":"SORTED","isUnique":false,"keyFields":["FILENAME"]}]}, "zif_abapgit_git_definitions=>ty_files_tt");
    let ls_file = new abap.types.Structure({
    "path": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-PATH"}),
    "filename": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-FILENAME"}),
    "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
    "data": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE-DATA"})}, "zif_abapgit_git_definitions=>ty_file", undefined, {}, {});
    ls_file.get().path.set(abap.Classes['ZIF_ABAPGIT_DEFINITIONS'].zif_abapgit_definitions$c_root_dir);
    ls_file.get().filename.set(abap.Classes['ZIF_ABAPGIT_DEFINITIONS'].zif_abapgit_definitions$c_dot_abapgit);
    ls_file.get().data.set((await abap.Classes['ZCL_ABAPGIT_CONVERT'].string_to_xstring({iv_str: abap.operators.concat(new abap.types.String().set(`<?xml version="1.0" encoding="utf-8"?>`),abap.operators.concat(new abap.types.String().set(`<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">`),abap.operators.concat(new abap.types.String().set(` <asx:values>`),abap.operators.concat(new abap.types.String().set(`  <DATA>`),abap.operators.concat(new abap.types.String().set(`   <MASTER_LANGUAGE>E</MASTER_LANGUAGE>`),abap.operators.concat(new abap.types.String().set(`   <STARTING_FOLDER>/src/</STARTING_FOLDER>`),abap.operators.concat(new abap.types.String().set(`   <FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>`),abap.operators.concat(new abap.types.String().set(`   <IGNORE>`),abap.operators.concat(new abap.types.String().set(`    <item>/.gitignore</item>`),abap.operators.concat(new abap.types.String().set(`    <item>/LICENSE</item>`),abap.operators.concat(new abap.types.String().set(`    <item>/README.md</item>`),abap.operators.concat(new abap.types.String().set(`    <item>/package.json</item>`),abap.operators.concat(new abap.types.String().set(`    <item>/.travis.yml</item>`),abap.operators.concat(new abap.types.String().set(`   </IGNORE>`),abap.operators.concat(new abap.types.String().set(`  </DATA>`),abap.operators.concat(new abap.types.String().set(` </asx:values>`),new abap.types.String().set(`</asx:abap>`)))))))))))))))))})));
    abap.statements.insertInternal({data: ls_file, table: lt_files});
    await this.#mi_repo.get().zif_abapgit_repo$set_files_remote({it_files: lt_files});
  }
  async #given_no_dot_abapgit_file() {
  }
  async #when_find_remote_dot_abapgit() {
    try {
      this.#mo_dot_abapgit.set((await this.#mi_repo.get().zif_abapgit_repo$find_remote_dot_abapgit()));
    } catch (e) {
      if ((abap.Classes['ZCX_ABAPGIT_EXCEPTION'] && e instanceof abap.Classes['ZCX_ABAPGIT_EXCEPTION'])) {
        this.#mx_error.set(e);
      } else {
        throw e;
      }
    }
  }
  async #then_dot_abapgit_is_bound() {
    await abap.Classes['CL_ABAP_UNIT_ASSERT'].assert_bound({act: this.#mo_dot_abapgit});
  }
  async #then_no_exception_is_raised() {
    await abap.Classes['CL_ABAP_UNIT_ASSERT'].assert_not_bound({act: this.#mx_error});
  }
  async #then_dot_abapgit_is_not_bound() {
    await abap.Classes['CL_ABAP_UNIT_ASSERT'].assert_not_bound({act: this.#mo_dot_abapgit});
  }
  async #given_repo_has_files(INPUT) {
    let iv_number_of_files = INPUT?.iv_number_of_files;
    if (iv_number_of_files?.getQualifiedName === undefined || iv_number_of_files.getQualifiedName() !== "I") { iv_number_of_files = undefined; }
    if (iv_number_of_files === undefined) { iv_number_of_files = new abap.types.Integer({qualifiedName: "I"}).set(INPUT.iv_number_of_files); }
    let lt_files = abap.types.TableFactory.construct(new abap.types.Structure({
    "path": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-PATH"}),
    "filename": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-FILENAME"}),
    "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
    "data": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE-DATA"})}, "zif_abapgit_git_definitions=>ty_file", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[{"name":"file_path","type":"SORTED","isUnique":true,"keyFields":["PATH","FILENAME"]},{"name":"file","type":"SORTED","isUnique":false,"keyFields":["FILENAME"]}]}, "zif_abapgit_git_definitions=>ty_files_tt");
    let ls_file = new abap.types.Structure({
    "path": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-PATH"}),
    "filename": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE_SIGNATURE-FILENAME"}),
    "sha1": new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"}),
    "data": new abap.types.XString({qualifiedName: "ZIF_ABAPGIT_GIT_DEFINITIONS=>TY_FILE-DATA"})}, "zif_abapgit_git_definitions=>ty_file", undefined, {}, {});
    ls_file.get().path.set(abap.Classes['ZIF_ABAPGIT_DEFINITIONS'].zif_abapgit_definitions$c_root_dir);
    const indexBackup1 = abap.builtin.sy.get().index.get();
    const unique587 = iv_number_of_files.get();
    for (let unique588 = 0; unique588 < unique587; unique588++) {
      abap.builtin.sy.get().index.set(unique588 + 1);
      ls_file.get().filename.set(new abap.types.String().set(`File_${abap.templateFormatting(abap.builtin.sy.get().index)}`));
      abap.statements.insertInternal({data: ls_file, table: lt_files});
    }
    abap.builtin.sy.get().index.set(indexBackup1);
    await this.#mi_repo.get().zif_abapgit_repo$set_files_remote({it_files: lt_files});
  }
}
abap.Classes['CLAS-ZCL_ABAPGIT_REPO-LTCL_FIND_REMOTE_DOT_ABAPGIT'] = ltcl_find_remote_dot_abapgit;
ltcl_find_remote_dot_abapgit.c_dummy_repo_key = new abap.types.Character(12, {"qualifiedName":"zif_abapgit_persistence=>ty_value"});
ltcl_find_remote_dot_abapgit.c_dummy_repo_key.set('000000001');
export {ltcl_find_remote_dot_abapgit};