‎2007 Aug 23 4:32 PM
HI all,
I am saving the layout with filter. My requirement is when we run the report , the excel should come as per filter in the layout. Before comeing to 'reuse_alv_grid_disaply', my excel sheet is coming to my inbox. . Filter is woking in report output, but it is not happening in excel sheet because ALV filter technique was not before we downlaod the excel sheet . if you undersatnd the requiremt please help me in this.
regards,
Aj
‎2007 Aug 23 4:46 PM
Hi,
This is standard functionality all filters get released before going into excel in place,
If you need that functionality then you need to write your own logic using fm
XXL_FULL_API
a®
‎2007 Aug 23 4:46 PM
Hi,
This is standard functionality all filters get released before going into excel in place,
If you need that functionality then you need to write your own logic using fm
XXL_FULL_API
a®
‎2007 Aug 23 7:08 PM
Hi gurus,
I am using the function module LT_DBDATA_READ_FROM_LTDX for filedcat and filter .
This FM is captuing the filter fileds and data in filter_table. depending on this i need to delete data from <b>it_final_data</b>. But i want to do this dynamic , Every time the filter fiedls are chaging depending on the layout. Before this I am saving the layout with filter. please help me in this.
regards,
Aj
‎2007 Aug 23 7:26 PM
HI all,
HOw can write dynamic stmt to remove the unwanted data from it_final_data,.
regards,
AJ