2014 Nov 01 11:10 AM
In abap editor when we coding and press syntax check or ctrl+F2 we get a screen at bottom which shows error messages with line no.
I need similar kind of screen in my report program to show error messages which is stored in internal table of type rslinlmsg .
Please suggest how to create similar screen to show internal table content.
Thanks in advance,
Srinath
2014 Nov 02 6:31 AM
Hi,
Using program SBAL_DEMO_CONTROL_SIMPLE as a guide I was able to create this:
Program Y_R_EITAN_TEST_34_02 and screen included .
Regards.
2014 Nov 01 11:16 AM
display it in ALV, you can also add the traffic lights, would that work?
2014 Nov 01 11:32 AM
Thanks for your response.
I need similar bottom screen to display.
Even as u suggested if i use ALV then how to display it in bottom of screen as above ?
2014 Nov 01 1:40 PM
May I know what is your report doing and what is its output?
Since you want errors to be displayed at bottom what covers rest of the screen? another ALV? in that case you need to use containers.
If you have an existing output can u paste the screenshot of the same so we know that on that o/p you need to add this errors screen at the bottom.
2014 Nov 01 6:50 PM
Hi kartik.. Here below i pasted the output of my program. I displayed a textedit in container where user can able to type coding. I created check button on top text edit. when check button is clicked I checked the syntax of the code in textedit area and i stored the error results in internal table of type rslinlmsg. I want to show those error messages in the red circle area below as like how errors are displayed in our abap editor. The user should able correct the code on seeing the error.
This is my requirement. can you please help me in this ?
Thanks in advance
2014 Nov 01 7:23 PM
You can create a new container and display an ALV in the bottom part of the screen.
2014 Nov 01 2:25 PM
Hi,
Have a look at program SBAL_DEMO_04_POPUP .
This is demo from SZAL package (Application Log) .
A few function call and you have this:
A popup
Regards.
2014 Nov 02 6:31 AM
Hi,
Using program SBAL_DEMO_CONTROL_SIMPLE as a guide I was able to create this:
Program Y_R_EITAN_TEST_34_02 and screen included .
Regards.