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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | const pool = {};
pool['seok_access_modify'] = new abap.types.Character(8, {"qualifiedName":"seok_access_mode"});
pool['seok_access_modify'].set('MODIFY');
pool['seok_access_free'] = new abap.types.Character(8, {"qualifiedName":"seok_access_mode"});
pool['seok_access_free'].set('FREE');
pool['seok_docu_if_method'] = new abap.types.Character(2, {"qualifiedName":"ty_doku"});
pool['seok_docu_if_method'].set('IF');
pool['seok_limu_locals'] = new abap.types.Character(4, {"qualifiedName":"ty_limu"});
pool['seok_limu_locals'].set('LIMU');
pool['seok_access_mode'] = new abap.types.Character(8, {"qualifiedName":"seok_access_mode"});
pool['ty_doku'] = new abap.types.Character(2, {"qualifiedName":"ty_doku"});
pool['ty_limu'] = new abap.types.Character(4, {"qualifiedName":"ty_limu"});
abap.TypePools['SEOK'] = pool; |