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

HELP!!! memory var

Former Member
0 Likes
664

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
640

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

5 REPLIES 5
Read only

Former Member
0 Likes
641

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

Read only

0 Likes
640

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.

Read only

0 Likes
640

i guess memory variables are temporary and they will not exist onec u lof off

Read only

0 Likes
640

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

Read only

Former Member
0 Likes
640

NS