Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

inforamtion-tool about programm progression

Former Member
0 Likes
656

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

4 REPLIES 4
Read only

Former Member
0 Likes
637

hi,

u could check out se80 it provides all the objects like gui status, fm .. present in your program

Read only

0 Likes
637

se80 ?? ))))))))))

Read only

Former Member
0 Likes
637

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?

Read only

0 Likes
637

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