All files / output if_t100_message.intf.mjs

70.58% Statements 24/34
100% Branches 2/2
33.33% Functions 1/3
70.58% Lines 24/34

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 341x 1x 1x 1x           1x 1x           1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x
// if_t100_message.intf.abap
class if_t100_message {
  static INTERNAL_TYPE = 'INTF';
  static ATTRIBUTES = {"T100KEY": {"type": () => {return new abap.types.Structure({
  "msgid": new abap.types.Character(20, {}),
  "msgno": new abap.types.Numc({length: 3}),
  "attr1": new abap.types.Character(255, {}),
  "attr2": new abap.types.Character(255, {}),
  "attr3": new abap.types.Character(255, {}),
  "attr4": new abap.types.Character(255, {})}, "SCX_T100KEY", "SCX_T100KEY", {}, {});}, "visibility": "U", "is_constant": " ", "is_class": " "},
  "DEFAULT_TEXTID": {"type": () => {return new abap.types.Structure({
  "msgid": new abap.types.Character(20, {"qualifiedName":"SYMSGID","ddicName":"SYMSGID","description":"SYMSGID"}),
  "msgno": new abap.types.Numc({length: 3, qualifiedName: "SYMSGNO"}),
  "attr1": new abap.types.String({qualifiedName: "SCX_ATTRNAME"}),
  "attr2": new abap.types.String({qualifiedName: "SCX_ATTRNAME"}),
  "attr3": new abap.types.String({qualifiedName: "SCX_ATTRNAME"}),
  "attr4": new abap.types.String({qualifiedName: "SCX_ATTRNAME"})}, undefined, undefined, {}, {});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
  static METHODS = {};
}
abap.Classes['IF_T100_MESSAGE'] = if_t100_message;
if_t100_message.if_t100_message$default_textid = new abap.types.Structure({
"msgid": new abap.types.Character(20, {"qualifiedName":"SYMSGID","ddicName":"SYMSGID","description":"SYMSGID"}),
"msgno": new abap.types.Numc({length: 3, qualifiedName: "SYMSGNO"}),
"attr1": new abap.types.String({qualifiedName: "SCX_ATTRNAME"}),
"attr2": new abap.types.String({qualifiedName: "SCX_ATTRNAME"}),
"attr3": new abap.types.String({qualifiedName: "SCX_ATTRNAME"}),
"attr4": new abap.types.String({qualifiedName: "SCX_ATTRNAME"})}, undefined, undefined, {}, {});
if_t100_message.if_t100_message$default_textid.get().msgid.set('AB');
if_t100_message.if_t100_message$default_textid.get().msgno.set('123');
if_t100_message.if_t100_message$default_textid.get().attr1.set('');
if_t100_message.if_t100_message$default_textid.get().attr2.set('');
if_t100_message.if_t100_message$default_textid.get().attr3.set('');
if_t100_message.if_t100_message$default_textid.get().attr4.set('');
export {if_t100_message};