Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Global memory

Former Member
0 Likes
478

Hi ,

could any one tell me ,whether we can pass internal table by using SPA AND GPA(SAP MEMORY).

REGARDS

SANJEEV

2 REPLIES 2
Read only

Former Member
0 Likes
440

hi, you can't achieve it by SET/GET parameter.

But you can do it using IMPORT/EXPORT.

thanks

Read only

Former Member
0 Likes
440

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.