Hi,
Need some advice. In my program, I'm calling 2 std FMs (from the same function group). Inside the first FM, it's populating a global internal table with some values. Then inside the 2nd FM, it's reading this internal table. How can I refresh this internal table (since this table doesn't belongs to my program) so that the 2nd FM will read an empty table? Thanks in advance.