All files / output slis.type.mjs

100% Statements 29/29
100% Branches 1/1
100% Functions 0/0
100% Lines 29/29

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 291x 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
const pool = {};
pool['slis_ev_before_line_output'] = new abap.types.Character(30, {});
pool['slis_ev_before_line_output'].set('BEFORE_LINE_OUTPUT');
pool['slis_ev_data_changed'] = new abap.types.Character(30, {});
pool['slis_ev_data_changed'].set('DATA_CHANGED');
pool['slis_ev_end_of_list'] = new abap.types.Character(30, {});
pool['slis_ev_end_of_list'].set('END_OF_LIST');
pool['slis_ev_list_modify'] = new abap.types.Character(30, {});
pool['slis_ev_list_modify'].set('LIST_MODIFY');
pool['slis_ev_pf_status_set'] = new abap.types.Character(30, {});
pool['slis_ev_pf_status_set'].set('PF_STATUS_SET');
pool['slis_ev_subtotal_text'] = new abap.types.Character(30, {});
pool['slis_ev_subtotal_text'].set('SUBTOTAL_TEXT');
pool['slis_ev_top_of_list'] = new abap.types.Character(30, {});
pool['slis_ev_top_of_list'].set('TOP_OF_LIST');
pool['slis_ev_top_of_page'] = new abap.types.Character(30, {});
pool['slis_ev_top_of_page'].set('TOP_OF_PAGE');
pool['slis_ev_user_command'] = new abap.types.Character(30, {});
pool['slis_ev_user_command'].set('USER_COMMAND');
pool['slis_entry'] = new abap.types.Character(60, {"qualifiedName":"slis_entry"});
pool['slis_listheader'] = new abap.types.Structure({
"typ": new abap.types.Character(1, {"qualifiedName":"typ"}),
"key": new abap.types.Character(20, {"qualifiedName":"key"}),
"info": new abap.types.Character(60, {"qualifiedName":"info"})}, "slis_listheader", undefined, {}, {});
pool['slis_t_listheader'] = abap.types.TableFactory.construct(new abap.types.Structure({
"typ": new abap.types.Character(1, {"qualifiedName":"typ"}),
"key": new abap.types.Character(20, {"qualifiedName":"key"}),
"info": new abap.types.Character(60, {"qualifiedName":"info"})}, "slis_listheader", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "slis_t_listheader");
abap.TypePools['SLIS'] = pool;