‎2017 Aug 11 10:33 AM
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
‎2017 Aug 11 11:10 AM
I used the method mentioned in below link and problem solved.
https://wiki.scn.sap.com/wiki/display/ABAP/Parallel+Processing
‎2017 Aug 11 11:10 AM
I used the method mentioned in below link and problem solved.
https://wiki.scn.sap.com/wiki/display/ABAP/Parallel+Processing