Results 1 to 2 of 2
  1. #1
    I'm A Spammer Array
    Join Date
    Jan 2009
    Posts
    91
    Thanks
    0
    Thanked 0 Times in 0 Posts

    How do you ORDER BY "DESC" in SAP ABAP?

    I have an ORDER BY DESC query and I get 'unknown column name DESC' in ABAP when I check my code. How do I order by a field descending?

  2. #2
    WTF Master Array
    Join Date
    Nov 2009
    Posts
    1,903
    Thanks
    105
    Thanked 52 Times in 39 Posts


    Write the entire DESC word out:

    Code:
    ORDER BY <column> DESCENDING.
    See the Descending? That works.


 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •