All files / output treev_node.tabl.mjs

36.84% Statements 7/19
100% Branches 2/2
0% Functions 0/1
36.84% Lines 7/19

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 191x 1x 1x                         1x 1x 1x 1x
abap.DDIC["TREEV_NODE"] = {
  "objectType": "TABL",
  "type": (() => { let _t; return () => (_t ??= new abap.types.Structure({
"node_key": new abap.types.Character(12, {}),
"relatkey": new abap.types.Character(12, {}),
"relatship": new abap.types.Integer({qualifiedName: "I"}),
"hidden": new abap.types.Character(1, {}),
"disabled": new abap.types.Character(1, {}),
"isfolder": new abap.types.Character(1, {}),
"n_image": new abap.types.Character(46, {}),
"exp_image": new abap.types.Character(46, {}),
"style": new abap.types.Integer({qualifiedName: "I"}),
"last_hitem": new abap.types.Character(12, {}),
"no_branch": new abap.types.Character(1, {}),
"expander": new abap.types.Character(1, {}),
"dragdropid": new abap.types.Integer({qualifiedName: "I"})}, "TREEV_NODE", "TREEV_NODE", {}, {})); })(),
  "keyFields": [],
  "description": "Tree Node",
};