cancel
Showing results for 
Search instead for 
Did you mean: 

have a problem with ADDRESS_INTO_PRINTFORM

Former Member
0 Kudos

Hi All,

I am using FM ADDRESS_INTO_PRINTFORM, when I execute this FM its giving the correct output, but if I go to FK02 transaction and chenge the Vendor address and rerun the same Function Module it is displaying the old values. if I completely come back from the FM and execute, it displays the correct values.

I have analysed the same, here my analysis is... for first time when we run the FM it is executing the LOAD-OF-PROGRAM but again if you run the FM in the same session its not exectuting the LOAD-OF-PROGRAM.

Is there something we can do in the wrapper RFC to force the internal session to be re-initialised?

Accepted Solutions (0)

Answers (1)

Answers (1)

krishnendu_laha
Active Contributor
0 Kudos

Hello,

are you testing FM through SE37? Then it stores data in internal memory..

To test you can develop a small program, then output would be fine..

Thanks

Krish

Former Member
0 Kudos

I have also created one Z function module and tryied to refresh the internal session, and have used some other Function modules which refresh the buffer (for ex : ADDR_REFRESH_BUFFER_DB) before and after the ADDRESS_INTO_PRINTFORM FM. but still am getting the old values.