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

combine multiple error messages into one Error message

Former Member
0 Likes
1,021

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

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
630

Sounds like you want "application log" functionality. Look at the function modules in group SBAL and check their online help texts.

Thomas

Read only

Former Member
0 Likes
630

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.