Skip to Content
0
Former Member
Jan 09, 2011 at 12:17 AM

Question about buffered internal table

467 Views

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.