<?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: ALV in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190061#M466800</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;Two things you have to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the layout structure of the ALV ..pass BOX_FIELDNAME = 'CHECK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In your internal table that will be used for display..Have a field name called CHECK..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for each record the check box will appear ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the check box is checked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the user command in the output internal table the column CHECK will be set to X...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2007 15:57:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-02T15:57:22Z</dc:date>
    <item>
      <title>ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190059#M466798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;There is a requirement to display the list of POs with the printer info where they are to be printed. In the selection screen i will mention the name of  a printer, along with the other criteria for fetching the required POs. The resulting list will be a ALV list of POs with the printer info and with the checkbox against each record. When the user select the record(s), and click on the update button in this screen(to be provided), the selected PO printers' info should get updated in a table NAST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is:&lt;/P&gt;&lt;P&gt;How to capture the info of the selected POs into an internal table(checked ones)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishwanath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 15:53:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190059#M466798</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T15:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190060#M466799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the program BCALV_EDIT_05&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 15:55:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190060#M466799</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T15:55:12Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190061#M466800</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;Two things you have to do..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the layout structure of the ALV ..pass BOX_FIELDNAME = 'CHECK'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) In your internal table that will be used for display..Have a field name called CHECK..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for each record the check box will appear ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the check box is checked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the user command in the output internal table the column CHECK will be set to X...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 May 2007 15:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190061#M466800</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-02T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: ALV</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190062#M466801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using FM 'REUSE_ALV_LIST_DISPLAY'  for my list display. The fields (cloumns) in the list are from two different table. I want to know, can i repeat i_structure_name parameter to give two structure names( from which fields are taken) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vishy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 May 2007 13:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/alv/m-p/2190062#M466801</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-04T13:18:44Z</dc:date>
    </item>
  </channel>
</rss>

