<?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: code problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961476#M1337720</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir.&lt;/P&gt;&lt;P&gt;I want to display the amount entries and total . so picked  the data from bseg into ibsik &lt;/P&gt;&lt;P&gt;{select * from bsik into table ibsik&lt;/P&gt;&lt;P&gt;for all entries in ibseg&lt;/P&gt;&lt;P&gt;where belnr = ibseg-REBZG.}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me some hint or sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2009 07:04:52 GMT</pubDate>
    <dc:creator>former_member630092</dc:creator>
    <dc:date>2009-08-21T07:04:52Z</dc:date>
    <item>
      <title>code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961473#M1337717</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 bsak, bsik, bseg tables, reguh . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{select * from bseg into table ibseg&lt;/P&gt;&lt;P&gt;    where belnr = REGUH-VBLNR&lt;/P&gt;&lt;P&gt;    and SHKZG = 'S'.}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for one reguh-belnr record it should pick one corresponding record from bseg.&lt;/P&gt;&lt;P&gt;it is picking multiple records from bseg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{select * from bsik into table ibsik&lt;/P&gt;&lt;P&gt;for all entries in ibseg&lt;/P&gt;&lt;P&gt;where belnr = ibseg-REBZG.}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no data is coming in table ibsik. because bsik table nas no belnr record corresponding to&lt;/P&gt;&lt;P&gt;bseg-rebzg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 05:44:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961473#M1337717</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2009-08-21T05:44:08Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961474#M1337718</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 you want single record to be fetched then you can use &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT SINGLE *&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 05:48:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961474#M1337718</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2009-08-21T05:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961475#M1337719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please explain what is your exact requirement, What do you want to do?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 05:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961475#M1337719</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T05:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961476#M1337720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sir.&lt;/P&gt;&lt;P&gt;I want to display the amount entries and total . so picked  the data from bseg into ibsik &lt;/P&gt;&lt;P&gt;{select * from bsik into table ibsik&lt;/P&gt;&lt;P&gt;for all entries in ibseg&lt;/P&gt;&lt;P&gt;where belnr = ibseg-REBZG.}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me some hint or sol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 07:04:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961476#M1337720</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2009-08-21T07:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961477#M1337721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you can compare bseg-REBZG with bsik-belnr.&lt;/P&gt;&lt;P&gt;REBZG = Number of the Invoice the Transaction Belongs to.&lt;/P&gt;&lt;P&gt;BELNR = Accounting Document Number&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You Can do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Select * from bsik into corresponding fields of table ibsik
                                        where belnr = ibseg-belnr
                                          and buzei = ibseg-buzei.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope it will solve your Problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 07:25:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961477#M1337721</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T07:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961478#M1337722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi kumar,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;     You are comparing Invoice number with Accounting document number to get records from BSIK. Use BELNR and Fiscal year  to Compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 07:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961478#M1337722</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T07:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961479#M1337723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for info.&lt;/P&gt;&lt;P&gt;Using f-58, when document is posted . bseg table is got updated immedietly. &lt;/P&gt;&lt;P&gt;But bsik table is not getting updated immediately. This condition is also not working&lt;/P&gt;&lt;P&gt;Select * from bsik into corresponding fields of table ibsik&lt;/P&gt;&lt;P&gt;                                        where belnr = ibseg-belnr.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 07:59:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961479#M1337723</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2009-08-21T07:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961480#M1337724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are making a payment for a particular vendor using F-58. Then i think that the entry will move from BSIK (open vendor items) to BSAK (closed vendor items). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think BSIK is not the right table to search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 08:13:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961480#M1337724</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-08-21T08:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: code problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961481#M1337725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 04:37:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/code-problem/m-p/5961481#M1337725</guid>
      <dc:creator>former_member630092</dc:creator>
      <dc:date>2009-08-27T04:37:41Z</dc:date>
    </item>
  </channel>
</rss>

