2009 Feb 11 5:50 AM
Hello Experts,
In my ALV report filter is not working,nor values appear in F4 help for particular field in which i want filter.
Plz suggest.
Aastha
Hello Experts,
In my ALV report filter is not working,nor values appear in F4 help for particular field in which i want filter.
Plz suggest.
Aastha
2009 Feb 11 5:52 AM
https://forums.sdn.sap.com/click.jspa?searchID=22128146&messageID=6816531
check whether this could help.
2009 Feb 11 8:51 AM
Hi ,
Check the Output Length of the field in the field catalog generation , Sometimes if the length is matching then it wont come.
Regards
2009 Feb 11 9:23 AM
Hello Shishu,
I want filter for billing type(vbrk-fkart),its length is 4,i put output length 5.
Still not working.
Aastha
2009 Feb 11 5:54 AM
Hi,
Kindly Check these SAP OSS Notes:
381360 -- ALV filter: Recommendations and known errors
813629 -- Filtering function not working correctly
650888 -- ALV filter: List does not show any data after filtering
Regds.
Suman
2009 Feb 11 5:54 AM
2009 Feb 11 6:00 AM
2009 Feb 11 6:04 AM
Hi,
Use this FM 'REUSE_ALV_FIELDCATALOG_MERGE'.
Regards,
Jyothi CH.
2009 Feb 11 6:06 AM
Hi,
check in method,if u have given internal table for it_filter ..
CALL METHOD r_alv_grid->set_table_for_first_display
EXPORTING
i_structure_name = 'FS'
is_layout = w_lay
CHANGING
it_outtab = itab
it_fieldcatalog = t_cat
it_sort = t_sort
it_filter = ( Internal table )
IF sy-subrc <> 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
ENDIF.
thanks.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |