2008 May 02 1:15 PM
hi
Experts
i devloped a report in alv, it is sucess fully gives output..
while i selected one column field ( material)
and set filter .
when iam selecting one material to display .
length of the selected field is so small.
example
iam having material s ( MGHJ----1234UR, HFGR-2366, HFRJRHDL-533 ) IN OUTPUT FIELD CATELOG ..
i am selecting mateial colum and set the filter
i want display only mghj----123 material
while i am giving material in filter , it length will be like mghj--
i am unable to see the 123 by drag the legnth ..
if i executed i did n't get anything..
please give the filter field r field catelog field to display correct length
Regards
Spandna
Moderator message - Moved to the correct forum
Edited by: Rob Burbank on May 21, 2009 9:09 AM
hi
Experts
i devloped a report in alv, it is sucess fully gives output..
while i selected one column field ( material)
and set filter .
when iam selecting one material to display .
length of the selected field is so small.
example
iam having material s ( MGHJ----1234UR, HFGR-2366, HFRJRHDL-533 ) IN OUTPUT FIELD CATELOG ..
i am selecting mateial colum and set the filter
i want display only mghj----123 material
while i am giving material in filter , it length will be like mghj--
i am unable to see the 123 by drag the legnth ..
if i executed i did n't get anything..
please give the filter field r field catelog field to display correct length
Regards
Spandna
Moderator message - Moved to the correct forum
Edited by: Rob Burbank on May 21, 2009 9:09 AM
2009 May 21 4:00 AM
Hi,
Itu2019s Very simple there are many ways to solve this problem.
1) if you are using OOPS ALV then use GET_FILTERED_ENTRIES method and read data accorind to
that index
CALL METHOD G_GRID_REFERENCE->GET_FILTERED_ENTRIES
2) simple way - just set the fieldcatlog outputlen same as Material characteristics
Ex: - wa_fieldcat-outputlen = 15.
Salil...