All files / output zcl_abapgit_persist_migrate.clas.mjs

6.95% Statements 37/532
100% Branches 2/2
4.76% Functions 1/21
6.95% Lines 37/532

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 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 5321x 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
await import("./zcl_abapgit_persist_migrate.clas.locals.mjs");
const {cx_root} = await import("./cx_root.clas.mjs");
const {zcl_abapgit_objects_program} = await import("./zcl_abapgit_objects_program.clas.mjs");
// zcl_abapgit_persist_migrate.clas.abap
class zcl_abapgit_persist_migrate {
  static INTERNAL_TYPE = 'CLAS';
  static INTERNAL_NAME = 'ZCL_ABAPGIT_PERSIST_MIGRATE';
  static IMPLEMENTED_INTERFACES = [];
  static ATTRIBUTES = {"C_TEXT": {"type": () => {return new abap.types.String({qualifiedName: "STRING"});}, "visibility": "I", "is_constant": "X", "is_class": "X"}};
  static METHODS = {"TABLE_CREATE": {"visibility": "I", "parameters": {}},
  "TABLE_EXISTS": {"visibility": "I", "parameters": {"RV_EXISTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "LOCK_CREATE": {"visibility": "I", "parameters": {}},
  "LOCK_EXISTS": {"visibility": "I", "parameters": {"RV_EXISTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "GUI_STATUS_CREATE": {"visibility": "I", "parameters": {}},
  "GUI_STATUS_EXISTS": {"visibility": "I", "parameters": {"RV_EXISTS": {"type": () => {return new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});}, "is_optional": " "}}},
  "RUN": {"visibility": "U", "parameters": {}}};
  constructor() {
    this.me = new abap.types.ABAPObject();
    this.me.set(this);
    this.INTERNAL_ID = abap.internalIdCounter++;
    this.FRIENDS_ACCESS_INSTANCE = {
    };
    this.c_text = zcl_abapgit_persist_migrate.c_text;
  }
  async constructor_(INPUT) {
    if (super.constructor_) { await super.constructor_(INPUT); }
    return this;
  }
  async gui_status_create() {
    return zcl_abapgit_persist_migrate.gui_status_create();
  }
  static async gui_status_create() {
    let ls_cua = new abap.types.Structure({
    "adm": (() => { throw new Error("Void type: RSMPE_ADM") })(),
    "sta": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_STAT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-sta"),
    "fun": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_FUNT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-fun"),
    "men": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_MEN") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-men"),
    "mtx": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_MNLT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-mtx"),
    "act": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_ACT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-act"),
    "but": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_BUT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-but"),
    "pfk": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_PFK") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-pfk"),
    "set": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_STAF") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-set"),
    "doc": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_ATRT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-doc"),
    "tit": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_TITT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-tit"),
    "biv": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_BUTS") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-biv")}, "zcl_abapgit_objects_program=>ty_cua", undefined, {}, {});
    if (abap.compare.eq((await (await abap.Classes['ZCL_ABAPGIT_FACTORY'].get_environment()).get().zif_abapgit_environment$is_merged()), abap.builtin.abap_false)) {
      return;
    }
    if (abap.compare.eq((await this.gui_status_exists()), abap.builtin.abap_true)) {
      return;
    }
    ls_cua.set((await abap.Classes['CLAS-ZCL_ABAPGIT_PERSIST_MIGRATE-LCL_OWN_CUA_PROVIDER'].get()));
    if (abap.compare.initial(ls_cua)) {
      return;
    }
    try {
      await (await abap.Classes['CLAS-ZCL_ABAPGIT_PERSIST_MIGRATE-LCL_CUA_INTERFACE'].new()).get().put_own_cua({is_cua: ls_cua});
    } catch (e) {
      if ((abap.Classes['ZCX_ABAPGIT_EXCEPTION'] && e instanceof abap.Classes['ZCX_ABAPGIT_EXCEPTION'])) {
      } else {
        throw e;
      }
    }
  }
  async gui_status_exists() {
    return zcl_abapgit_persist_migrate.gui_status_exists();
  }
  static async gui_status_exists() {
    let rv_exists = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
    let ls_own_cua = new abap.types.Structure({
    "adm": (() => { throw new Error("Void type: RSMPE_ADM") })(),
    "sta": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_STAT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-sta"),
    "fun": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_FUNT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-fun"),
    "men": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_MEN") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-men"),
    "mtx": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_MNLT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-mtx"),
    "act": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_ACT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-act"),
    "but": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_BUT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-but"),
    "pfk": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_PFK") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-pfk"),
    "set": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_STAF") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-set"),
    "doc": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_ATRT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-doc"),
    "tit": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_TITT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-tit"),
    "biv": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_BUTS") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-biv")}, "zcl_abapgit_objects_program=>ty_cua", undefined, {}, {});
    let ls_new_cua = new abap.types.Structure({
    "adm": (() => { throw new Error("Void type: RSMPE_ADM") })(),
    "sta": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_STAT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-sta"),
    "fun": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_FUNT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-fun"),
    "men": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_MEN") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-men"),
    "mtx": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_MNLT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-mtx"),
    "act": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_ACT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-act"),
    "but": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_BUT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-but"),
    "pfk": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_PFK") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-pfk"),
    "set": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_STAF") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-set"),
    "doc": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_ATRT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-doc"),
    "tit": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_TITT") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-tit"),
    "biv": abap.types.TableFactory.construct((() => { throw new Error("Void type: RSMPE_BUTS") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "zcl_abapgit_objects_program=>ty_cua-biv")}, "zcl_abapgit_objects_program=>ty_cua", undefined, {}, {});
    let lv_x_own = new abap.types.XString({qualifiedName: "XSTRING"});
    let lv_x_new = new abap.types.XString({qualifiedName: "XSTRING"});
    let lv_h_own = new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"});
    let lv_h_new = new abap.types.Character(40, {"qualifiedName":"zif_abapgit_git_definitions=>ty_sha1"});
    try {
      ls_own_cua.set((await (await abap.Classes['CLAS-ZCL_ABAPGIT_PERSIST_MIGRATE-LCL_CUA_INTERFACE'].new()).get().get_own_cua()));
    } catch (e) {
      if ((abap.Classes['ZCX_ABAPGIT_EXCEPTION'] && e instanceof abap.Classes['ZCX_ABAPGIT_EXCEPTION'])) {
      } else {
        throw e;
      }
    }
    if (abap.compare.initial(ls_own_cua)) {
      rv_exists.set(abap.builtin.abap_false);
      return rv_exists;
    }
    ls_new_cua.set((await abap.Classes['CLAS-ZCL_ABAPGIT_PERSIST_MIGRATE-LCL_OWN_CUA_PROVIDER'].get()));
    if (abap.compare.initial(ls_new_cua)) {
      rv_exists.set(abap.builtin.abap_true);
      return rv_exists;
    }
    throw new Error("Export, transpiler todo");
    throw new Error("Export, transpiler todo");
    try {
      lv_h_own.set((await abap.Classes['ZCL_ABAPGIT_HASH'].sha1_raw({iv_data: lv_x_own})));
      lv_h_new.set((await abap.Classes['ZCL_ABAPGIT_HASH'].sha1_raw({iv_data: lv_x_new})));
    } catch (e) {
      if ((abap.Classes['ZCX_ABAPGIT_EXCEPTION'] && e instanceof abap.Classes['ZCX_ABAPGIT_EXCEPTION'])) {
        rv_exists.set(abap.builtin.abap_true);
        return rv_exists;
      } else {
        throw e;
      }
    }
    rv_exists.set(abap.builtin.boolc(abap.compare.eq(lv_h_own, lv_h_new)));
    return rv_exists;
  }
  async lock_create() {
    return zcl_abapgit_persist_migrate.lock_create();
  }
  static async lock_create() {
    let ls_dd25v = (() => { throw new Error("Void type: DD25V") })();
    let lt_dd26e = abap.types.TableFactory.construct((() => { throw new Error("Void type: DD26E") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "");
    let lt_dd27p = abap.types.TableFactory.construct((() => { throw new Error("Void type: DD27P") })(), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "");
    let fs_ls_dd26e_ = new abap.types.FieldSymbol((() => { throw new Error("Void type: DD26E") })());
    let fs_ls_dd27p_ = new abap.types.FieldSymbol((() => { throw new Error("Void type: DD27P") })());
    ls_dd25v.get().viewname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock);
    ls_dd25v.get().aggtype.set(abap.CharacterFactory.get(1, 'E'));
    ls_dd25v.get().roottab.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
    ls_dd25v.get().ddlanguage.set(abap.Classes['ZIF_ABAPGIT_DEFINITIONS'].zif_abapgit_definitions$c_english);
    ls_dd25v.get().ddtext.set(zcl_abapgit_persist_migrate.c_text);
    fs_ls_dd26e_.assign(lt_dd26e.appendInitial());
    fs_ls_dd26e_.get().viewname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock);
    fs_ls_dd26e_.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
    fs_ls_dd26e_.get().tabpos.set(abap.CharacterFactory.get(4, '0001'));
    fs_ls_dd26e_.get().fortabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
    fs_ls_dd26e_.get().enqmode.set(abap.CharacterFactory.get(1, 'E'));
    fs_ls_dd27p_.assign(lt_dd27p.appendInitial());
    fs_ls_dd27p_.get().viewname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock);
    fs_ls_dd27p_.get().objpos.set(abap.CharacterFactory.get(4, '0001'));
    fs_ls_dd27p_.get().viewfield.set(abap.CharacterFactory.get(4, 'TYPE'));
    fs_ls_dd27p_.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
    fs_ls_dd27p_.get().fieldname.set(abap.CharacterFactory.get(4, 'TYPE'));
    fs_ls_dd27p_.get().keyflag.set(abap.builtin.abap_true);
    fs_ls_dd27p_.assign(lt_dd27p.appendInitial());
    fs_ls_dd27p_.get().viewname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock);
    fs_ls_dd27p_.get().objpos.set(abap.CharacterFactory.get(4, '0002'));
    fs_ls_dd27p_.get().viewfield.set(abap.CharacterFactory.get(5, 'VALUE'));
    fs_ls_dd27p_.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
    fs_ls_dd27p_.get().fieldname.set(abap.CharacterFactory.get(5, 'VALUE'));
    fs_ls_dd27p_.get().keyflag.set(abap.builtin.abap_true);
    try {
      if (abap.FunctionModules['DDIF_ENQU_PUT'] === undefined) { if (abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()] === undefined) { throw "CX_SY_DYN_CALL_ILLEGAL_FUNC not found"; } else { throw new abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()]();} }
      await abap.FunctionModules['DDIF_ENQU_PUT']({exporting: {name: abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock, dd25v_wa: ls_dd25v}, tables: {dd26e_tab: lt_dd26e, dd27p_tab: lt_dd27p}});
      abap.builtin.sy.get().subrc.set(0);
    } catch (e) {
      if (e.classic) {
          switch (e.classic.toUpperCase()) {
          case "ENQU_NOT_FOUND": abap.builtin.sy.get().subrc.set(1); break;
          case "NAME_INCONSISTENT": abap.builtin.sy.get().subrc.set(2); break;
          case "ENQU_INCONSISTENT": abap.builtin.sy.get().subrc.set(3); break;
          case "PUT_FAILURE": abap.builtin.sy.get().subrc.set(4); break;
          case "PUT_REFUSED": abap.builtin.sy.get().subrc.set(5); break;
          default: abap.builtin.sy.get().subrc.set(6); break;
            }
        } else {
            throw e;
        }
      }
      if (abap.compare.ne(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))) {
        await abap.Classes['ZCX_ABAPGIT_EXCEPTION'].raise_t100();
      }
      await (await abap.Classes['ZCL_ABAPGIT_FACTORY'].get_tadir()).get().zif_abapgit_tadir$insert_single({iv_object: abap.CharacterFactory.get(4, 'ENQU'), iv_obj_name: abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock, iv_package: abap.CharacterFactory.get(4, '$TMP'), iv_set_genflag: abap.builtin.abap_true});
      try {
        if (abap.FunctionModules['DDIF_ENQU_ACTIVATE'] === undefined) { if (abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()] === undefined) { throw "CX_SY_DYN_CALL_ILLEGAL_FUNC not found"; } else { throw new abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()]();} }
        await abap.FunctionModules['DDIF_ENQU_ACTIVATE']({exporting: {name: abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock}});
        abap.builtin.sy.get().subrc.set(0);
      } catch (e) {
        if (e.classic) {
            switch (e.classic.toUpperCase()) {
            case "NOT_FOUND": abap.builtin.sy.get().subrc.set(1); break;
            case "PUT_FAILURE": abap.builtin.sy.get().subrc.set(2); break;
            default: abap.builtin.sy.get().subrc.set(3); break;
              }
          } else {
              throw e;
          }
        }
        if (abap.compare.ne(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))) {
          await abap.Classes['ZCX_ABAPGIT_EXCEPTION'].raise({iv_text: abap.CharacterFactory.get(38, 'migrate, error from DDIF_ENQU_ACTIVATE')});
        }
      }
      async lock_exists() {
        return zcl_abapgit_persist_migrate.lock_exists();
      }
      static async lock_exists() {
        let rv_exists = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
        let lv_viewname = (() => { throw new Error("Void type: DD25L") })();
        await abap.statements.select(lv_viewname, {select: "SELECT viewname FROM " + abap.buildDbTableName("dd25l") + " WHERE \"viewname\" = '" + abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_lock.get() + "' UP TO 1 ROWS"});
        rv_exists.set(abap.builtin.boolc(abap.compare.eq(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))));
        return rv_exists;
      }
      async run() {
        return zcl_abapgit_persist_migrate.run();
      }
      static async run() {
        if (abap.compare.eq((await this.table_exists()), abap.builtin.abap_false)) {
          await this.table_create();
        }
        if (abap.compare.eq((await this.lock_exists()), abap.builtin.abap_false)) {
          await this.lock_create();
        }
        await this.gui_status_create();
      }
      async table_create() {
        return zcl_abapgit_persist_migrate.table_create();
      }
      static async table_create() {
        let lv_rc = new abap.types.Integer({qualifiedName: "I"});
        let ls_dd02v = new abap.types.Structure({
        "tabname": new abap.types.Character(30, {}),
        "ddlanguage": new abap.types.Character(1, {}),
        "tabclass": new abap.types.Character(8, {}),
        "sqltab": new abap.types.Character(30, {}),
        "datmin": new abap.types.Numc({length: 10}),
        "datmax": new abap.types.Numc({length: 10}),
        "datavg": new abap.types.Numc({length: 10}),
        "clidep": new abap.types.Character(1, {}),
        "buffered": new abap.types.Character(1, {}),
        "comprflag": new abap.types.Character(1, {}),
        "langdep": new abap.types.Character(1, {}),
        "ddtext": new abap.types.Character(60, {}),
        "actflag": new abap.types.Character(1, {}),
        "applclass": new abap.types.Character(4, {}),
        "authclass": new abap.types.Numc({length: 2}),
        "as4user": new abap.types.Character(12, {}),
        "as4date": new abap.types.Date(),
        "as4time": new abap.types.Time(),
        "masterlang": new abap.types.Character(1, {}),
        "mainflag": new abap.types.Character(1, {}),
        "contflag": new abap.types.Character(1, {}),
        "reservetab": new abap.types.Character(4, {}),
        "globalflag": new abap.types.Character(1, {}),
        "prozpuff": new abap.types.Numc({length: 3}),
        "viewclass": new abap.types.Character(1, {}),
        "viewgrant": new abap.types.Character(1, {}),
        "multiplex": new abap.types.Character(1, {}),
        "shlpexi": new abap.types.Character(1, {}),
        "proxytype": new abap.types.Character(1, {}),
        "exclass": new abap.types.Numc(),
        "wrongcl": new abap.types.Character(1, {}),
        "alwaystrp": new abap.types.Character(1, {}),
        "alldataincl": new abap.types.Character(1, {}),
        "with_parameters": new abap.types.Character(1, {}),
        "exview_included": new abap.types.Character(1, {}),
        "keymax_feature": new abap.types.Character(1, {}),
        "keylen_feature": new abap.types.Character(1, {}),
        "tablen_feature": new abap.types.Character(1, {}),
        "nontrp_included": new abap.types.Character(1, {}),
        "viewref": new abap.types.Character(30, {}),
        "viewref_err": new abap.types.Character(1, {}),
        "viewref_pos_chg": new abap.types.Character(1, {}),
        "tbfunc_included": new abap.types.Character(1, {}),
        "is_gtt": new abap.types.Character(1, {}),
        "session_var_ex": new abap.types.Character(1, {}),
        "from_entity": new abap.types.Character(1, {}),
        "pk_is_invhash": new abap.types.Character(1, {}),
        "used_session_vars": new abap.types.Character(5, {}),
        "hdb_only_entity_included": new abap.types.Character(1, {})}, "DD02V", "DD02V", {}, {});
        let ls_dd09l = new abap.types.Structure({
        "tabname": new abap.types.Character(30, {}),
        "as4local": new abap.types.Character(1, {}),
        "as4vers": new abap.types.Numc({length: 4}),
        "tabkat": new abap.types.Character(2, {}),
        "tabart": new abap.types.Character(5, {}),
        "as4user": new abap.types.Character(12, {}),
        "as4date": new abap.types.Date(),
        "as4time": new abap.types.Time(),
        "bufallow": new abap.types.Character(1, {})}, "DD09L", "DD09L", {}, {});
        let lt_dd03p = abap.types.TableFactory.construct(new abap.types.Structure({
        "tabname": new abap.types.Character(30, {}),
        "fieldname": new abap.types.Character(30, {}),
        "ddlanguage": new abap.types.Character(1, {}),
        "position": new abap.types.Numc({length: 4}),
        "keyflag": new abap.types.Character(1, {}),
        "mandatory": new abap.types.Character(1, {}),
        "rollname": new abap.types.Character(30, {}),
        "checktable": new abap.types.Character(30, {}),
        "adminfield": new abap.types.Character(1, {}),
        "inttype": new abap.types.Character(1, {}),
        "intlen": new abap.types.Numc({length: 6}),
        "reftable": new abap.types.Character(30, {}),
        "precfield": new abap.types.Character(30, {}),
        "reffield": new abap.types.Character(30, {}),
        "conrout": new abap.types.Character(10, {}),
        "notnull": new abap.types.Character(1, {}),
        "domname": new abap.types.Character(30, {}),
        "routputlen": new abap.types.Numc({length: 6}),
        "memoryid": new abap.types.Character(20, {}),
        "logflag": new abap.types.Character(1, {}),
        "headlen": new abap.types.Numc({length: 2}),
        "scrlen1": new abap.types.Numc({length: 2}),
        "scrlen2": new abap.types.Numc({length: 2}),
        "scrlen3": new abap.types.Numc({length: 2}),
        "dtelglobal": new abap.types.Character(1, {}),
        "dtelmaster": new abap.types.Character(1, {}),
        "reservedte": new abap.types.Character(4, {}),
        "datatype": new abap.types.Character(4, {}),
        "leng": new abap.types.Numc({length: 6}),
        "outputlen": new abap.types.Numc({length: 6}),
        "decimals": new abap.types.Numc({length: 6}),
        "lowercase": new abap.types.Character(1, {}),
        "signflag": new abap.types.Character(1, {}),
        "langflag": new abap.types.Character(1, {}),
        "valexi": new abap.types.Character(1, {}),
        "entitytab": new abap.types.Character(30, {}),
        "convexit": new abap.types.Character(5, {}),
        "mask": new abap.types.Character(20, {}),
        "masklen": new abap.types.Numc({length: 4}),
        "actflag": new abap.types.Character(1, {}),
        "ddtext": new abap.types.Character(60, {}),
        "reptext": new abap.types.Character(55, {}),
        "scrtext_s": new abap.types.Character(10, {}),
        "scrtext_m": new abap.types.Character(20, {}),
        "scrtext_l": new abap.types.Character(40, {}),
        "dommaster": new abap.types.Character(1, {}),
        "reservedom": new abap.types.Character(4, {}),
        "domglobal": new abap.types.Character(1, {}),
        "domname3l": new abap.types.Character(30, {}),
        "shlporigin": new abap.types.Character(1, {}),
        "shlpname": new abap.types.Character(30, {}),
        "shlpfield": new abap.types.Character(30, {}),
        "tabletype": new abap.types.Character(1, {}),
        "depth": new abap.types.Numc({length: 2}),
        "comptype": new abap.types.Character(1, {}),
        "deffdname": new abap.types.Character(30, {}),
        "groupname": new abap.types.Character(30, {}),
        "reftype": new abap.types.Character(1, {}),
        "proxytype": new abap.types.Character(1, {}),
        "languflag": new abap.types.Character(1, {}),
        "exclass": new abap.types.Numc(),
        "ltrflddis": new abap.types.Character(1, {}),
        "bidictrlc": new abap.types.Character(1, {}),
        "dbposition": new abap.types.Numc({length: 4}),
        "anonymous": new abap.types.Character(1, {}),
        "outputstyle": new abap.types.Numc({length: 2}),
        "nohistory": new abap.types.Character(1, {}),
        "ampmformat": new abap.types.Character(1, {}),
        "streamorloc": new abap.types.Character(1, {}),
        "strorlocpos": new abap.types.Numc({length: 2}),
        "sql_passvalue": new abap.types.Character(1, {}),
        "is_virtual": new abap.types.Character(1, {}),
        "is_calculated": new abap.types.Character(1, {}),
        "extendname": new abap.types.Character(30, {}),
        "srs_id": new abap.types.Numc({length: 10})}, "DD03P", "DD03P", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "");
        let fs_ls_dd03p_ = new abap.types.FieldSymbol(new abap.types.Structure({
        "tabname": new abap.types.Character(30, {}),
        "fieldname": new abap.types.Character(30, {}),
        "ddlanguage": new abap.types.Character(1, {}),
        "position": new abap.types.Numc({length: 4}),
        "keyflag": new abap.types.Character(1, {}),
        "mandatory": new abap.types.Character(1, {}),
        "rollname": new abap.types.Character(30, {}),
        "checktable": new abap.types.Character(30, {}),
        "adminfield": new abap.types.Character(1, {}),
        "inttype": new abap.types.Character(1, {}),
        "intlen": new abap.types.Numc({length: 6}),
        "reftable": new abap.types.Character(30, {}),
        "precfield": new abap.types.Character(30, {}),
        "reffield": new abap.types.Character(30, {}),
        "conrout": new abap.types.Character(10, {}),
        "notnull": new abap.types.Character(1, {}),
        "domname": new abap.types.Character(30, {}),
        "routputlen": new abap.types.Numc({length: 6}),
        "memoryid": new abap.types.Character(20, {}),
        "logflag": new abap.types.Character(1, {}),
        "headlen": new abap.types.Numc({length: 2}),
        "scrlen1": new abap.types.Numc({length: 2}),
        "scrlen2": new abap.types.Numc({length: 2}),
        "scrlen3": new abap.types.Numc({length: 2}),
        "dtelglobal": new abap.types.Character(1, {}),
        "dtelmaster": new abap.types.Character(1, {}),
        "reservedte": new abap.types.Character(4, {}),
        "datatype": new abap.types.Character(4, {}),
        "leng": new abap.types.Numc({length: 6}),
        "outputlen": new abap.types.Numc({length: 6}),
        "decimals": new abap.types.Numc({length: 6}),
        "lowercase": new abap.types.Character(1, {}),
        "signflag": new abap.types.Character(1, {}),
        "langflag": new abap.types.Character(1, {}),
        "valexi": new abap.types.Character(1, {}),
        "entitytab": new abap.types.Character(30, {}),
        "convexit": new abap.types.Character(5, {}),
        "mask": new abap.types.Character(20, {}),
        "masklen": new abap.types.Numc({length: 4}),
        "actflag": new abap.types.Character(1, {}),
        "ddtext": new abap.types.Character(60, {}),
        "reptext": new abap.types.Character(55, {}),
        "scrtext_s": new abap.types.Character(10, {}),
        "scrtext_m": new abap.types.Character(20, {}),
        "scrtext_l": new abap.types.Character(40, {}),
        "dommaster": new abap.types.Character(1, {}),
        "reservedom": new abap.types.Character(4, {}),
        "domglobal": new abap.types.Character(1, {}),
        "domname3l": new abap.types.Character(30, {}),
        "shlporigin": new abap.types.Character(1, {}),
        "shlpname": new abap.types.Character(30, {}),
        "shlpfield": new abap.types.Character(30, {}),
        "tabletype": new abap.types.Character(1, {}),
        "depth": new abap.types.Numc({length: 2}),
        "comptype": new abap.types.Character(1, {}),
        "deffdname": new abap.types.Character(30, {}),
        "groupname": new abap.types.Character(30, {}),
        "reftype": new abap.types.Character(1, {}),
        "proxytype": new abap.types.Character(1, {}),
        "languflag": new abap.types.Character(1, {}),
        "exclass": new abap.types.Numc(),
        "ltrflddis": new abap.types.Character(1, {}),
        "bidictrlc": new abap.types.Character(1, {}),
        "dbposition": new abap.types.Numc({length: 4}),
        "anonymous": new abap.types.Character(1, {}),
        "outputstyle": new abap.types.Numc({length: 2}),
        "nohistory": new abap.types.Character(1, {}),
        "ampmformat": new abap.types.Character(1, {}),
        "streamorloc": new abap.types.Character(1, {}),
        "strorlocpos": new abap.types.Numc({length: 2}),
        "sql_passvalue": new abap.types.Character(1, {}),
        "is_virtual": new abap.types.Character(1, {}),
        "is_calculated": new abap.types.Character(1, {}),
        "extendname": new abap.types.Character(30, {}),
        "srs_id": new abap.types.Numc({length: 10})}, "DD03P", "DD03P", {}, {}));
        ls_dd02v.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
        ls_dd02v.get().ddlanguage.set(abap.Classes['ZIF_ABAPGIT_DEFINITIONS'].zif_abapgit_definitions$c_english);
        ls_dd02v.get().tabclass.set(abap.CharacterFactory.get(6, 'TRANSP'));
        ls_dd02v.get().ddtext.set(zcl_abapgit_persist_migrate.c_text);
        ls_dd02v.get().contflag.set(abap.CharacterFactory.get(1, 'L'));
        ls_dd02v.get().exclass.set(abap.CharacterFactory.get(1, '1'));
        ls_dd09l.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
        ls_dd09l.get().as4local.set(abap.CharacterFactory.get(1, 'A'));
        ls_dd09l.get().tabkat.set(abap.CharacterFactory.get(1, '1'));
        ls_dd09l.get().tabart.set(abap.CharacterFactory.get(5, 'APPL1'));
        ls_dd09l.get().bufallow.set(abap.CharacterFactory.get(1, 'N'));
        fs_ls_dd03p_.assign(lt_dd03p.appendInitial());
        fs_ls_dd03p_.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
        fs_ls_dd03p_.get().fieldname.set(abap.CharacterFactory.get(4, 'TYPE'));
        fs_ls_dd03p_.get().position.set(abap.CharacterFactory.get(4, '0001'));
        fs_ls_dd03p_.get().keyflag.set(abap.CharacterFactory.get(1, 'X'));
        fs_ls_dd03p_.get().datatype.set(abap.CharacterFactory.get(4, 'CHAR'));
        fs_ls_dd03p_.get().leng.set(abap.CharacterFactory.get(6, '000012'));
        fs_ls_dd03p_.assign(lt_dd03p.appendInitial());
        fs_ls_dd03p_.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
        fs_ls_dd03p_.get().fieldname.set(abap.CharacterFactory.get(5, 'VALUE'));
        fs_ls_dd03p_.get().position.set(abap.CharacterFactory.get(4, '0002'));
        fs_ls_dd03p_.get().keyflag.set(abap.CharacterFactory.get(1, 'X'));
        fs_ls_dd03p_.get().datatype.set(abap.CharacterFactory.get(4, 'CHAR'));
        fs_ls_dd03p_.get().leng.set(abap.CharacterFactory.get(6, '000012'));
        fs_ls_dd03p_.assign(lt_dd03p.appendInitial());
        fs_ls_dd03p_.get().tabname.set(abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname);
        fs_ls_dd03p_.get().fieldname.set(abap.CharacterFactory.get(8, 'DATA_STR'));
        fs_ls_dd03p_.get().position.set(abap.CharacterFactory.get(4, '0003'));
        fs_ls_dd03p_.get().datatype.set(abap.CharacterFactory.get(4, 'STRG'));
        try {
          if (abap.FunctionModules['DDIF_TABL_PUT'] === undefined) { if (abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()] === undefined) { throw "CX_SY_DYN_CALL_ILLEGAL_FUNC not found"; } else { throw new abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()]();} }
          await abap.FunctionModules['DDIF_TABL_PUT']({exporting: {name: abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname, dd02v_wa: ls_dd02v, dd09l_wa: ls_dd09l}, tables: {dd03p_tab: lt_dd03p}});
          abap.builtin.sy.get().subrc.set(0);
        } catch (e) {
          if (e.classic) {
              switch (e.classic.toUpperCase()) {
              case "TABL_NOT_FOUND": abap.builtin.sy.get().subrc.set(1); break;
              case "NAME_INCONSISTENT": abap.builtin.sy.get().subrc.set(2); break;
              case "TABL_INCONSISTENT": abap.builtin.sy.get().subrc.set(3); break;
              case "PUT_FAILURE": abap.builtin.sy.get().subrc.set(4); break;
              case "PUT_REFUSED": abap.builtin.sy.get().subrc.set(5); break;
              default: abap.builtin.sy.get().subrc.set(6); break;
                }
            } else {
                throw e;
            }
          }
          if (abap.compare.ne(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))) {
            await abap.Classes['ZCX_ABAPGIT_EXCEPTION'].raise_t100();
          }
          await (await abap.Classes['ZCL_ABAPGIT_FACTORY'].get_tadir()).get().zif_abapgit_tadir$insert_single({iv_object: abap.CharacterFactory.get(4, 'TABL'), iv_obj_name: abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname, iv_package: abap.CharacterFactory.get(4, '$TMP'), iv_set_genflag: abap.builtin.abap_true});
          try {
            if (abap.FunctionModules['DDIF_TABL_ACTIVATE'] === undefined) { if (abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()] === undefined) { throw "CX_SY_DYN_CALL_ILLEGAL_FUNC not found"; } else { throw new abap.Classes['CX_SY_DYN_CALL_ILLEGAL_FUNC'.trimEnd()]();} }
            await abap.FunctionModules['DDIF_TABL_ACTIVATE']({exporting: {name: abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname, auth_chk: abap.builtin.abap_false}, importing: {rc: lv_rc}});
            abap.builtin.sy.get().subrc.set(0);
          } catch (e) {
            if (e.classic) {
                switch (e.classic.toUpperCase()) {
                case "NOT_FOUND": abap.builtin.sy.get().subrc.set(1); break;
                case "PUT_FAILURE": abap.builtin.sy.get().subrc.set(2); break;
                default: abap.builtin.sy.get().subrc.set(3); break;
                  }
              } else {
                  throw e;
              }
            }
            if (abap.compare.ne(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0)) || abap.compare.ne(lv_rc, abap.IntegerFactory.get(0))) {
              await abap.Classes['ZCX_ABAPGIT_EXCEPTION'].raise({iv_text: abap.CharacterFactory.get(38, 'migrate, error from DDIF_TABL_ACTIVATE')});
            }
          }
          async table_exists() {
            return zcl_abapgit_persist_migrate.table_exists();
          }
          static async table_exists() {
            let rv_exists = new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"});
            let lv_tabname = new abap.types.Character(30, {});
            await abap.statements.select(lv_tabname, {select: "SELECT tabname FROM " + abap.buildDbTableName("dd02l") + " WHERE \"tabname\" = '" + abap.Classes['ZCL_ABAPGIT_PERSISTENCE_DB'].c_tabname.get() + "' UP TO 1 ROWS", primaryKey: ["tabname","as4local","as4vers"]});
            rv_exists.set(abap.builtin.boolc(abap.compare.eq(abap.builtin.sy.get().subrc, abap.IntegerFactory.get(0))));
            return rv_exists;
          }
        }
        abap.Classes['ZCL_ABAPGIT_PERSIST_MIGRATE'] = zcl_abapgit_persist_migrate;
        zcl_abapgit_persist_migrate.c_text = new abap.types.String({qualifiedName: "STRING"});
        zcl_abapgit_persist_migrate.c_text.set('Generated by abapGit');
export {zcl_abapgit_persist_migrate};