‎2010 May 14 9:10 PM
hi
How combine multiple error messages into one Error message and display it in the popup in the end same as long text popup.
Is there any function module that i can use for this pupose?
I tried using FM 'HELP_DOCULINES_SHOW' .
but it is displaying all the error messages in one line.
Thanks vivek
‎2010 May 14 9:44 PM
Sounds like you want "application log" functionality. Look at the function modules in group SBAL and check their online help texts.
Thomas
‎2010 May 15 6:06 PM
Thanks for your reply.No i dont want to display error messages in application log.
What actually the requirement is that i have to create a TMG (Table Maintenance) and at its create entry event what i want is that
all the fields of my table should be checked for validity and then display in popup (same as we get when we double click the error message for long text) all the error message together.