<?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: Table AUSP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713732#M893989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code is working, but u need to do the following minor changes in ur code to get the output displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is your code:&lt;/P&gt;&lt;P&gt;TABLES ausp.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;BEGIN OF temptab OCCURS 10,&lt;/P&gt;&lt;P&gt;atwrt LIKE ausp-atwrt,&lt;/P&gt;&lt;P&gt;*ATINN like AUSP-ATINN,&lt;/P&gt;&lt;P&gt;END OF temptab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT atwrt&lt;/P&gt;&lt;P&gt;FROM ausp&lt;/P&gt;&lt;P&gt;INTO TABLE temptab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT temptab.&lt;/P&gt;&lt;P&gt;  WRITE: / temptab-atwrt.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check the result after executing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramalakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Apr 2008 08:37:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-25T08:37:25Z</dc:date>
    <item>
      <title>Table AUSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713728#M893985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts,&lt;/P&gt;&lt;P&gt;I need to read classification data of Objects I created using CACL. As I read in another thread in this forum the information should be stored in table AUSP. My Problem is to find an overview about the table's structure, so I can see the available attributes in the table (I need their names to read them in ABAP). Do you know a website showing this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: I would like to have something like that: &lt;A href="http://sap.niraj.tripod.com/id42.html" target="test_blank"&gt;http://sap.niraj.tripod.com/id42.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Just for AUSP. It would be great, if you knew some sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Gerne on Apr 25, 2008 9:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 07:48:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713728#M893985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T07:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table AUSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713729#M893986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the attributes of a table from transaction SE11 by specifying the table name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lakshman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:01:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713729#M893986</guid>
      <dc:creator>Lakshmant1</dc:creator>
      <dc:date>2008-04-25T08:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Table AUSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713730#M893987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure whether this can help you or not but please have a look at below link. May be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[SAP Tables|http://www.erpgenie.com/abap/tables.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vibha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please mark all the useful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:01:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713730#M893987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T08:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: Table AUSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713731#M893988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;thank you for the answers now I know how to do the Select. unfortunately my code doesn't work. There are no error Messages. But there is no output to the screen.&lt;/P&gt;&lt;P&gt;My Code is:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;tables AUSP.
Data:
BEGIN OF tempTab occurs 10,
ATWRT like AUSP-ATWRT,
*ATINN like AUSP-ATINN,
END OF tempTab.

SELECT ATWRT FROM AUSP INTO tempTab.
ENDSELECT.

loop at tempTab.
write: / tempTab-ATWRT.
ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Daniel Gerne on Apr 25, 2008 10:13 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713731#M893988</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T08:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: Table AUSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713732#M893989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your code is working, but u need to do the following minor changes in ur code to get the output displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is your code:&lt;/P&gt;&lt;P&gt;TABLES ausp.&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;BEGIN OF temptab OCCURS 10,&lt;/P&gt;&lt;P&gt;atwrt LIKE ausp-atwrt,&lt;/P&gt;&lt;P&gt;*ATINN like AUSP-ATINN,&lt;/P&gt;&lt;P&gt;END OF temptab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT atwrt&lt;/P&gt;&lt;P&gt;FROM ausp&lt;/P&gt;&lt;P&gt;INTO TABLE temptab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT temptab.&lt;/P&gt;&lt;P&gt;  WRITE: / temptab-atwrt.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now check the result after executing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramalakshmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713732#M893989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T08:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table AUSP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713733#M893990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you Ramalakshmi. It works fine now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Apr 2008 08:54:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-ausp/m-p/3713733#M893990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-25T08:54:03Z</dc:date>
    </item>
  </channel>
</rss>

