<?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: Append Structure! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564253#M255027</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using it with EXIT_SAPLV50Q_001, to generate a report from standard VL06F with the additional shipment fields I am going to add in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Sep 2006 20:21:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-17T20:21:57Z</dc:date>
    <item>
      <title>Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564251#M255025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need some more information on this. If possible can any one email me any functional specifications related to this. Please your help will be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;andrewstickle@yahoo.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 19:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564251#M255025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T19:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564252#M255026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An APPEND structure is a DDIC structure that is assigned to a single DB table. In the ABAP dictionary (SE11) you call the corresponding DB table and create the APPEND structure for this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In which scenario do we create APPEND structures? Obviously, the attributes available in the DB table are not sufficient to meet your requirements. Thus, you append the missing fields to the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the difference between an APPEND structure and a "normal" structure? An APPEND structure is assigned to a single table whereas structures could be included in many tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An important point to consider when enhancing a table is the so-called "enhancement category" of the table (menu Extras -&amp;gt; Enhancement category). This table property will become particularly important in an unicode environment. For details see the SAP documentation about&lt;/P&gt;&lt;P&gt;&amp;lt;a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm"&amp;gt;ABAP and Unicode&amp;lt;/a&amp;gt; (search for &amp;lt;i&amp;gt;Structure Enhancements&amp;lt;/i&amp;gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564252#M255026</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-17T20:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564253#M255027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using it with EXIT_SAPLV50Q_001, to generate a report from standard VL06F with the additional shipment fields I am going to add in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564253#M255027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T20:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564254#M255028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess my first answer did not hit your point exactly. Based on the exit I assume your target is the LIPOVZ include in structure LIPOV. For one of our customers I had to enhance a similar include. I do not remember if I had to modify this SAP structure or not, but in any case I had to remove the DUMMY field and add the required fields.&lt;/P&gt;&lt;P&gt;Based on the exit's interface I would guess that is the place where to fill/modify the additional fields with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:35:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564254#M255028</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-17T20:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564255#M255029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply. Honestly, its the first time I am working on something like this and I have no where abouts of how to write a specification document for this. The one I wrote before, I was told there were performance issues associated with that report so this is my only other option.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:43:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564255#M255029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T20:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564256#M255030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tomorrow when I am in our office I can try look for more information. If you are interested please send a "reminder" mail to uwe.schieferstein@cirrus.ch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;   Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564256#M255030</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2006-09-17T20:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: Append Structure!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564257#M255031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Sep 2006 20:57:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/append-structure/m-p/1564257#M255031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-17T20:57:09Z</dc:date>
    </item>
  </channel>
</rss>

