Application Development 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: 

hardcoded text in ALV's o/p

Former Member
0 Kudos

hi,

How can i get Hardcoded text in the output of an ALV-GRID DISPLAY..........

Can anyone help me out

Thanks in advance

4 REPLIES 4

Former Member
0 Kudos

Hi Deepthi,

Are you looking for hard coded text in HEADER part?

If it is header, <b>you cannot use write statements</b>.

You need to use function moduel.

"REUSE_ALV_COMMENTARY_WRITE".

Best Regards,

Ram.

0 Kudos

hardcoded text not in the header part.................

I want some text to be printed in one column to the left of the o/p values...............

how can i get this

0 Kudos

Hi,

Is it like Label?

One possible way is in your internal table, you can insert the text and display along with the internal table in a seperate column.

If not you need to switch it to ALV List Display where you can display the hard coded text just above the list display...using write.

Best Regards,

Ram.

0 Kudos

hi,

I think u have to add one field in ur internal table which u passing to ALV_GRID..

and append ur hard code data in that internal table.

Hope it will b helpful to u.