Skip to content

Instantly share code, notes, and snippets.

@dantesco
Created November 11, 2013 17:19
Show Gist options
  • Save dantesco/7416835 to your computer and use it in GitHub Desktop.
Save dantesco/7416835 to your computer and use it in GitHub Desktop.
Invierte el orden de una tabla interna, sin ordenarla.
CALL METHOD cl_rs_data=>switch_order
CHANGING c_t_data = my_internal_table.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment