EXPORT

Export data
- EXPORT obj1 ... objn TO DATA BUFFER f.
- EXPORT obj1 ... objn TO MEMORY.
- EXPORT obj1 ... objn TO SHARED MEMORY itab(ar) ID key.
- EXPORT obj1 ... objn TO SHARED BUFFER itab(ar) ID key.
- EXPORT obj1 ... objn TO DATABASE dbtab(ar) ID key.
- EXPORT obj1 ... objn TO DATASET dsn(ar) ID key.
- EXPORT (itab) TO ... .

Export a screen
- EXPORT DYNPRO h f e m ID id.

Export a structure description
- EXPORT NAMETAB h f ID id.