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

Showing a processing protocol

Former Member
0 Likes
489

Hi all,

im looking for a class or function module, that displays an processing protocol.

The processing protocol is build by myself in an internal table.

So the function has to display an internal table. Because of working in OO (ALV-Grid), a simple list (write) is not the best solution.

Does anyone know a simple class or function module?

best regards

André

2 REPLIES 2
Read only

Former Member
0 Likes
435

Not 100% clear what you need, but would the Application Log functionality suit your needs?... e.g. the function modules in group SBAL - there are several demos for this, and SBAL_DEMO_04_POPUP shows it as a popup which sounds right for your needs.

Jonathan

Read only

Former Member
0 Likes
435

Exactly what im looking for.

Thank you very much.