<?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: finding exit with ME51N tcode? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149920#M1710306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you help me coding also??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Dec 2012 03:31:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-12-13T03:31:41Z</dc:date>
    <item>
      <title>finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149907#M1710293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have a requriement like in me51n transacton screen for a particular material the SHORT TEXT field should be editable.&lt;/P&gt;&lt;P&gt;pls help me out regarding this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2012 13:57:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149907#M1710293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-08T13:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149908#M1710294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Chinmaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't understand why do you have such a requirement. Normally, short text (for material or other entities) is something that is automatically fetched by the system and displayed. Why would you want to make it editable? Plus, let's say it is made editable. Then, what if the short text has no connection whatsoever with the material?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you still want to go ahead and would like to find an exit, you can set a breakpoint in method GET_INSTANCE of class CL_EXITHANDLER and then execute your transaction. The method will be called whenever there is an exit called during the transaction and it will return the name of the exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;KA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Dec 2012 14:53:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149908#M1710294</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-08T14:53:18Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149909#M1710295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya thnx akshat!! but mm consultant is saying for a particular material suppose material no-500000.&lt;/P&gt;&lt;P&gt;for this material in the item overview screen SHORT TEXT field should be editable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; i tried to find the user exit but i am unable to do it.pls help me regarding dis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 05:32:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149909#M1710295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-10T05:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149910#M1710296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i had tried and find the badi ME_PROCESS_PO_CUST.NOW just let me kno how to add the coding for the above req?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 07:06:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149910#M1710296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-10T07:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149911#M1710297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chinmaya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just checked the BAdI interface. In the method PROCESS_ITEM, I see the input to the method is an object of type IF_PURCHASE_ORDER_ITEM_MM. This interface has methods like GET_DATA and SET_DATA. You can check if using these you are able to set the short text at the item level.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 12:03:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149911#M1710297</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-10T12:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149912#M1710298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working out akshat.can u pls chk the badi CACL_CHARACTER_INPUT.wenever i put the break point it hits .so i hope its the perfect badi and if u find it then pls let me know the coding also for the particular material 500000 the SHORT TEXT filed should be editable since for all material this field is not editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 03:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149912#M1710298</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-11T03:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149913#M1710299</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its not working out akshat.can u pls chk the badi CACL_CHARACTER_INPUT.wenever i put the break point it hits .so i hope its the perfect badi and if u find it then pls let me know the coding also for the particular material 500000 the SHORT TEXT filed should be editable since for all material this field is not editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 03:54:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149913#M1710299</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-11T03:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149914#M1710300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the following badi's i had found...i am not sure which badi ll work out??&lt;/P&gt;&lt;P&gt;ME_PROCESS_PO&lt;/P&gt;&lt;P&gt;ME_PROCESS_PO_CUST&lt;/P&gt;&lt;P&gt;MEGUI_LAYOUT&lt;/P&gt;&lt;P&gt;GOS_SRV_SELECT&lt;/P&gt;&lt;P&gt;BADI_LAYER&lt;/P&gt;&lt;P&gt;ME_PROCESS_REQ&lt;/P&gt;&lt;P&gt;ME_PROCESS_REQ_CUST&lt;/P&gt;&lt;P&gt;ME_MEREQ_PARKING&lt;/P&gt;&lt;P&gt;ME_REQ_HEADER_TEXT&lt;/P&gt;&lt;P&gt;BADI_MATN1&lt;/P&gt;&lt;P&gt;ME_CCP_ACTIVE_CHECK&lt;/P&gt;&lt;P&gt;ME_REQ_NEW_VERSION&lt;/P&gt;&lt;P&gt;ME_CHECK_SOURCES&lt;/P&gt;&lt;P&gt;CACL_CHARACTER_INPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 05:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149914#M1710300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-11T05:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149915#M1710301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I had another look at BAdI ME_PROCESS_PO_CUST. It has a method called IF_EX_ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM. It has a changing parameter CH_FIELDSELECTION which apparently will contain metadata for the various fields. In this table, there is a field called FIELDSTATUS. I think you can try changing the value of this field. An asterisk '*' means display. You can check the correct value for editable (maybe '+'). Have a look at the method implementation in the example class CL_EXM_IM_ME_PROCESS_PO_CUST and it should give you a good idea about what code to write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know if it still does not work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Dec 2012 05:27:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149915#M1710301</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-11T05:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149916#M1710302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;akshat m in a great mess.in every badi under method wen i put the break point its not getting triggered.&lt;/P&gt;&lt;P&gt;can you please find the exact badi for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 13:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149916#M1710302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-12T13:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149917#M1710303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any idea to solve this with user exit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 14:05:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149917#M1710303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-12T14:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149918#M1710304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are working with purchase requisitions. BAdI ME_PROCESS_PO_CUST is meant for purchase order. I think that's why it's not triggering in your case. There is a very similar BAdI for purchase requisition. It's called ME_PROCESS_REQ_CUST. It has the same method I mentioned above - FIELDSELECTION_ITEM. I just put a breakpoint in FM MEREQBADI_FS_ITEM from which this BAdI is called and the control did stop. Try with this BAdI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, for some reason, in my system, the SHORT_TEXT field remains editable even after I enter the material.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 15:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149918#M1710304</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-12T15:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149919#M1710305</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;Go to me52n and change.Check this link.it may be useful.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/1684026" title="http://scn.sap.com/thread/1684026"&gt;http://scn.sap.com/thread/1684026&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Dec 2012 17:14:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149919#M1710305</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-12-12T17:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149920#M1710306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you help me coding also??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 03:31:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149920#M1710306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T03:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149921#M1710307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can refer the following code and do something similar...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;EM&gt;&lt;SPAN class="L0S52"&gt;FIELD-SYMBOLS&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&amp;lt;fs&amp;gt; &lt;SPAN class="L0S52"&gt;LIKE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;ch_fieldselection&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;READ &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;ch_fieldselection &lt;SPAN class="L0S52"&gt;ASSIGNING &lt;/SPAN&gt;&amp;lt;fs&amp;gt; &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;KEY &lt;/SPAN&gt;metafield &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;mmmfd_cust_01&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;IF &lt;/SPAN&gt;sy&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;subrc &lt;SPAN class="L0S52"&gt;IS &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;INITIAL&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fs&amp;gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;fieldstatus &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'*'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;. &lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;" Display&lt;/SPAN&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, look for the short text field in CH_FIELDSELECTION and set the value of FIELDSTATUS to editable for it. * is for display, you will need to find out the value for editable. Maybe it's + as I mentioned earlier.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 04:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149921#M1710307</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-13T04:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149922#M1710308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i got it but when i put the break point in fm its trggered but if i put brek point inside badi its nt triggered.should i add any im enhancement to the fm or i can directly add the code in badi?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 05:40:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149922#M1710308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T05:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149923#M1710309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly are you setting a breakpoint in the BAdI? First, you need to create a BAdI implementation which would lead to the creation of an implementation class. Once you activate the BAdI implementation, you can put a breakpoint in the class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, have you checked with any functional colleagues why the short text field is not editable in your system? As I had written before, in my system, it remains editable. You should make sure that it's not a configuration issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 06:03:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149923#M1710309</guid>
      <dc:creator>kakshat</dc:creator>
      <dc:date>2012-12-13T06:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149924#M1710310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for testing purpose i had gone to se19 den to classic badi.i had put me_process_req_cust.and under that i had dn an implementation zmm15. and then i had gone to method filedselection_item.and by clicking that inside the class zcl_im_mm15 i put the break point or else code.but its not triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i asked the functional guy that smart fellow in spro he made short text field non editable for all the material.but nw he wants for a particular material like 500000 the short text field should be editable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 06:15:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149924#M1710310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T06:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149925#M1710311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but if i put the break point inside the fm as u had told its exactly triggered in short text field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 06:16:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149925#M1710311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-12-13T06:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: finding exit with ME51N tcode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149926#M1710312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kumar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;He is playing with sap or what.Through configuration we can filter like not applicable for few materials.&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/1079/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Dec 2012 06:22:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-exit-with-me51n-tcode/m-p/9149926#M1710312</guid>
      <dc:creator>madhu_vadlamani</dc:creator>
      <dc:date>2012-12-13T06:22:15Z</dc:date>
    </item>
  </channel>
</rss>

