Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Method BIND_ALV creates Excel file which ignores the ALV row filter #807

Open
sandraros opened this issue Sep 24, 2021 · 0 comments · May be fixed by #1017
Open

Method BIND_ALV creates Excel file which ignores the ALV row filter #807

sandraros opened this issue Sep 24, 2021 · 0 comments · May be fixed by #1017
Assignees
Labels

Comments

@sandraros
Copy link
Collaborator

To reproduce:

  1. Run demo program ZDEMO_EXCEL32
  2. Filter manually the rows with any criteria
  3. Click the button "Excel bind" to download the ALV to an Excel file
  4. The Excel file shows all the rows, the filtered rows are shown

NB: this issue comes from #745

@sandraros sandraros added the bug label Sep 24, 2021
@AndreaBorgia-Abo AndreaBorgia-Abo self-assigned this Apr 2, 2022
AndreaBorgia-Abo added a commit to AndreaBorgia-Abo/abap2xlsx that referenced this issue Apr 16, 2022
setting "filter" option in method BIND_ALV enables filter detection later;
this happens in GET_FILTER (ZCL_EXCEL_CONVERTER_ALV) which takes the filter, applies it and returns table "et_filter" with the row numbers of the filtered items.
@AndreaBorgia-Abo AndreaBorgia-Abo linked a pull request Aug 12, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants