Skip to content

Instantly share code, notes, and snippets.

@akshayrajkumar
Created June 6, 2018 05:42
Show Gist options
  • Save akshayrajkumar/2aa64e28af63f762a87b2d180ce55e95 to your computer and use it in GitHub Desktop.
Save akshayrajkumar/2aa64e28af63f762a87b2d180ce55e95 to your computer and use it in GitHub Desktop.
Using select statement in ABAP to write table columns
SELECT * FROM SFLIGHT.
write: / SFLIGHT-CARRID, SFLIGHT-CONNID, SFLIGHT-FLDATE, SFLIGHT-PLANETYPE, SFLIGHT-SEATSMAX, SFLIGHT-SEATSOCC.
ENDSELECT.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment