Posts

Showing posts with the label Sort Internal Table

Sort Internal Table

Sometimes we need to sort our internal table based on functional requirement. We can sort it like : Ascending , Descending , text or Alphabetically. Syntax like : Sort itab Ascending. or sort itab by field_name  Ascending Sort itab Descending  or sort itab by field_name  Descending Sort itab by field_name.