<?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/1293815#M156262</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Classifiaction data is not copied under classification tabstrip, its copied under material data tabstrip in MSC1N transaction. My requirement is I need to have this charteristics data under the Classification tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 May 2006 06:03:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-10T06:03:41Z</dc:date>
    <item>
      <title>User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293807#M156254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is regarding a USER-EXIT, Could you please tell me if there is any exit for transaction MSC1N. My requirement is in transaction MSC1N, I need the contents of Material data tab-strip to be available for the Classification Tab-strip. How to go about doing this. This is done for a BATCH(023).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 11:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293807#M156254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T11:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293808#M156255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;Exit Name           Description                                                                                
BATCHCHK            Function Module Exits for Check in Case of Batch Changes                 
MBCFC010            Propose batch number on Inventory Management item screen                 
SAPLCHVW            Batch where-used list                                                    
SAPLMHD1            Shelf life expiration date                                               
SAPLV01D            Determining the initial status of a batch                                
SAPLV01P            Function Module Exits at Time Batches Are Updated                        
SAPLV01Z            CFCs for internal batch number assignment                                
SAPLV1ZE            CFCs for external batch number assignment                                
SAPLV1ZN            CFCs for batch valuation in VB_CREATE_BATCH                             &lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 11:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293808#M156255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T11:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293809#M156256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BADI: BATCH_MASTER is triggerred when a batch is created, but data pertaining to table MCHB is available for any check.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 11:21:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293809#M156256</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T11:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293810#M156257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Exit has to trigger before the batch number is created in transaction MSC1N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 11:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293810#M156257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T11:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293811#M156258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read my reply in this thread. I have provided the code which can find any userexit for particular T-Code.&lt;/P&gt;&lt;P&gt;&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="1601419"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps a little. Please reward point if useful. &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jignesh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jignesh Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jignesh Patel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 11:46:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293811#M156258</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293812#M156259</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;Sorry if i mislead you, it does get triggered before the batch is created. Just try out with an sample implementation, use method CHECK_CLASSIF_BEFORE_SAVE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 11:46:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293812#M156259</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T11:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293813#M156260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your inputs, but my requirement is values in the Classification tabstrip has to come from the Material Master..that is if in the transaction MM01 i have some classification values then I want those values to automatically come when I am creating a batch in transaction MSC1N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 12:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293813#M156260</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T12:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293814#M156261</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;Can i know why u want classification data from material, because by default when we create batch for a material with plant, the classification data is copied from the material master.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 May 2006 12:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293814#M156261</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-08T12:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293815#M156262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Classifiaction data is not copied under classification tabstrip, its copied under material data tabstrip in MSC1N transaction. My requirement is I need to have this charteristics data under the Classification tabstrip.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prince&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 06:03:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293815#M156262</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T06:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293816#M156263</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;GOOD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSC1N USER EXITS =&amp;gt;&lt;/P&gt;&lt;P&gt;BATCHCHK	Function Module Exits for Check in Case of Batch Changes&lt;/P&gt;&lt;P&gt;MBCFC010	Propose batch number on Inventory Management item screen&lt;/P&gt;&lt;P&gt;SAPLCHVW	Batch where-used list&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;&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>Wed, 10 May 2006 06:12:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293816#M156263</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T06:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293817#M156264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI TRIPATHY,&lt;/P&gt;&lt;P&gt;WHAT IS THE DIFFERENCE BETWEEN YOUR ANSWER AND CHANDRASEKHAR'S ANSWER?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2006 06:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293817#M156264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-10T06:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: User-Exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293818#M156265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;Did you got the solution for your problem I also need the solution for the exact requirement what you have&lt;/P&gt;&lt;P&gt;"contents of Material data tab-strip to be available for the Classification Tab-strip"&lt;/P&gt;&lt;P&gt;Please let me know if u have any idea on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jun 2006 06:42:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit/m-p/1293818#M156265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-16T06:42:51Z</dc:date>
    </item>
  </channel>
</rss>

