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 | 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['cnca_sel_day'] = new abap.types.Integer({qualifiedName: "I"});
pool['cnca_sel_day'].set(1);
pool['cnca_sel_week'] = new abap.types.Integer({qualifiedName: "I"});
pool['cnca_sel_week'].set(2);
pool['cnca_sel_month'] = new abap.types.Integer({qualifiedName: "I"});
pool['cnca_sel_month'].set(4);
pool['cnca_sel_interval'] = new abap.types.Integer({qualifiedName: "I"});
pool['cnca_sel_interval'].set(8);
pool['cnca_utc_date'] = new abap.types.Character(8, {"qualifiedName":"cnca_utc_date"});
pool['cnca_format'] = new abap.types.Character(80, {"qualifiedName":"cnca_format"});
pool['cnca_s_selection'] = new abap.types.Structure({
"date_begin": new abap.types.Character(8, {"qualifiedName":"date_begin"}),
"date_end": new abap.types.Character(8, {"qualifiedName":"date_end"})}, "cnca_s_selection", undefined, {}, {});
pool['cnca_itab_selection'] = abap.types.TableFactory.construct(new abap.types.Structure({
"date_begin": new abap.types.Character(8, {"qualifiedName":"date_begin"}),
"date_end": new abap.types.Character(8, {"qualifiedName":"date_end"})}, "cnca_s_selection", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "cnca_itab_selection");
pool['cnca_s_day_info'] = new abap.types.Structure({
"date": new abap.types.Date({qualifiedName: "DATE"}),
"color": new abap.types.Integer({qualifiedName: "COLOR"}),
"text": new abap.types.Character(80, {"qualifiedName":"text"})}, "cnca_s_day_info", undefined, {}, {});
pool['cnca_itab_day_info'] = abap.types.TableFactory.construct(new abap.types.Structure({
"date": new abap.types.Date({qualifiedName: "DATE"}),
"color": new abap.types.Integer({qualifiedName: "COLOR"}),
"text": new abap.types.Character(80, {"qualifiedName":"text"})}, "cnca_s_day_info", undefined, {}, {}), {"withHeader":false,"keyType":"DEFAULT","primaryKey":{"name":"primary_key","type":"STANDARD","isUnique":false,"keyFields":[]},"secondary":[]}, "cnca_itab_day_info");
abap.TypePools['CNCA'] = pool; |