Hi,
I am using ON CHANGE OF statement in a program.
When I execute program from SE38, the ON CHNAGE OF command is getting executed correctly.
When I execute the same program again in the same session (without opening it using /nse38), the ON CHANGE OF command is not working correctly. The program control is not going inside ON CHANGE OF.
I think the contents of internal table field during ON CHANGE OF go into some session buffer, which is not getting refreshed when I execute the same program again in same session. But I am not sure is this the problem.
Please help me how I can solve this problem. I want that ON CHANGE OF executes correctly even if I execute same program multiple times without refreshing session.
Regards,
Vijay