<?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 Tcode ML81N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631633#M281865</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;Check the user exit,&lt;/P&gt;&lt;P&gt;EXIT_SAPLMLSR_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Oct 2006 18:46:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-03T18:46:44Z</dc:date>
    <item>
      <title>User exit for Tcode ML81N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631631#M281863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone help in identifying suitable userexit in ML81n where in the posting into FI (using FM- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MB_POST_GOODS_MOVEMENT) can be excluded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard SAP will make a FI posting when a Service order is released. Is there any way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where FI posting can be avoid and instead use FM &amp;#150; HR_maintain_masterdata, to  update in HR (infotype 15)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;program name : SAPLMLSR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include :LMLSRF0W&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                            &lt;/P&gt;&lt;P&gt;87     CALL FUNCTION 'MB_POST_GOODS_MOVEMENT'&lt;/P&gt;&lt;P&gt;        IMPORTING&lt;/P&gt;&lt;P&gt;        EMKPF   = EMKPF&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS  = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 18:05:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631631#M281863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T18:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for Tcode ML81N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631632#M281864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the below exits:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INTERFAC  Interface for data transfer                            &lt;/P&gt;&lt;P&gt;SRVDET    User screen on tab strip of service detail screen      &lt;/P&gt;&lt;P&gt;SRVEDIT   Service list control (maintenance/display)             &lt;/P&gt;&lt;P&gt;SRVENTRY  Unplanned part of entry sheet (obsolete since Rel. 3.1G&lt;/P&gt;&lt;P&gt;SRVESI    Data conversion entry sheet interface                  &lt;/P&gt;&lt;P&gt;SRVESKN   Set account assignment in service line                 &lt;/P&gt;&lt;P&gt;SRVESLL   Service line checks                                    &lt;/P&gt;&lt;P&gt;SRVESSR   Set entry sheet header data                            &lt;/P&gt;&lt;P&gt;SRVEUSCR  User screen on entry sheet tabstrip                    &lt;/P&gt;&lt;P&gt;SRVKNTTP  Setting the account assgnmt category when reading in, i&lt;/P&gt;&lt;P&gt;SRVLIMIT  Limit check                                            &lt;/P&gt;&lt;P&gt;SRVMAIL1  Processing of mail before generation of sheet          &lt;/P&gt;&lt;P&gt;SRVMSTLV  Conversion of data during importing of standard service&lt;/P&gt;&lt;P&gt;SRVPOWEB  Purchase order for service entry in Web                &lt;/P&gt;&lt;P&gt;SRVQUOT   Service export/import for inquiry/quotations           &lt;/P&gt;&lt;P&gt;SRVREL    Changes to comm. structure for release of entry sheet  &lt;/P&gt;&lt;P&gt;SRVSEL    Service selection from non-SAP systems&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 18:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631632#M281864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T18:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: User exit for Tcode ML81N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631633#M281865</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;Check the user exit,&lt;/P&gt;&lt;P&gt;EXIT_SAPLMLSR_001&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Azaz.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Oct 2006 18:46:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-tcode-ml81n/m-p/1631633#M281865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-03T18:46:44Z</dc:date>
    </item>
  </channel>
</rss>

