2007 Oct 04 10:22 PM
I have a custom program that first calls function module CM_F_INITIALIZE to make sure that pop-ups are not displayed on screen. This program then performs a subroutine that also calls function CM_F_MESSAGE. How do I retrieve the messages so I can output it as 1 big list on screen?
Thanks in advance!
I have a custom program that first calls function module CM_F_INITIALIZE to make sure that pop-ups are not displayed on screen. This program then performs a subroutine that also calls function CM_F_MESSAGE. How do I retrieve the messages so I can output it as 1 big list on screen?
Thanks in advance!
2007 Oct 04 10:27 PM
The subroutine calls the function CM_F_MESSAGE to display message.
you can declare one internal table in your program and populate the message details in this internal table.
At the end while displaying data, display the content of this internal table as messages populated during the process.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |