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 | 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x 1x | // if_salv_c_layout.intf.abap
class if_salv_c_layout {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'IF_SALV_C_LAYOUT';
static ATTRIBUTES = {"RESTRICT_USER_INDEPENDANT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"RESTRICT_USER_DEPENDANT": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"RESTRICT_NONE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
static METHODS = {};
}
abap.Classes['IF_SALV_C_LAYOUT'] = if_salv_c_layout;
if_salv_c_layout.if_salv_c_layout$restrict_user_independant = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_layout.if_salv_c_layout$restrict_user_independant.set(1);
if_salv_c_layout.if_salv_c_layout$restrict_user_dependant = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_layout.if_salv_c_layout$restrict_user_dependant.set(2);
if_salv_c_layout.if_salv_c_layout$restrict_none = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_layout.if_salv_c_layout$restrict_none.set(3);
export {if_salv_c_layout}; |