‎2008 Jan 01 2:46 AM
‎2008 Jan 01 2:49 AM
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,
‎2008 Jan 01 2:49 AM
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,
‎2008 Jan 01 2:50 AM
Hi Abdul,
Thanks for your answer.
How i can i implement the same in my program?
Regards,
Mike.
‎2008 Jan 01 2:51 AM
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
‎2008 Jan 01 2:53 AM
‎2008 Jan 01 2:54 AM
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