2008 Aug 04 10:58 AM
Hi All,
I need to store the variable in the memory..and later i want to retrieve it in the Webdynpro comp. Is there any Function Module or method or anything which does this functionality..?
please let me know?
Regards,
Lakshmi.
2008 Aug 04 11:16 AM
U can achieve ur requirement by creating custom FMs. Define ur variable in the top-include of the function grp. Then create a FM to set the variable with value and Create another FM to get the value of the variable in webdynpro.
2008 Aug 04 11:00 AM
TO store into memory:
EXPORT G_VALUE TO MEMORY ID 'ZVID'.In Webdynpro :
IMPORT G_VALUE FROM MEMORY ID 'ZVID'.
2008 Aug 04 11:04 AM
EXPORT_TO_MEMORY for internal table
OR
EXPORT G_VALUE TO MEMORY ID 'NKID'. for variable
rgds
rajesh
Edited by: RAJESH KUMAR on Aug 4, 2008 3:35 PM
Edited by: RAJESH KUMAR on Aug 4, 2008 3:35 PM
2008 Aug 04 11:07 AM
U can achieve ur requirement by creating custom FMs. Define ur variable in the top-include of the function grp. Then create a FM to set the variable with value and Create another FM to get the value of the variable in webdynpro.
2008 Aug 04 11:10 AM
Hi,
Plz try ''export_rm_to_memory'' function module.
hope this helps you.
thanx,
dhanashri.
2008 Aug 04 11:16 AM
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |