All files / output treemlitab.ttyp.mjs

30% Statements 6/20
100% Branches 2/2
0% Functions 0/1
30% Lines 6/20

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 201x 1x 1x                             1x 1x 1x
abap.DDIC["TREEMLITAB"] = {
  "objectType": "TTYP",
  "type": (() => { let _t; return () => (_t ??= abap.types.TableFactory.construct(new abap.types.Structure({
"item_name": new abap.types.Character(12, {"qualifiedName":"TV_ITMNAME","ddicName":"TV_ITMNAME","description":"Item Name"}),
"class": new abap.types.Integer({qualifiedName: "I"}),
"font": new abap.types.Integer({qualifiedName: "I"}),
"disabled": new abap.types.Character(1, {}),
"editable": new abap.types.Character(1, {}),
"hidden": new abap.types.Character(1, {}),
"t_image": new abap.types.Character(46, {"qualifiedName":"TV_IMAGE","ddicName":"TV_IMAGE"}),
"chosen": new abap.types.Character(1, {}),
"style": new abap.types.Integer({qualifiedName: "I"}),
"txtisqinfo": new abap.types.Character(1, {}),
"text": new abap.types.String({qualifiedName: "TM_ITEMTXT"}),
"alignment": new abap.types.Integer({qualifiedName: "I"}),
"length": new abap.types.Integer({qualifiedName: "I"}),
"ignoreimag": new abap.types.Character(1, {}),
"usebgcolor": new abap.types.Character(1, {})}, "TREEMLITEM", "TREEMLITEM", {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"isUnique":false,"type":"STANDARD","keyFields":[],"name":"primary_key"},"secondary":[]}, "TREEMLITAB")); })(),
  "description": "Tree Model: Items of a List Tree",
};