Ever since the CL_SALV_TABLE class was released, one question was ever present - how to make it editable? 🙃 Unfortunately, to my knowledge, this is still not possible. 🙄 I have found for me a solution that I describe in this video. 🤗 th-cam.com/video/ZzXHYDy0UUE/w-d-xo.html
Thank you For making such a Good videos on ABAP its really good. can you please explain how to use I_BACKGROUND_ID in SALV 'ALV_BACKGROUND' at header. I already try but it only show at right side on the top i want to display for entire header (TOP OF PAGE).
This is a good video for full srceen alv. Thank you. Could you please introduce some methods about how to download alv with layout which changed anytime.
Thanks for your reply. Yes, I want to download to Excel.For example, first time I will download with current format.The second time will do the total and hide some items then download to Excel.
@@xyli8225 Ok, Have you tried this video: ➡th-cam.com/video/R06MXVZbx2k/w-d-xo.html Here I show how to download/export an internal table to excel. If you want to hide some columns you only have to modify the internal table before the export.
It helped a lot.Thank you. Actually I had downloaded ALV to Excel like this as below. Step1 Display ALV use cl_gui_alv_grid. Step2 Hide some items and changed the sequence of items that not be hidden.Then do the total of amount item. Step3 Click the addon button to download ALV to Excel. I used method get_frontend_fieldcatalog get_subtotals get_sort_criteria to achieve . Now I want to use cl_salv_table to achieve this like above.Cloud you help on this?
@@xyli8225 I have not had this requirement myself until now. Maybe I'll find time to take a look at it in the next few weeks. I can't promise anything 🤔
Excellent! Thank you.
Thank you very much! and thanks for watching 🤗
Thankyou so so very much. keep growing
Thank you very much! 🤗😀
Thank you so much for this video can you please upload a video on how we can edit a column in salv
Ever since the CL_SALV_TABLE class was released, one question was ever present - how to make it editable? 🙃 Unfortunately, to my knowledge, this is still not possible. 🙄
I have found for me a solution that I describe in this video. 🤗
th-cam.com/video/ZzXHYDy0UUE/w-d-xo.html
Is it possible to make SALV columns editable .
As far as I know it is not possible. There are some pakages on github, but I haven't tried it yet. 🤔
Thank you For making such a Good videos on ABAP its really good. can you please explain how to use I_BACKGROUND_ID in SALV 'ALV_BACKGROUND' at header. I already try but it only show at right side on the top i want to display for entire header (TOP OF PAGE).
I have never used this option until now. I would have to take a look at it myself. 🤔
This is a good video for full srceen alv. Thank you. Could you please introduce some methods about how to download alv with layout which changed anytime.
I am not sure if I know what you mean. Do you mean the export of data from an ALV to a e.g. Excel with formatting options? 🤔
Thanks for your reply. Yes, I want to download to Excel.For example, first time I will download with current format.The second time will do the total and hide some items then download to Excel.
@@xyli8225 Ok, Have you tried this video:
➡th-cam.com/video/R06MXVZbx2k/w-d-xo.html
Here I show how to download/export an internal table to excel. If you want to hide some columns you only have to modify the internal table before the export.
It helped a lot.Thank you.
Actually I had downloaded ALV to Excel like this as below.
Step1 Display ALV use cl_gui_alv_grid.
Step2 Hide some items and changed the sequence of items that not be hidden.Then do the total of amount item.
Step3 Click the addon button to download ALV to Excel.
I used method get_frontend_fieldcatalog get_subtotals get_sort_criteria to achieve .
Now I want to use cl_salv_table to achieve this like above.Cloud you help on this?
@@xyli8225 I have not had this requirement myself until now. Maybe I'll find time to take a look at it in the next few weeks. I can't promise anything 🤔