‎2007 Mar 07 12:07 PM
Hello!
I'm working with Release R/3 4.6 c.
Sometimes we have complicated sitiuation while a customer
complaints a result of any report or programm which has been executed.
It would be very helpful if we would have a possibility to have a file or table with all information about the whole
programm progression with its methods, function modules variables,
routines and all these stuff what provides just almost everthing
about a report or programm which has been performed.
Reagards
Ilhan
‎2007 Mar 07 12:37 PM
hi,
u could check out se80 it provides all the objects like gui status, fm .. present in your program
‎2007 Mar 07 11:02 PM
‎2007 Mar 07 11:08 PM
What you are asking is runtime information and it is only stored temporarily in the buffer till the end of the execution. After that it is deleted. If a dump happens for instance, you will see all that information shown in the dump, but not for successful execution.
What are you trying to achieve? Can you not repeat the execution with the same parameters and debug it?
‎2007 Mar 07 11:17 PM
hi Srinivas,
I m trying to achieve runtime information from the buffer stored in a file
or table. How can I do that ?
Reagrds
Ilhan