<?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: retrieving data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197784#M130205</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;     after entering sales order number in Va03/Va02 it goes to the next screen. In that screen i have added a button(telephonic button). when a line item is selected along with the button a new screen is displayed, in that it should diplay all the phone numbers assigned to the sales order no. for phone numbers there is a bespoke dbtable in which sales order number is also present.in the same screen i need to display &lt;/P&gt;&lt;P&gt;             1. sales order&lt;/P&gt;&lt;P&gt;             2. kunnr&lt;/P&gt;&lt;P&gt;             3. name1&lt;/P&gt;&lt;P&gt;             4.posnr.&lt;/P&gt;&lt;P&gt;so i am little bit confused while using the 'Where' condition.&lt;/P&gt;&lt;P&gt; select vbeln kunnr name1 from vbak &lt;/P&gt;&lt;P&gt;     into i_vbak where vbeln = vbeln or vbeln = .......&lt;/P&gt;&lt;P&gt;same vbeln means vbeln = vbeln or somethng different.&lt;/P&gt;&lt;P&gt; cheers&lt;/P&gt;&lt;P&gt;kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jan 2006 05:42:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-05T05:42:20Z</dc:date>
    <item>
      <title>retrieving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197781#M130202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;              i need to retrive data from vbak-kunnr,vbak-name1,vbap-posnr,vbak-vbeln.In Va02/va03 screen after entering sales order number,next screen is displayed based on that sales order number i need to retrive data. could some one provide me with the code.&lt;/P&gt;&lt;P&gt; for ex: &lt;/P&gt;&lt;P&gt;select vbeln kunnr name1 &lt;/P&gt;&lt;P&gt;from vbak into i_vbak where vbeln = ..... so how should be the where condition&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 04:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197781#M130202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T04:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197782#M130203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your input? Is this a report? The information you gave is very little. Please provide more information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 05:21:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197782#M130203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T05:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197783#M130204</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;Are you imitating the va02/va03 transaction.&lt;/P&gt;&lt;P&gt;if so give the vbeln itself in where clause, which you have entered in the first screen. if you are doing some thing with va02/va03 please let me know..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 05:25:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197783#M130204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T05:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197784#M130205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;     after entering sales order number in Va03/Va02 it goes to the next screen. In that screen i have added a button(telephonic button). when a line item is selected along with the button a new screen is displayed, in that it should diplay all the phone numbers assigned to the sales order no. for phone numbers there is a bespoke dbtable in which sales order number is also present.in the same screen i need to display &lt;/P&gt;&lt;P&gt;             1. sales order&lt;/P&gt;&lt;P&gt;             2. kunnr&lt;/P&gt;&lt;P&gt;             3. name1&lt;/P&gt;&lt;P&gt;             4.posnr.&lt;/P&gt;&lt;P&gt;so i am little bit confused while using the 'Where' condition.&lt;/P&gt;&lt;P&gt; select vbeln kunnr name1 from vbak &lt;/P&gt;&lt;P&gt;     into i_vbak where vbeln = vbeln or vbeln = .......&lt;/P&gt;&lt;P&gt;same vbeln means vbeln = vbeln or somethng different.&lt;/P&gt;&lt;P&gt; cheers&lt;/P&gt;&lt;P&gt;kesi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 05:42:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197784#M130205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T05:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197785#M130206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select vbeln kunnr name1 from vbak &lt;/P&gt;&lt;P&gt;into i_vbak where vbeln = scrfeild.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(screen field which is holding vbeln).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 05:45:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197785#M130206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T05:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: retrieving data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197786#M130207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In VA03/VA02, you should have access to the VBAK or XVBAK structures somewhere. Check in debugging. You can use the VBELN of that structure. But I think most of your fields will be there already, unless these are some custom fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jan 2006 05:46:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retrieving-data/m-p/1197786#M130207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-05T05:46:09Z</dc:date>
    </item>
  </channel>
</rss>

