<?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: Hi in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997846#M955158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       plz tell me why i am getting this error&lt;/P&gt;&lt;P&gt;        @8O@ "END" must be a flat structure. You cannot use internal tables, strings, references, or structures as components .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr from kna1 into table it_kna1 where ktokd = 'baic'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln from vbap into table it_vbap for all entries in it_vbak&lt;/P&gt;&lt;P&gt;where vbeln = vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr vbeln knumv from vbak into table it_vbak&lt;/P&gt;&lt;P&gt;for all entries in it_kna1 where kunnr = kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kbetr knumv kschl from table konv into it_konv&lt;/P&gt;&lt;P&gt;for all the entries in it_vbak  where knumv = vbak-knumv&lt;/P&gt;&lt;P&gt;and koschl = 'pspr'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my coding correct plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 03:45:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-11T03:45:42Z</dc:date>
    <item>
      <title>Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997844#M955156</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;  can anybody tell me how to do logic by combing these detils&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; KONV-KBETR if KONV-KSCHL=PSPR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Linked by VBAK-KNUMV=KONV-KNUMV&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBAP-VBELN=VBAK-VBELN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Display profit margin only if KNA1- ktokd = BAIC.&lt;/P&gt;&lt;P&gt;knov-kbetr is profit margin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in this regard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;lavanya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 13:13:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997844#M955156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997845#M955157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Get all the Customers KNA1-KUNNR from KNA1 table for the account group KTOKD = BAIc.&lt;/P&gt;&lt;P&gt;For all these customers find the Sales orders (VBELN)and the Condition records (KNUMV) fromthe VBAK table.&lt;/P&gt;&lt;P&gt;Now retrieve the profit margin(KBETR) from KONV for the above condition records(VBAK-KNUMV). While retrieving put the condition KONV-KSCHL = 'PSPR' also in the WHERE clause of select.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="red" __jive_macro_name="color"&gt;&lt;STRONG&gt;\[removed by moderator\]&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran Bobbala&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jan Stallkamp on Jun 10, 2008 3:38 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 13:26:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997845#M955157</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T13:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hi</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997846#M955158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       plz tell me why i am getting this error&lt;/P&gt;&lt;P&gt;        @8O@ "END" must be a flat structure. You cannot use internal tables, strings, references, or structures as components .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr from kna1 into table it_kna1 where ktokd = 'baic'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select vbeln from vbap into table it_vbap for all entries in it_vbak&lt;/P&gt;&lt;P&gt;where vbeln = vbak-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kunnr vbeln knumv from vbak into table it_vbak&lt;/P&gt;&lt;P&gt;for all entries in it_kna1 where kunnr = kna1-kunnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select kbetr knumv kschl from table konv into it_konv&lt;/P&gt;&lt;P&gt;for all the entries in it_vbak  where knumv = vbak-knumv&lt;/P&gt;&lt;P&gt;and koschl = 'pspr'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is my coding correct plz help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 03:45:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hi/m-p/3997846#M955158</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T03:45:42Z</dc:date>
    </item>
  </channel>
</rss>

