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

SAP Memory?

Former Member
0 Likes
577

Hi All,

What is the use of SAP Memory?

Regards,

Mike.

1 ACCEPTED SOLUTION
Read only

abdul_hakim
Active Contributor
0 Likes
559

Hi Mike,

SAP Memory is also user specific.It is mainly used to transfer data between

external sessions in the same user session.the values in the SAP memory is

retained for the duration of the user session.

You can also use the SAP Memory to set default values for the screen fields.

Hi Mike,

While asking question please try to consolidate the question into one thread instead of

creating so many threads.

Thanks YOu,

Abdul Hakim,

5 REPLIES 5
Read only

abdul_hakim
Active Contributor
0 Likes
560

Hi Mike,

SAP Memory is also user specific.It is mainly used to transfer data between

external sessions in the same user session.the values in the SAP memory is

retained for the duration of the user session.

You can also use the SAP Memory to set default values for the screen fields.

Hi Mike,

While asking question please try to consolidate the question into one thread instead of

creating so many threads.

Thanks YOu,

Abdul Hakim,

Read only

0 Likes
559

Hi Abdul,

Thanks for your answer.

How i can i implement the same in my program?

Regards,

Mike.

Read only

0 Likes
559

Hello Mike,

You can use SET PARAMETER / GET PARAMETER statements for doing so.

Please check the transaction ABAPDOCU for getting the sample program for the same.

Happy New Year 2008!!!

Cheers,

Hakim

Read only

0 Likes
559

Any other way of doing so??

Read only

0 Likes
559

Other way is do define the Parameter id in the data element so that when you refer the corresponding field in your program it can be copied or else you could also use the set parameter / get parameter options in the screen painter while defining the input field screen field.

Cheers,

Hakim