All files / output zif_abapgit_aff_prog_v1.intf.mjs

89.7% Statements 61/68
100% Branches 2/2
33.33% Functions 1/3
89.7% Lines 61/68

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 681x 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 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// zif_abapgit_aff_prog_v1.intf.abap
class zif_abapgit_aff_prog_v1 {
  static INTERNAL_TYPE = 'INTF';
  static INTERNAL_NAME = 'ZIF_ABAPGIT_AFF_PROG_V1';
  static ATTRIBUTES = {"CO_PROGRAM_TYPE": {"type": () => {return new abap.types.Structure({
  "executable_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
  "module_pool": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
  "subroutine_pool": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
  "include": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"})}, undefined, undefined, {}, {});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
  "CO_PROGRAM_STATUS": {"type": () => {return new abap.types.Structure({
  "sap_production_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
  "customer_production_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
  "system_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
  "test_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
  "unknown": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"})}, undefined, undefined, {}, {});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {};
}
abap.Classes['ZIF_ABAPGIT_AFF_PROG_V1'] = zif_abapgit_aff_prog_v1;
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_type = new abap.types.Structure({
"executable_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
"module_pool": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
"subroutine_pool": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
"include": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"})}, undefined, undefined, {}, {});
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_type.get().executable_program.set('1');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_type.get().module_pool.set('M');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_type.get().subroutine_pool.set('S');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_type.get().include.set('I');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_status = new abap.types.Structure({
"sap_production_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
"customer_production_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
"system_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
"test_program": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
"unknown": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"})}, undefined, undefined, {}, {});
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_status.get().sap_production_program.set('P');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_status.get().customer_production_program.set('K');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_status.get().system_program.set('S');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_status.get().test_program.set('T');
zif_abapgit_aff_prog_v1.zif_abapgit_aff_prog_v1$co_program_status.get().unknown.set('');
zif_abapgit_aff_prog_v1.ty_program_type = new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"});
zif_abapgit_aff_prog_v1.ty_program_status = new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"});
zif_abapgit_aff_prog_v1.ty_logical_database = new abap.types.Structure({
"name": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_logical_database-name"}),
"selection_screen": new abap.types.Character(3, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_logical_database-selection_screen"})}, "zif_abapgit_aff_prog_v1=>ty_logical_database", undefined, {}, {});
zif_abapgit_aff_prog_v1.ty_general_information = new abap.types.Structure({
"program_type": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
"program_status": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
"fix_point_arithmetic": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"edit_locked": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"starts_using_variant": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"authorization_group": new abap.types.Character(8, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_general_information-authorization_group"}),
"application": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_general_information-application"})}, "zif_abapgit_aff_prog_v1=>ty_general_information", undefined, {}, {});
zif_abapgit_aff_prog_v1.ty_main = new abap.types.Structure({
"format_version": new abap.types.String({qualifiedName: "ZIF_ABAPGIT_AFF_TYPES_V1=>TY_FORMAT_VERSION"}),
"header": new abap.types.Structure({
"description": new abap.types.Character(70, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_description_70"}),
"original_language": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_types_v1=>ty_original_language","conversionExit":"ISOLA"})}, "zif_abapgit_aff_types_v1=>ty_header_70_no_abap_lv", undefined, {}, {}),
"general_information": new abap.types.Structure({
"program_type": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_type"}),
"program_status": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_program_status"}),
"fix_point_arithmetic": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"edit_locked": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"starts_using_variant": new abap.types.Character(1, {"qualifiedName":"ABAP_BOOL","ddicName":"ABAP_BOOL"}),
"authorization_group": new abap.types.Character(8, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_general_information-authorization_group"}),
"application": new abap.types.Character(1, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_general_information-application"})}, "zif_abapgit_aff_prog_v1=>ty_general_information", undefined, {}, {}),
"logical_database": new abap.types.Structure({
"name": new abap.types.Character(20, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_logical_database-name"}),
"selection_screen": new abap.types.Character(3, {"qualifiedName":"zif_abapgit_aff_prog_v1=>ty_logical_database-selection_screen"})}, "zif_abapgit_aff_prog_v1=>ty_logical_database", undefined, {}, {})}, "zif_abapgit_aff_prog_v1=>ty_main", undefined, {}, {});
export {zif_abapgit_aff_prog_v1};