2021 Sep 16 3:54 PM
Hi, I have written a code that filters some data from two tables into one and outputs the results in ALV, I'd like if user could input the data into the aforementioned tables when looking at the data in ALV. So, is it possible to somehow create any function that would give me button in the ALV table that would perform a function which would list three fields for user's input into the table?
Hi, I have written a code that filters some data from two tables into one and outputs the results in ALV, I'd like if user could input the data into the aforementioned tables when looking at the data in ALV. So, is it possible to somehow create any function that would give me button in the ALV table that would perform a function which would list three fields for user's input into the table?
2021 Sep 16 3:55 PM
Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with Community Q&A , as it provides tips for preparing questions that draw responses from our members.
For example, you can:
- outline what steps you took to find answers (and why they weren't helpful)
- share screenshots of what you've seen/done
- make sure you've applied the appropriate tags
- use a more descriptive subject line.
The more details you provide, the more likely it is that members will be able to respond. Feel free to also take our Q&A tutorial Q&A tutorial
Should you wish, you can revise your question by selecting Actions, then Edit.
By adding a picture to your Profile you encourage readers to respond.
2021 Sep 17 9:06 AM
What I meant is if it's possible not to make data editable, rather if I could add data directly into table when browsing the ALV. My table is simple, it reads data from two tables and ALV output has five columns and I'd like to add data directly within the ALV table. What did you mean by the button?
Current ALV code:
DATA(lo_alv_functions_list) = o_alv->get_functions( ).
lo_alv_functions_list->set_all( if_salv_c_bool_sap=>true ).
2021 Sep 22 2:11 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |