Application Development 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: 

GET/SET

Former Member
0 Kudos

Hi,

Can we hold the values of an internal table using SET/GET Parameter id so that the values of the internal table can be made available across different sessions ?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

I think so that we cannot use set/get parameters for storing the value of the internal table

Regards

Akshay

6 REPLIES 6

Former Member
0 Kudos

Hi,

I think so that we cannot use set/get parameters for storing the value of the internal table

Regards

Akshay

former_member156446
Active Contributor
0 Kudos

No, only variables...

0 Kudos

Hi,

So,what is the other alternative to store the internal table values across different sessions so that the values can be used for further processing.I tried using EXPORT/IMPORT but the memory ID was not able to hold the values across the sessions.It is getting cleared.

Thanks,

0 Kudos

you can use one file in application server... or a Ztable

0 Kudos

Hi friend,

Check out this link..

Might solve ur problem.

Thanks..

Edited by: Sap Fan on Mar 10, 2009 4:45 AM

Former Member
0 Kudos

Hi,

Kindly go through this link below:

http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/get_para.htm

Hope it helps

Regrds

Mansi