<?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: Regarding Function Module ALV - Highly Required in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607316#M868964</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though, I do not know how to pick the entire line data in an ALV Report, I think I have a solution to your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include a check box element in the ALV Report. For the final internal table from you fetch the data for ALV, include a single character field and define it as the check box in the Fieldcatalog. &lt;/P&gt;&lt;P&gt;  FIELDCATALOG-CHECKBOX    =  'X'.&lt;/P&gt;&lt;P&gt;  FIELDCATALOG-EDIT               =  'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you click at the checkbox, the internal table would get updated for the field (i.e. meant for checkbox) as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you could read the internal table for the field = 'X'. This would get the entire line data into the work area. Now go ahead and fill in the details for the form's FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got that...Incase if you have any further doubts do get back. I've worked on similar requirement and I could give sample code too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps,&lt;/P&gt;&lt;P&gt;Kiran Kumar Somaroutu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 23 Mar 2008 16:32:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-23T16:32:08Z</dc:date>
    <item>
      <title>Regarding Function Module ALV - Highly Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607314#M868962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I displayed a list on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Upon double clicking generally the ALV field SLIS_SELFIELD reads the value clicked, Field Name and Row ID, Column ID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is my list involves data from diff tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i want to read whole line of data on double clicking the List and move it to my form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On clicking the whole line of data should be retrieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : The data is not having any key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fullfilled Answers will be rewarded Possibly Max Marks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 15:36:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607314#M868962</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-23T15:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module ALV - Highly Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607315#M868963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to the link below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdev.co.uk/reporting/alv/alvgrid_enhanced.htm" target="test_blank"&gt;http://www.sapdev.co.uk/reporting/alv/alvgrid_enhanced.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sriram Ponna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 16:20:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607315#M868963</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-23T16:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module ALV - Highly Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607316#M868964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji Reddy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Though, I do not know how to pick the entire line data in an ALV Report, I think I have a solution to your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can include a check box element in the ALV Report. For the final internal table from you fetch the data for ALV, include a single character field and define it as the check box in the Fieldcatalog. &lt;/P&gt;&lt;P&gt;  FIELDCATALOG-CHECKBOX    =  'X'.&lt;/P&gt;&lt;P&gt;  FIELDCATALOG-EDIT               =  'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you click at the checkbox, the internal table would get updated for the field (i.e. meant for checkbox) as 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you could read the internal table for the field = 'X'. This would get the entire line data into the work area. Now go ahead and fill in the details for the form's FM. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you got that...Incase if you have any further doubts do get back. I've worked on similar requirement and I could give sample code too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if this helps,&lt;/P&gt;&lt;P&gt;Kiran Kumar Somaroutu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Mar 2008 16:32:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607316#M868964</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-23T16:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module ALV - Highly Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607317#M868965</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If possible sent me a piece of code for the double click routine. I want to know the way u deal with the transferrring of final internal table to the module.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 04:53:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607317#M868965</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T04:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module ALV - Highly Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607318#M868966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u click on a field u can get selected line number in the alv.so with that u can u can read the entire row.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
FORM user_command USING r_ucomm LIKE sy-ucomm
                  rs_selfield TYPE slis_selfield.
* Check function code
  CASE r_ucomm.
    WHEN '&amp;amp;IC1'.
      READ TABLE IT_EKKO INTO WA_EKKO INDEX RS_SELFIELD-TABINDEX.
  ENDCASE.
ENDFORM.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 05:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607318#M868966</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T05:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Function Module ALV - Highly Required</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607319#M868967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the thread.I have answered same question here.&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5022540"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please see my answers in this thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plkease reward if useful&lt;/P&gt;&lt;P&gt;Thanks Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2008 05:19:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-function-module-alv-highly-required/m-p/3607319#M868967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-24T05:19:52Z</dc:date>
    </item>
  </channel>
</rss>

