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 | // if_salv_c_sort.intf.abap
class if_salv_c_sort {
static INTERNAL_TYPE = 'INTF';
static INTERNAL_NAME = 'IF_SALV_C_SORT';
static ATTRIBUTES = {"SORT_NONE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"SORT_UP": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"SORT_DOWN": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"GROUP_NONE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"GROUP_WITH_NEWPAGE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"},
"GROUP_WITH_UNDERLINE": {"type": () => {return new abap.types.Integer({qualifiedName: "I"});}, "visibility": "U", "is_constant": "X", "is_class": "X"}};
static METHODS = {};
}
abap.Classes['IF_SALV_C_SORT'] = if_salv_c_sort;
if_salv_c_sort.if_salv_c_sort$sort_none = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_sort.if_salv_c_sort$sort_none.set(0);
if_salv_c_sort.if_salv_c_sort$sort_up = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_sort.if_salv_c_sort$sort_up.set(1);
if_salv_c_sort.if_salv_c_sort$sort_down = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_sort.if_salv_c_sort$sort_down.set(2);
if_salv_c_sort.if_salv_c_sort$group_none = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_sort.if_salv_c_sort$group_none.set(0);
if_salv_c_sort.if_salv_c_sort$group_with_newpage = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_sort.if_salv_c_sort$group_with_newpage.set(1);
if_salv_c_sort.if_salv_c_sort$group_with_underline = new abap.types.Integer({qualifiedName: "I"});
if_salv_c_sort.if_salv_c_sort$group_with_underline.set(2);
export {if_salv_c_sort}; |