We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
I'm just starting to use your FALV classes and it's an incredible work. Congratulations and thanks for share.
I'm strugling to set columns position on my editable alv on 740 system.
This is the fieldcatalog before setting up the order:
my set_col_pos call:
METHOD set_columns_order. DATA lo_column TYPE REF TO zcl_falv_column. DATA ld_index TYPE i. lo_column = go_alv->column( 'STAT' )->set_col_pos( 1 ). lo_column = go_alv->column( 'MATNR' )->set_col_pos( 2 ). lo_column = go_alv->column( 'MAKTX' )->set_col_pos( 3 ). ENDMETHOD. "set_columns_order.
And this is the resultant fieldcatalog:
It's that an issue? Or my mistake with the call?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
Hi @xavipuga,
I will check that, but it is strange that it works this way. I will run your code on my installation and I'll come back to you.
Cheers Łukasz
Sorry, something went wrong.
It's been a while, but maybe you want to test the solution? Branch automatic_f4_and_col_pos_update
#88
fidley
Successfully merging a pull request may close this issue.
Hello,
I'm just starting to use your FALV classes and it's an incredible work. Congratulations and thanks for share.
I'm strugling to set columns position on my editable alv on 740 system.
This is the fieldcatalog before setting up the order:
my set_col_pos call:
And this is the resultant fieldcatalog:
It's that an issue? Or my mistake with the call?
Thanks a lot.
The text was updated successfully, but these errors were encountered: