‎2005 Sep 09 10:31 AM
Hi ,
could any one tell me ,whether we can pass internal table by using SPA AND GPA(SAP MEMORY).
REGARDS
SANJEEV
‎2005 Sep 09 10:47 AM
hi, you can't achieve it by SET/GET parameter.
But you can do it using IMPORT/EXPORT.
thanks
‎2005 Sep 09 10:48 AM
You can use 'export to memory' and 'import from memory' statements in your report programs to pass internal tables from original program to called program. The SPA GPA statements are useful to pass data to screens of called program.