<?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 creation with deep table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240135#M1526182</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;  I am creating one document type(ZS05) sales order against another document type(ZRR1) sales order. So, even if I have error messages, I can have ZRR1 sales order as an entry in the table and I can store the error messages against it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is purely developed for future reference purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 06:09:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-01T06:09:34Z</dc:date>
    <item>
      <title>Table creation with deep table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240132#M1526179</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 creating a table which will have sales order header details and the BAPI return messages for every order.&lt;/P&gt;&lt;P&gt;Order header details will be single line and BAPI return messages will be multiple lines. I wanted to give this result in the table.&lt;/P&gt;&lt;P&gt;For capturing return messages, I created a table type with return structure. Again I went to the order details table and I appended a structure, which will have this table type as a component. But, When I activate, it says table type cannot be in DB table.&lt;/P&gt;&lt;P&gt;Is it not possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case should I go to only views. Can't I try with deep tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 05:48:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240132#M1526179</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T05:48:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation with deep table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240133#M1526180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot create a nested table within a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you can do is create a structure with the nested table type in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your code, you can create an internal table for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Himanshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 05:55:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240133#M1526180</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T05:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation with deep table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240134#M1526181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In a table you cannot include a table type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here in you case a sales order item will have multiple return messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that cannot be stored in the existing item table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using Sales order create bapi...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF that is the case what is the use of storing all that return messages.&lt;/P&gt;&lt;P&gt;If sucessful sales order no will be generated. for all other cases...some error messages will be returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you are using a program, which is sheduled, and if these  message are shown as o/p using write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then that can be seen in log.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 05:59:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240134#M1526181</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2010-10-01T05:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation with deep table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240135#M1526182</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;  I am creating one document type(ZS05) sales order against another document type(ZRR1) sales order. So, even if I have error messages, I can have ZRR1 sales order as an entry in the table and I can store the error messages against it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This is purely developed for future reference purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 06:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240135#M1526182</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T06:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Table creation with deep table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240136#M1526183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why re-invent the wheel? Make use of the application log. (see transaction SLG1).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 08:57:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-creation-with-deep-table/m-p/7240136#M1526183</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T08:57:05Z</dc:date>
    </item>
  </channel>
</rss>

