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

Clearing Static variable in another sub routine

Former Member
0 Likes
2,231

Hello Experts,

I am using a standard FM, in which one of the sub routine contains the STATIC table in it. Because of this STATIC nature, Table data is not being queried again, as it already has the previous data.

This kind of storing the values through out the session is causing an issue for me. So I want to clear it or avoid the storage when I am calling the SAP FM.

Could you please guide me on this ?

Regards,

Bhaskar

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,014

I used the method mentioned in below link and problem solved.

https://wiki.scn.sap.com/wiki/display/ABAP/Parallel+Processing

1 REPLY 1
Read only

Former Member
0 Likes
1,015

I used the method mentioned in below link and problem solved.

https://wiki.scn.sap.com/wiki/display/ABAP/Parallel+Processing