‎2021 Sep 10 7:58 AM
Hi,
I have a ALV report with Repost button. Once I do the repost, I need to display the log message and not allow to repost again. How can I do this? Pls help
‎2021 Sep 10 9:01 AM
If your code processes part of the data, e.g. selected records
If your code processes the whole internal table
To display a process log, you could either
Question: What did you already try, and where exactly are you stuck?
‎2021 Sep 10 5:35 PM
To display something, it doesn't depend on ALV, you can display anything easily. The shortest way to display a message is with the statement MESSAGE.
To deactivate a button, it depends what kind of button it is, if it's inside a screen, in the application toolbar or part of the ALV Grid Control (if you use it...)