2014 Aug 05 8:40 AM
Hi All,
I have developed an ALV report.
I have passed below parameters only...
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-cprog
i_grid_title = c_title
is_layout = gs_layout
i_save = 'X'
it_fieldcat = gt_fieldcat
TABLES
t_outtab = gt_personal_id.
When i check in the output, FILTER for CHAR type is not working...
I searched in SCN, Converting output length as field lenght is working but in my case it is not working.
Please could you suggest with Solutions...
Regards,
Naresh.
2014 Aug 05 9:01 AM
Hi All,
I have developed an ALV report.
I have passed below parameters only...
CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
EXPORTING
i_callback_program = sy-cprog
i_grid_title = c_title
is_layout = gs_layout
i_save = 'X'
it_fieldcat = gt_fieldcat
TABLES
t_outtab = gt_personal_id.
When i check in the output, FILTER for CHAR type is not working...
I searched in SCN, Converting output length as field lenght is working but in my case it is not working.
Please could you suggest with Solutions...
Regards,
Naresh.
2014 Aug 05 9:01 AM
2014 Aug 05 1:26 PM
Hi,
Got the solution by Myself.
Selecting lowercase in fieldcatlog worked for me:
ls_fieldcatalog-lowercase = 'X'.
Regards,
Naresh.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |