‎2006 Sep 14 2:26 PM
Hi
I have a problem from front-end when the customer make an Order, there is a button (into application developed)which simulate Price, when customer make click doesn´t work. People tell me it's problem with var exported to memory ... which transaction show me a list of memory export var ... or if someone have an idea I will appreciate it.
Thanks in advance,
Tokio
‎2006 Sep 14 2:35 PM
Hi
Kindly check if you are exporting the variable this
way.
EXPORT <variable> to MEMORY ID 'MID'.
while importing it will be like
IMPORT <variable> FROM MEMORY ID 'MID'.
Note that data type and length declaration should be
same in both programs.
Kind Regards
Eswar
‎2006 Sep 14 2:35 PM
Hi
Kindly check if you are exporting the variable this
way.
EXPORT <variable> to MEMORY ID 'MID'.
while importing it will be like
IMPORT <variable> FROM MEMORY ID 'MID'.
Note that data type and length declaration should be
same in both programs.
Kind Regards
Eswar
‎2006 Sep 14 2:37 PM
Ok I will check, thanks
...I Checked and all is OK, but still my problem ... does it exist any transaction or report show the memory var used by a RFC or REPORT.
‎2006 Sep 14 3:13 PM
i guess memory variables are temporary and they will not exist onec u lof off
‎2006 Sep 18 3:18 PM
Hi,
I still have this big problem. Is there a transaction which show me (time execution) the value of a var exported to memory, I really appreciate it any information.
The point is, when a RFC is executed from web the values to make a price simulation are send, when quantity is greater than 200 the simulation process are not executed, I need to check values exported to memory.
Thanks in advance.
Tokio
‎2007 Aug 06 2:52 PM