Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8538

Re: How to display message in the title bar in ALV?

$
0
0

Hi Nidhi,

I think, right now you are using Message(Information). If you want to display both ALV and message at a time, Use Message(Sucess) instead of Information.

"Data Declaration

DATA: L_MSG TYPE STRING.

 

"Success Record

CONCATENATE 'Success Record :' l_success into L_MSG SEPERATED BY SPACE.

 

"Fail Record

CONCATENATE L_MSG 'Fail Record :' l_fail into L_MSG SEPERATED BY SPACE.

 

"Show Message before ALV

MESSAGE L_MSG TYPE 'S'.

 

CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'.

 

Regards

 

Rajkumar Narasimman


Viewing all articles
Browse latest Browse all 8538

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>