<?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: Additional Tab and fields in Standard Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350867#M175912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your information was helpful for me ,&lt;/P&gt;&lt;P&gt;Can you tell me the enhancement name for Sales Order Create and Change . I have searched.i Could not get the exact Enhancement for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 05:19:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-12T05:19:54Z</dc:date>
    <item>
      <title>Additional Tab and fields in Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350864#M175909</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;Im using sap R/3,in my Sales Order details i want to get additional tab which contains with my additional fields also i have to save this to one Z table for that sales order ? give me some idea ? how to add tab in standard sales order ?? and how to code it for store the data seperately.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 03:05:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350864#M175909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T03:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Tab and fields in Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350865#M175910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You can only achieve this by using a screen exit if SAP has provided one already. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Without the use of screen exit you cannot achieve this. Otherwise you will need to modify the std SAP program.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; You can check the lnki to find out more about screen exits and the step by step process.&lt;/P&gt;&lt;P&gt; &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1263676"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vijayendra  Rao&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 03:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350865#M175910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T03:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Tab and fields in Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350866#M175911</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;There's 2 way:&lt;/P&gt;&lt;P&gt;1. Using Screen Exit.&lt;/P&gt;&lt;P&gt;   For more detail about Screen Exit, read this &amp;lt;a href="http://help.sap.com/saphelp_nw04/helpdata/en/9d/12233a0edd7978e10000000a11402f/frameset.htm"&amp;gt;documents&amp;lt;/a&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Create Customer Program.&lt;/P&gt;&lt;P&gt;   This mean, you copy standart Program and modify it according your requirement, and become Customer Program. (Start with Z or Y ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 04:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350866#M175911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T04:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Additional Tab and fields in Standard Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350867#M175912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your information was helpful for me ,&lt;/P&gt;&lt;P&gt;Can you tell me the enhancement name for Sales Order Create and Change . I have searched.i Could not get the exact Enhancement for my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 05:19:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/additional-tab-and-fields-in-standard-program/m-p/1350867#M175912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T05:19:54Z</dc:date>
    </item>
  </channel>
</rss>

