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

display error messages

Vijay
Active Contributor
0 Likes
508

hi

i have stored the error messages in an internal table and now i want to display these together with order no with which this error occured at one go.

is there is any FM to show nessages this way?

otherwise how can i achive this ?

regards

vijay

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
469

Hi Vijay,

My sugestion is , since u have all the error messages in an internal table

u can show it in an <b>ALV GRID</b>.

Just pass this internal table to the FM->

'REUSE_ALV_GRID_DISPLAY'

as it will look more proffesional.

Regards

Reshma

2 REPLIES 2
Read only

Former Member
0 Likes
469

Hi

When you are getting these messages with ref to a fun module in which Order number is there

along with the messages you can store the order Number also in the Internal table

then after wards you can display it along with the messages.

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
470

Hi Vijay,

My sugestion is , since u have all the error messages in an internal table

u can show it in an <b>ALV GRID</b>.

Just pass this internal table to the FM->

'REUSE_ALV_GRID_DISPLAY'

as it will look more proffesional.

Regards

Reshma