InterviewSolution
| 1. |
What Is Sort Internal Table Options In Alv? |
|
Answer» This internal table has the following fields: SOPS: Sort sequence. Fieldname: Internal output table field name. Tab name : Only relevant for hierarchical-sequential LISTS. Name of the internal output table. Up: 'X' = sort in ascending order. Down: 'X' = sort in descending order. Sub tot : 'X' = subtotal at GROUP value change. Group: '* ' = NEW page at group value change ,'UL' = UNDERLINE at group value change. This internal table has the following fields: Sops: Sort sequence. Fieldname: Internal output table field name. Tab name : Only relevant for hierarchical-sequential lists. Name of the internal output table. Up: 'X' = sort in ascending order. Down: 'X' = sort in descending order. Sub tot : 'X' = subtotal at group value change. Group: '* ' = new page at group value change ,'UL' = underline at group value change. |
|