Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Filter logic

Former Member
0 Likes
640

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

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
562

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®

3 REPLIES 3
Read only

former_member194669
Active Contributor
0 Likes
563

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®

Read only

0 Likes
562

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

Read only

0 Likes
562

HI all,

HOw can write dynamic stmt to remove the unwanted data from it_final_data,.

regards,

AJ