2008 Feb 16 10:04 AM
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.
2008 Feb 16 10:15 AM
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.
2008 Feb 16 11:29 AM
hi better to use the capital letters ,
then that will not be appeared.
regards,
pandu.
2008 Feb 16 11:47 AM
hi goto se41> program name>saplsalv
status ---> standard
check it may it helps u....
ragards,
pandu.