<?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: user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462487#M218138</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have U activated the project in CMOD. Check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Jul 2006 11:59:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-20T11:59:10Z</dc:date>
    <item>
      <title>user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462486#M218137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I have added some code in the include of a user exit. the code changes the date ( shelf life expiration date in transaction code MSC2N ) . But the changed code is not getting reflected in the screen. How do i transfer the changed value to the standard screen ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 11:58:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462486#M218137</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2006-07-20T11:58:13Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462487#M218138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have U activated the project in CMOD. Check that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 11:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462487#M218138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T11:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462488#M218139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Only issue i could see is Activation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Better after activation, set a break point and see the control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for temp you can hard code your break-point as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if sy-uname eq 'your name'.&lt;/P&gt;&lt;P&gt;BREAK-POINT.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this way you can trace the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;TM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 12:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462488#M218139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T12:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462489#M218140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;GOOD&lt;/P&gt;&lt;P&gt;TRY WITH THESE USEREXITS&lt;/P&gt;&lt;P&gt;BATCHCHK	Function Module Exits for Check in Case of Batch Changes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MBCFC010	Propose batch number on Inventory Management item screen&lt;/P&gt;&lt;P&gt;SAPLMHD1	Shelf life expiration date&lt;/P&gt;&lt;P&gt;SAPLV01D	Determining the initial status of a batch&lt;/P&gt;&lt;P&gt;SAPLV01P	Function Module Exits at Time Batches Are Updated&lt;/P&gt;&lt;P&gt;SAPLV01Z	CFCs for internal batch number assignment&lt;/P&gt;&lt;P&gt;SAPLV1ZE	CFCs for external batch number assignment&lt;/P&gt;&lt;P&gt;SAPLV1ZN	CFCs for batch valuation in VB_CREATE_BATCH&lt;/P&gt;&lt;P&gt;SAPLCHVW	Batch where-used list&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;MRUTYUN&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Jul 2006 12:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1462489#M218140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-20T12:54:00Z</dc:date>
    </item>
  </channel>
</rss>

