<?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: Work on userexits in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726816#M1109633</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE84&lt;/P&gt;&lt;P&gt;click enhancements -&amp;gt;customer exits-&amp;gt;enhancements.&lt;/P&gt;&lt;P&gt;here give the package name say ME in ur case.&lt;/P&gt;&lt;P&gt;click execute u'll get a list of exits . select the one according to ur requirement and open the corresponding include and write ur code in it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Nov 2008 09:15:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-03T09:15:38Z</dc:date>
    <item>
      <title>Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726815#M1109632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am going to start work on an assignment which includes enhancement of transactions&lt;/P&gt;&lt;P&gt;related to PR like ME21N,ME22N,ME23N,ME29N.&lt;/P&gt;&lt;P&gt;Enhancement include incorporating two fields in detailed section.&lt;/P&gt;&lt;P&gt;How can i achieve this..&lt;/P&gt;&lt;P&gt;I came to know that i have to use customer exits and make changes in Uesr exits,Screen exits,&lt;/P&gt;&lt;P&gt;menu exits finally making sure that data is being populatd on to corresponding tables.&lt;/P&gt;&lt;P&gt;But as i am new to userexit,i am not able to make out how to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can somone guide me here ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726815#M1109632</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726816#M1109633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi aditya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto SE84&lt;/P&gt;&lt;P&gt;click enhancements -&amp;gt;customer exits-&amp;gt;enhancements.&lt;/P&gt;&lt;P&gt;here give the package name say ME in ur case.&lt;/P&gt;&lt;P&gt;click execute u'll get a list of exits . select the one according to ur requirement and open the corresponding include and write ur code in it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:15:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726816#M1109633</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726817#M1109634</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;first go to dictionary&lt;/P&gt;&lt;P&gt;declare those field by using .append structure&lt;/P&gt;&lt;P&gt;activate table&lt;/P&gt;&lt;P&gt;then go to cmod transaction for enhancement, create project&lt;/P&gt;&lt;P&gt;slect enhancemeeent assignmetn from appl tool bar&lt;/P&gt;&lt;P&gt;then provide sap given enhancement code&lt;/P&gt;&lt;P&gt;then select componenet&lt;/P&gt;&lt;P&gt;activate project&lt;/P&gt;&lt;P&gt;then select function bulider&lt;/P&gt;&lt;P&gt;provide function modue for outbound processing idoc&lt;/P&gt;&lt;P&gt;dispaly go to import&lt;/P&gt;&lt;P&gt;provide import parameter&lt;/P&gt;&lt;P&gt;then select source code&lt;/P&gt;&lt;P&gt;select include that have source code part&lt;/P&gt;&lt;P&gt;provide logic for enhancemetnt.&lt;/P&gt;&lt;P&gt;then save aand acativate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 09:29:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726817#M1109634</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T09:29:32Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726818#M1109635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But what code to write.&lt;/P&gt;&lt;P&gt;It is just like a person has coded &lt;/P&gt;&lt;P&gt;Microsoft Office and opens a text file while  &lt;/P&gt;&lt;P&gt;giving demo.&lt;/P&gt;&lt;P&gt;Further he ask me aditya wherever i stopped last&lt;/P&gt;&lt;P&gt;you code from there and add a grammatic check module now.&lt;/P&gt;&lt;P&gt;I am not aware of anything ,what to decide to code ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 10:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726818#M1109635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T10:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726819#M1109636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adithya ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through the following link..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm" target="test_blank"&gt;http://saptechnical.com/Tutorials/ExitsBADIs/ExitsMain.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Eshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 10:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726819#M1109636</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T10:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726820#M1109637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MM06E005 is the User Exit that allows you to add custom fields in the transaction open this in CMOD and implement the logic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;MM06E005  Customer fields in purchasing document&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 10:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726820#M1109637</guid>
      <dc:creator>bpawanchand</dc:creator>
      <dc:date>2008-11-03T10:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726821#M1109638</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think,not only in user exit but may be also in screen exits and&lt;/P&gt;&lt;P&gt;then menu exits , i will be required to modify &lt;/P&gt;&lt;P&gt;ME21N,22N,23N,29N to include the functionality of capturing two additional fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However,is it that i will be required to add these  field in ekpo&lt;/P&gt;&lt;P&gt;table also on my own to existing structure?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2008 12:23:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726821#M1109638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-03T12:23:17Z</dc:date>
    </item>
    <item>
      <title>Re: Work on userexits</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726822#M1109639</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sdsds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2008 07:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/work-on-userexits/m-p/4726822#M1109639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-04T07:43:26Z</dc:date>
    </item>
  </channel>
</rss>

