Hi All,
I have a requirement to store a customized program state. For example I want to store the date and time of last execution of the program. What is the best way to do it.
a. Create a TVARV entry, store it there, and update it when needed using update command in ABAP
b. Create new customized table instead.
Thanks,
sid