<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: input data into table when browsing it via ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418171#M1996941</link>
    <description>&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Current ALV code: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA(lo_alv_functions_list) = o_alv-&amp;gt;get_functions( ). &lt;BR /&gt;  lo_alv_functions_list-&amp;gt;set_all( if_salv_c_bool_sap=&amp;gt;true ).&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Fri, 17 Sep 2021 08:06:54 GMT</pubDate>
    <dc:creator>former_member767171</dc:creator>
    <dc:date>2021-09-17T08:06:54Z</dc:date>
    <item>
      <title>input data into table when browsing it via ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418169#M1996939</link>
      <description>&lt;P&gt;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?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:54:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418169#M1996939</guid>
      <dc:creator>former_member767171</dc:creator>
      <dc:date>2021-09-16T14:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: input data into table when browsing it via ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418170#M1996940</link>
      <description>&lt;P&gt;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 &lt;U&gt;&lt;A href="https://community.sap.com/resources/questions-and-answers"&gt;Community
Q&amp;amp;A&lt;/A&gt;&lt;/U&gt; , as it provides tips for preparing
questions that draw responses from our members.&lt;/P&gt;&lt;P&gt;For example,
you can:&lt;/P&gt;&lt;P&gt;- outline what steps you took to
find answers (and why they weren't helpful)&lt;/P&gt;&lt;P&gt;- share screenshots of what
you've seen/done&lt;/P&gt;&lt;P&gt;- make sure you've applied the
appropriate tags&lt;/P&gt;&lt;P&gt;- use a more descriptive subject line.&lt;/P&gt;&lt;P&gt;The more details you provide, the
more likely it is that members will be able to respond. Feel free to also take
our Q&amp;amp;A  tutorial &lt;A href="https://developers.sap.com/tutorials/community-qa.html"&gt;Q&amp;amp;A tutorial&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Should you wish, you can revise
your question by selecting Actions, then Edit.&lt;/P&gt;&lt;P&gt;By adding a picture to your Profile
you encourage readers to respond.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2021 14:55:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418170#M1996940</guid>
      <dc:creator>former_member763929</dc:creator>
      <dc:date>2021-09-16T14:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: input data into table when browsing it via ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418171#M1996941</link>
      <description>&lt;P&gt;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?&lt;/P&gt;&lt;P&gt;Current ALV code: &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  DATA(lo_alv_functions_list) = o_alv-&amp;gt;get_functions( ). &lt;BR /&gt;  lo_alv_functions_list-&amp;gt;set_all( if_salv_c_bool_sap=&amp;gt;true ).&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 17 Sep 2021 08:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418171#M1996941</guid>
      <dc:creator>former_member767171</dc:creator>
      <dc:date>2021-09-17T08:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: input data into table when browsing it via ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418172#M1996942</link>
      <description>&lt;P&gt;Ask your Abaper, it's relatively easy. 
Look in the forum as there are already some questions/document on how to add a button, function code, to an ALV grid and identify the line on which the button was pressed and how to build a small pop-up screen for confirmation.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 13:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/input-data-into-table-when-browsing-it-via-alv/m-p/12418172#M1996942</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2021-09-22T13:11:37Z</dc:date>
    </item>
  </channel>
</rss>

