<?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: help needed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601406#M270022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the selection screen pass a parameter p_VKORG type VKORG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*declare a internal table &lt;/P&gt;&lt;P&gt;data: i_knvp type standard table of knvp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the start-of-selection.&lt;/P&gt;&lt;P&gt;if not p_vkorg is initial.&lt;/P&gt;&lt;P&gt;select * from KNVP into table i_knvp &lt;/P&gt;&lt;P&gt;where vkorg = p_vkorg  and PARVW= 'RG'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In end-of-selection.&lt;/P&gt;&lt;P&gt;if not i_knvp[] is initial.&lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below programs to the final data in ALV:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_GRID_01  &lt;/P&gt;&lt;P&gt;BCALV_GRID_02  &lt;/P&gt;&lt;P&gt;BCALV_GRID_03  &lt;/P&gt;&lt;P&gt;BCALV_GRID_04  &lt;/P&gt;&lt;P&gt;BCALV_GRID_05  &lt;/P&gt;&lt;P&gt;BCALV_GRID_06  &lt;/P&gt;&lt;P&gt;BCALV_GRID_07  &lt;/P&gt;&lt;P&gt;BCALV_GRID_08  &lt;/P&gt;&lt;P&gt;BCALV_GRID_09  &lt;/P&gt;&lt;P&gt;BCALV_GRID_10  &lt;/P&gt;&lt;P&gt;BCALV_GRID_11  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Sep 2006 09:41:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-22T09:41:50Z</dc:date>
    <item>
      <title>help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601404#M270020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; my client requirement is Use Sales Org to read table KNVP.  Process all partener type PARVW="RG" records found on KNVP and create an output record for each one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tanks,&lt;/P&gt;&lt;P&gt;venkat.b&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 09:28:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601404#M270020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T09:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601405#M270021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you require a report. The client could just use SE16 and download the list to a spreadsheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 09:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601405#M270021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T09:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601406#M270022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the selection screen pass a parameter p_VKORG type VKORG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*declare a internal table &lt;/P&gt;&lt;P&gt;data: i_knvp type standard table of knvp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the start-of-selection.&lt;/P&gt;&lt;P&gt;if not p_vkorg is initial.&lt;/P&gt;&lt;P&gt;select * from KNVP into table i_knvp &lt;/P&gt;&lt;P&gt;where vkorg = p_vkorg  and PARVW= 'RG'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In end-of-selection.&lt;/P&gt;&lt;P&gt;if not i_knvp[] is initial.&lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below programs to the final data in ALV:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BCALV_GRID_01  &lt;/P&gt;&lt;P&gt;BCALV_GRID_02  &lt;/P&gt;&lt;P&gt;BCALV_GRID_03  &lt;/P&gt;&lt;P&gt;BCALV_GRID_04  &lt;/P&gt;&lt;P&gt;BCALV_GRID_05  &lt;/P&gt;&lt;P&gt;BCALV_GRID_06  &lt;/P&gt;&lt;P&gt;BCALV_GRID_07  &lt;/P&gt;&lt;P&gt;BCALV_GRID_08  &lt;/P&gt;&lt;P&gt;BCALV_GRID_09  &lt;/P&gt;&lt;P&gt;BCALV_GRID_10  &lt;/P&gt;&lt;P&gt;BCALV_GRID_11  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 09:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601406#M270022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T09:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601407#M270023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkat,,&lt;/P&gt;&lt;P&gt;try out the below code,,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables: knvp. "(include knvp in the tables statement)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT kunnr&lt;/P&gt;&lt;P&gt;parvw&lt;/P&gt;&lt;P&gt;kunn2 &lt;/P&gt;&lt;P&gt;FROM KNVP into&lt;/P&gt;&lt;P&gt;corresponding fields of TABLE ITAB_KNVP&lt;/P&gt;&lt;P&gt;WHERE kunnr EQ itab-kunnr and&lt;/P&gt;&lt;P&gt;PARVW EQ 'RG'. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points for helpful answers,,,&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sachidanand.B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 09:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601407#M270023</guid>
      <dc:creator>former_member758419</dc:creator>
      <dc:date>2006-09-22T09:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: help needed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601408#M270024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hI PRAKASH RAMU.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what i need is suppose different customers having same partenertype parvw='rg' in this case   i want diffent outputs for different customers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;venkat.b&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2006 09:53:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-needed/m-p/1601408#M270024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-22T09:53:21Z</dc:date>
    </item>
  </channel>
</rss>

