<?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: Regarding Select data from *BSEG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892344#M679740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        *Bseg will be used by SAP standard program. it denoted the old value of BSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our coding we cant use *BSEG. use BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2007 10:33:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-12T10:33:25Z</dc:date>
    <item>
      <title>Regarding Select data from *BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892343#M679739</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;I am studying the logic of an ABAP in which data has been fetched by a select statement like this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM *BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i double clicked on *BSEG, system says *BSEG does not exist. Also, there is no table as *BSEG in ABAP dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what does *BSEG signifies and what it is ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Akash Sawant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 10:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892343#M679739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T10:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select data from *BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892344#M679740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;        *Bseg will be used by SAP standard program. it denoted the old value of BSEG table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our coding we cant use *BSEG. use BSEG&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Niyaz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 10:33:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892344#M679740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T10:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select data from *BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892345#M679741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Niyaz,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for quick reply. Can you please ellaborate what does this *BSEG means and when it should be used as i am not aware with it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw it used in the custom ABAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 10:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892345#M679741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T10:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select data from *BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892346#M679742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Akash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you declare *BSEG  means its acts as a structure for the corresponding DB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this sample code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : mara, *mara.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA : ITAB LIKE TABLE OF *MARA WITH HEADER LINE.

SELECT * FROM *MARA INTO TABLE ITAB.

LOOP AT ITAB.
WRITE : ITAB-MATNR.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;reward If Helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 10:48:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892346#M679742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T10:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select data from *BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892347#M679743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;The real reason of * infront of the table is to open up a new workarea and during R/2 hard time, we use it to let us allow reading the same table&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;select * from bseg. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;select * from *bseg &lt;/P&gt;&lt;P&gt;where ... &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;endselect. &lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;endselect&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 10:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892347#M679743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T10:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding Select data from *BSEG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892348#M679744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, i didn't get you. If *mara is acting as a structure for table mara then how could we use select statement over it for data fetch. Please explain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, what's the need of declaring *mara ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Akash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2007 11:19:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-select-data-from-bseg/m-p/2892348#M679744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-12T11:19:37Z</dc:date>
    </item>
  </channel>
</rss>

