<?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 for batch check in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297158#M501671</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried out the user exits.&lt;/P&gt;&lt;P&gt;It works only when I change batch via MSC2N, but it fails when I create a new batch via MSC1N.&lt;/P&gt;&lt;P&gt;What's wrong with it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Jun 2007 16:08:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-02T16:08:50Z</dc:date>
    <item>
      <title>user exit for batch check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297156#M501669</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;I'm going to have a checking of the external batch no. and its valuation type in batch master via MSC1N and MSC2N.&lt;/P&gt;&lt;P&gt;I found there are some related user exits but after testing, it seems that some are not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in CMOD, I've included the enhancements:&lt;/P&gt;&lt;P&gt;BATCHCHK, Function Module Exits for Check in Case of Batch Changes&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;Actually, what is CFC meant for? Which user exits should I use?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 03:34:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297156#M501669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T03:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: user exit for batch check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297157#M501670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;CFC means Central Function Module&lt;/P&gt;&lt;P&gt;Check the following Exits and BADi's&lt;/P&gt;&lt;P&gt;for this MSC1N tcode&lt;/P&gt;&lt;P&gt;Enhancement&lt;/P&gt;&lt;P&gt;SAPLV1ZN                                CFCs for batch valuation in VB_CREATE_BATCH&lt;/P&gt;&lt;P&gt;SAPLV1ZE                                CFCs for external batch number assignment&lt;/P&gt;&lt;P&gt;SAPLV01Z                                CFCs for internal batch number assignment&lt;/P&gt;&lt;P&gt;SAPLV01P                                Function Module Exits at Time Batches Are Updated&lt;/P&gt;&lt;P&gt;SAPLV01D                                Determining the initial status of a batch&lt;/P&gt;&lt;P&gt;SAPLMHD1                                Shelf life expiration date&lt;/P&gt;&lt;P&gt;SAPLCHVW                                Batch where-used list&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;&lt;/P&gt;&lt;P&gt; Business Add-in&lt;/P&gt;&lt;P&gt;BATCH_MASTER                            Enhancements for Batch Master Transactions&lt;/P&gt;&lt;P&gt;VB_BD_SELECTION                         Preselection of Batches Within Batch Determination&lt;/P&gt;&lt;P&gt;VB_GET_EXT_BATCHES                      Access to Customer-Specific Batch Usage Data&lt;/P&gt;&lt;P&gt;VB_GET_POS_PLANT                        Enhancement of Automatic Plant Determination in transn MB56&lt;/P&gt;&lt;P&gt;VB_SLED_MANAGEMENT                      Control of Shelf Life Expiration Date Processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 04:41:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297157#M501670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-31T04:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: user exit for batch check</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297158#M501671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've tried out the user exits.&lt;/P&gt;&lt;P&gt;It works only when I change batch via MSC2N, but it fails when I create a new batch via MSC1N.&lt;/P&gt;&lt;P&gt;What's wrong with it?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2007 16:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-batch-check/m-p/2297158#M501671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-02T16:08:50Z</dc:date>
    </item>
  </channel>
</rss>

