‎2010 Mar 17 8:20 AM
Hello
I am SAP BI consultant
The requirement is to read the value of the variable entered by user during query execution and use it in other FM or classes
I was planning to use IMPORT/EXPORT FROM MEMORY but this approach looks a bit obsolete.
The another way is to write data to transparent table and select from there (but this one sounds even worse)
What is the best way to do it?
Thanks
‎2010 Mar 17 8:30 AM
I was planning to use IMPORT/EXPORT FROM MEMORY but this approach looks a bit obsolete.
Don't think using ABAP memory is an obsolete approach. If only you execute both in one external session that this is fine.
What is the best way to do it?
You can use [Shared Memory|http://help.sap.com/saphelp_nw70/helpdata/en/c5/85634e53d422409f0975aa9a551297/frameset.htm] to exchange data even within different user sessions.
Regards
Marcin
‎2010 Mar 17 8:30 AM
I was planning to use IMPORT/EXPORT FROM MEMORY but this approach looks a bit obsolete.
Don't think using ABAP memory is an obsolete approach. If only you execute both in one external session that this is fine.
What is the best way to do it?
You can use [Shared Memory|http://help.sap.com/saphelp_nw70/helpdata/en/c5/85634e53d422409f0975aa9a551297/frameset.htm] to exchange data even within different user sessions.
Regards
Marcin
‎2010 Mar 17 8:36 AM
You can implement the enchancement RSR00001BI: Enhancements for Global Variables in Reporting