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

regarding giving message

Former Member
0 Likes
388

hi all .

i got an issue that i need to display status message in alv in which where kunnr is not found ... for example i'm giving 10 kunnr no in selection screen .. if 5 kunnr is not found i have to display all 5 kunnr no in status message at single time . can u pls let me know how to group kunnr not found can be display . thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
367

Hi

Give a place holder..in the message..

concatenate all the kunnrs in a charecter string and then Pass this string as a parameter to the message..

Hope u get it..

Deepak

hi all .

i got an issue that i need to display status message in alv in which where kunnr is not found ... for example i'm giving 10 kunnr no in selection screen .. if 5 kunnr is not found i have to display all 5 kunnr no in status message at single time . can u pls let me know how to group kunnr not found can be display . thanks

1 REPLY 1
Read only

Former Member
0 Likes
368

Hi

Give a place holder..in the message..

concatenate all the kunnrs in a charecter string and then Pass this string as a parameter to the message..

Hope u get it..

Deepak