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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | const pool = {};
pool['sdydo_attribute'] = new abap.types.Character(50, {"qualifiedName":"sdydo_attribute"});
pool['sdydo_flag'] = new abap.types.Character(1, {"qualifiedName":"sdydo_flag"});
pool['sdydo_text_element'] = new abap.types.Character(255, {"qualifiedName":"sdydo_text_element"});
pool['sdydo_element_name'] = new abap.types.Character(100, {"qualifiedName":"sdydo_element_name"});
pool['sdydo_text_table'] = abap.types.TableFactory.construct(new abap.types.Character(255, {"qualifiedName":"sdydo_text_element"}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "sdydo_text_table");
pool['sdydo_value'] = new abap.types.Character(250, {"qualifiedName":"sdydo_value"});
pool['sdydo_key'] = new abap.types.Character(70, {"qualifiedName":"sdydo_key"});
pool['sdydo_html_line'] = new abap.types.Structure({
"line": new abap.types.Character(255, {"qualifiedName":"line"})}, "sdydo_html_line", undefined, {}, {});
pool['sdydo_html_table'] = abap.types.TableFactory.construct(new abap.types.Structure({
"line": new abap.types.Character(255, {"qualifiedName":"line"})}, "sdydo_html_line", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "sdydo_html_table");
pool['sdydo_act_gui_properties'] = new abap.types.Structure({
"fore_color": new abap.types.Character(50, {"qualifiedName":"fore_color"}),
"back_color": new abap.types.Character(50, {"qualifiedName":"back_color"}),
"col_key": new abap.types.Character(50, {"qualifiedName":"col_key"}),
"col_success": new abap.types.Character(50, {"qualifiedName":"col_success"}),
"col_warning": new abap.types.Character(50, {"qualifiedName":"col_warning"}),
"fontsize": new abap.types.Character(50, {"qualifiedName":"fontsize"}),
"fontstyle": new abap.types.Character(50, {"qualifiedName":"fontstyle"})}, "sdydo_act_gui_properties", undefined, {}, {});
pool['sdydo_object_table'] = abap.types.TableFactory.construct(new abap.types.ABAPObject({qualifiedName: undefined, RTTIName: undefined}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "sdydo_object_table");
abap.TypePools['SDYDO'] = pool; |