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.

Comments

Popular posts from this blog

New commodity code create in SAP S/4 Hana

BAPI to Change STO PO/ PO Delivery date in SAP

Decimal remove in a smartforms report