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

Refresh function buffer?

Former Member
0 Likes
667

Hi,

In my program, when i call the function "pricing", Func. returns me the "100" as price info.

Then i go to the vk12 t-code and change the price. But func. returns me the same value again and again.

Only if i close my program and open it again, the new value returns.

I think that func. save values in its buffer and sent me the same infos in the same program sesion.

How can i refresh its buffer.

Thank you.

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
612

Call function 'PRICING_REFRESH' before you call 'PRICING'.

Regards,

Pawan.

2 REPLIES 2
Read only

Pawan_Kesari
Active Contributor
0 Likes
613

Call function 'PRICING_REFRESH' before you call 'PRICING'.

Regards,

Pawan.

Read only

Former Member
0 Likes
612

It works:) Thank you.