<?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: Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288591#M1023019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohinder,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I have appended a structure to the stnd. table PNWTYV with a name ZAPNWTYV.&lt;/P&gt;&lt;P&gt;In ZAPNWTYV 6 flds are maintained..which are being used in WTY(tcode) in a screen exit in table control.&lt;/P&gt;&lt;P&gt;These fields in the table control in WTY should be updated in the ZAPNWTYV/PNWTYV.&lt;/P&gt;&lt;P&gt;When i debug the code,the entered fields are existing in the work area of ZAPNWTYV but not in the WA of PNWTYV.&lt;/P&gt;&lt;P&gt;Kindly reply me as soon as possible.&lt;/P&gt;&lt;P&gt;Yuor help will be appreciated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Aug 2008 12:20:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-05T12:20:34Z</dc:date>
    <item>
      <title>Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288589#M1023017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have to update a Z-structure appended in a stnd. table from a screen exit.&lt;/P&gt;&lt;P&gt;I am struck with the updating of Z struc.&lt;/P&gt;&lt;P&gt;Kindly reply me soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 10:47:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288589#M1023017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288590#M1023018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is the structure appended or Included to the table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess for the standard table we need to append....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its appended&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following enhancements can be made to a table or structure TAB with an append structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Insert new fields in TAB,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Define foreign keys for fields of TAB that already exist,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        Attach search helps to fields of TAB that already exist,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These enhancements are part of the append structure, i.e. they must always be changed and transported with the append structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When a table or structure is activated, all the append structures of the table are searched and the fields of these append structures are added to the table or structure. Foreign keys and search help attachments added using the append structure are also added to the table. If an append structure is created or changed, the table or structure assigned to it is also adjusted to these changes when the append structure is activated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the order of the fields in the ABAP Dictionary can differ from the order of the fields on the database, adding append structures or inserting fields in such append structures does not result in a table conversion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The customer creates append structures in the customer namespace. The append structure is thus protected against overwriting during an upgrade. The fields in the append structure should also reside in the customer namespace, that is the field names should begin with ZZ or YY. This prevents name conflicts with fields inserted in the table by SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mohinder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 12:09:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288590#M1023018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T12:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288591#M1023019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohinder,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I have appended a structure to the stnd. table PNWTYV with a name ZAPNWTYV.&lt;/P&gt;&lt;P&gt;In ZAPNWTYV 6 flds are maintained..which are being used in WTY(tcode) in a screen exit in table control.&lt;/P&gt;&lt;P&gt;These fields in the table control in WTY should be updated in the ZAPNWTYV/PNWTYV.&lt;/P&gt;&lt;P&gt;When i debug the code,the entered fields are existing in the work area of ZAPNWTYV but not in the WA of PNWTYV.&lt;/P&gt;&lt;P&gt;Kindly reply me as soon as possible.&lt;/P&gt;&lt;P&gt;Yuor help will be appreciated..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 12:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288591#M1023019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T12:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288592#M1023020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Declare the screen fields as PNWTYV-&amp;lt;fieldname&amp;gt; .. this will solve your problem..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2008 19:09:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288592#M1023020</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-05T19:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288593#M1023021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thnx all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2008 09:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool/m-p/4288593#M1023021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-09T09:27:50Z</dc:date>
    </item>
  </channel>
</rss>

