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: 

field catalogue

Former Member
0 Kudos
75

Hi everyone ,

Im developing a ALV report. in this i have made a internal table it_post.

based on certain condition for a date its fiels punin is having a value as 'p' and punot is having a value as 'a'

Now the problem is i'm passing this internal table in the field catalogue. the output is comming as 'p' 'p' for both punin and punot field of the alv.

I even checked the value of the table in the FM reuse_alv_grid_display.

please help me out.

reward points for all answere.

3 REPLIES 3

Former Member
0 Kudos
54

Hi,

write code like this,

in the date condition,

if date = ' '.

move: 'p' to punin,

'a' to punot.

append wa to itab.

endif.

this itab u can pass to FM 'reuse_alv_grid_display'

then it'll disply for punin is 'p' and punot is 'a'.

reward points if helpful,

seshu.

Former Member
0 Kudos
54

hi better to use the capital letters ,

then that will not be appeared.

regards,

pandu.

Former Member
0 Kudos
54

hi goto se41> program name>saplsalv

status ---> standard

check it may it helps u....

ragards,

pandu.