<?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 LT01 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795420#M652518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the documentation and check are we in correct way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Call transaction and other important requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The user exit is performed at the end of function module&lt;/P&gt;&lt;P&gt; L_TA_HINZUFUEGEN in SAPLL03T. This means that the source code can run&lt;/P&gt;&lt;P&gt; both asynchronously in the update program and online. For this reason,&lt;/P&gt;&lt;P&gt; all error messages must be issued as abend messages to guarantee correct&lt;/P&gt;&lt;P&gt; termination with rollback. Furthermore, you must not use any key words&lt;/P&gt;&lt;P&gt; such as COMMIT WORK, ROLLBACK WORK, LEAVE, etc. (neither directly nor&lt;/P&gt;&lt;P&gt; indirectly when calling other function modules). Therefore, you must&lt;/P&gt;&lt;P&gt; never start transfer order creation via a function module. If the call&lt;/P&gt;&lt;P&gt; is performed asynchronously, you cannot access data of other user exits&lt;/P&gt;&lt;P&gt; from TO processing in online mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters and options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user exit in the program is function module EXIT_SAPLL03T_001. In&lt;/P&gt;&lt;P&gt;order to be able to use the user exit, you must create Include ZXLTOU01&lt;/P&gt;&lt;P&gt;and activate the enhancement with transaction CMOD. As parameters, you&lt;/P&gt;&lt;P&gt;can use the TO header (import parameter I_LTAK_VB) and the items (table&lt;/P&gt;&lt;P&gt;parameter T_LTAP_VB). All database changes due to the transfer order&lt;/P&gt;&lt;P&gt;have already been performed. The transfer order is created.&lt;/P&gt;&lt;P&gt;With this user exit, you can update your own tables or trigger follow-up&lt;/P&gt;&lt;P&gt;actions. Although changes made to table T_LTAP_VB do not have any&lt;/P&gt;&lt;P&gt;effect, they should still not be made.&lt;/P&gt;&lt;P&gt;*******************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*reward if useful,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 01:33:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T01:33:49Z</dc:date>
    <item>
      <title>User Exit for LT01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795419#M652517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to update SU number in the destination field in the Transfer Order, which will come from the material document text field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a user exit named MWMTO001.it has been given like this will trigger at the end of the transfer order creation (Update task). wt i have done here is i activated the user-exit and when i try to create the TO its not getting stopped over the user-exit and here i didn't understand wt is mean by update task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Srini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 22:01:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795419#M652517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T22:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for LT01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795420#M652518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please go through the documentation and check are we in correct way..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Call transaction and other important requirements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The user exit is performed at the end of function module&lt;/P&gt;&lt;P&gt; L_TA_HINZUFUEGEN in SAPLL03T. This means that the source code can run&lt;/P&gt;&lt;P&gt; both asynchronously in the update program and online. For this reason,&lt;/P&gt;&lt;P&gt; all error messages must be issued as abend messages to guarantee correct&lt;/P&gt;&lt;P&gt; termination with rollback. Furthermore, you must not use any key words&lt;/P&gt;&lt;P&gt; such as COMMIT WORK, ROLLBACK WORK, LEAVE, etc. (neither directly nor&lt;/P&gt;&lt;P&gt; indirectly when calling other function modules). Therefore, you must&lt;/P&gt;&lt;P&gt; never start transfer order creation via a function module. If the call&lt;/P&gt;&lt;P&gt; is performed asynchronously, you cannot access data of other user exits&lt;/P&gt;&lt;P&gt; from TO processing in online mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters and options&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The user exit in the program is function module EXIT_SAPLL03T_001. In&lt;/P&gt;&lt;P&gt;order to be able to use the user exit, you must create Include ZXLTOU01&lt;/P&gt;&lt;P&gt;and activate the enhancement with transaction CMOD. As parameters, you&lt;/P&gt;&lt;P&gt;can use the TO header (import parameter I_LTAK_VB) and the items (table&lt;/P&gt;&lt;P&gt;parameter T_LTAP_VB). All database changes due to the transfer order&lt;/P&gt;&lt;P&gt;have already been performed. The transfer order is created.&lt;/P&gt;&lt;P&gt;With this user exit, you can update your own tables or trigger follow-up&lt;/P&gt;&lt;P&gt;actions. Although changes made to table T_LTAP_VB do not have any&lt;/P&gt;&lt;P&gt;effect, they should still not be made.&lt;/P&gt;&lt;P&gt;*******************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*reward if useful,&lt;/P&gt;&lt;P&gt;Lijo Joseph&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 01:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795420#M652518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T01:33:49Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for LT01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795421#M652519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check list of all user exists for LT01&lt;/P&gt;&lt;P&gt;                                                                                Transaction Code - LT01                     Create Transfer Order                                                                                &lt;/P&gt;&lt;P&gt;Exit Name           Description                                                                                &lt;/P&gt;&lt;P&gt;MWM2S001            Exit to Determine 2-Step Picking Characteristic                               &lt;/P&gt;&lt;P&gt; MWMBAP01            Enhancement for BAPI WarehouseTransOrder.GetDetail                            &lt;/P&gt;&lt;P&gt; MWMBAP02            Enhancement for BAPI WarehouseStock.GetDetail                                 &lt;/P&gt;&lt;P&gt; MWMD0001            Transfer order print via RLVSDR40                                             &lt;/P&gt;&lt;P&gt; MWMD0002            Transfer order print as multiple process with RLKOMM40                        &lt;/P&gt;&lt;P&gt; MWMIDI07            Enhancement for Output WMPIHU (Create Pick-HU) Inbound                        &lt;/P&gt;&lt;P&gt; MWMIDO11            Enhancement for message WMTORD: TO with several items                         &lt;/P&gt;&lt;P&gt; MWMIDO12            Enhancement for Output WMPIHU (Pick-HUs) Outbound                             &lt;/P&gt;&lt;P&gt; MWMIDO13            Extension for WMMBXY (subsequent tasks after goods movement)                  &lt;/P&gt;&lt;P&gt; MWMPP001            Enhancement WM/PP Interface (automatic TR generation)                         &lt;/P&gt;&lt;P&gt; MWMRF001            RF: Influence Display of material description                                 &lt;/P&gt;&lt;P&gt; MWMRF100            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0100)                            &lt;/P&gt;&lt;P&gt; MWMRF101            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0101)                            &lt;/P&gt;&lt;P&gt; MWMRF102            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0102)                            &lt;/P&gt;&lt;P&gt; MWMRF104            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0104)                            &lt;/P&gt;&lt;P&gt; MWMRF105            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0105)                            &lt;/P&gt;&lt;P&gt; MWMRF106            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0106)                            &lt;/P&gt;&lt;P&gt; MWMRF107            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0107)                            &lt;/P&gt;&lt;P&gt; MWMRF108            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0108)                            &lt;/P&gt;&lt;P&gt; MWMRF151            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0151)                            &lt;/P&gt;&lt;P&gt; MWMRF152            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0152)                            &lt;/P&gt;&lt;P&gt; MWMRF153            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0153)                            &lt;/P&gt;&lt;P&gt; MWMRF170            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0170)                            &lt;/P&gt;&lt;P&gt; MWMRF202            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0202)                            &lt;/P&gt;&lt;P&gt; MWMRF203            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0203)                            &lt;/P&gt;&lt;P&gt; MWMRF204            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0204)                            &lt;/P&gt;&lt;P&gt; MWMRF205            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0205)                            &lt;/P&gt;&lt;P&gt; MWMRF212            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0212)                            &lt;/P&gt;&lt;P&gt; MWMRF213            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0213)                            &lt;/P&gt;&lt;P&gt; MWMRF221            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0221)                            &lt;/P&gt;&lt;P&gt;MWMRF302            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0302)                              &lt;/P&gt;&lt;P&gt;MWMRF303            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0303)                              &lt;/P&gt;&lt;P&gt;MWMRF304            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0304)                              &lt;/P&gt;&lt;P&gt;MWMRF305            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0305)                              &lt;/P&gt;&lt;P&gt;MWMRF312            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0312)                              &lt;/P&gt;&lt;P&gt;MWMRF313            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0313)                              &lt;/P&gt;&lt;P&gt;MWMRF321            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0321)                              &lt;/P&gt;&lt;P&gt;MWMRF400            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0400)                              &lt;/P&gt;&lt;P&gt;MWMRF402            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0402)                              &lt;/P&gt;&lt;P&gt;MWMRF403            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0403)                              &lt;/P&gt;&lt;P&gt;MWMRF404            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0404)                              &lt;/P&gt;&lt;P&gt;MWMRF405            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0405)                              &lt;/P&gt;&lt;P&gt;MWMRF406            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0406)                              &lt;/P&gt;&lt;P&gt;MWMRF410            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0410)                              &lt;/P&gt;&lt;P&gt;MWMRF411            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0411                               &lt;/P&gt;&lt;P&gt;MWMRF412            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0412)                              &lt;/P&gt;&lt;P&gt;MWMRF502            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0502)                              &lt;/P&gt;&lt;P&gt;MWMRF503            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0503)                              &lt;/P&gt;&lt;P&gt;MWMRF504            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0504)                              &lt;/P&gt;&lt;P&gt;MWMRF505            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0505)                              &lt;/P&gt;&lt;P&gt;MWMRF600            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0600)                              &lt;/P&gt;&lt;P&gt;MWMRF601            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0601)                              &lt;/P&gt;&lt;P&gt;MWMRF630            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0630)                              &lt;/P&gt;&lt;P&gt;MWMRF631            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0631)                              &lt;/P&gt;&lt;P&gt;MWMRF632            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0632)                              &lt;/P&gt;&lt;P&gt;MWMRF633            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0633)                              &lt;/P&gt;&lt;P&gt;MWMRF634            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0634)                              &lt;/P&gt;&lt;P&gt;MWMRF650            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0650)                              &lt;/P&gt;&lt;P&gt;MWMRF651            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0651)                              &lt;/P&gt;&lt;P&gt;MWMRF700            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0700)                              &lt;/P&gt;&lt;P&gt;MWMRF701            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0701)                              &lt;/P&gt;&lt;P&gt;MWMRF702            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0700)                              &lt;/P&gt;&lt;P&gt;MWMRF703            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0703)                              &lt;/P&gt;&lt;P&gt;MWMRF704            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0704)                              &lt;/P&gt;&lt;P&gt;MWMRF705            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0705)                              &lt;/P&gt;&lt;P&gt;MWMRF760            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0760)                   &lt;/P&gt;&lt;P&gt;MWMRF761            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0761)                   &lt;/P&gt;&lt;P&gt;MWMRF762            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0762)                   &lt;/P&gt;&lt;P&gt;MWMRF763            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0763)                   &lt;/P&gt;&lt;P&gt;MWMRF764            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0764)                   &lt;/P&gt;&lt;P&gt;MWMRF765            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0765)                   &lt;/P&gt;&lt;P&gt;MWMRF766            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0766)                   &lt;/P&gt;&lt;P&gt;MWMRF767            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0767)                   &lt;/P&gt;&lt;P&gt;MWMRF768            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0768)                   &lt;/P&gt;&lt;P&gt;MWMRF769            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0769)                   &lt;/P&gt;&lt;P&gt;MWMRF777            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0777)                   &lt;/P&gt;&lt;P&gt;MWMRF800            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0800)                   &lt;/P&gt;&lt;P&gt;MWMRF801            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0801)                   &lt;/P&gt;&lt;P&gt;MWMRF802            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0802)                   &lt;/P&gt;&lt;P&gt;MWMRF803            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0803)                   &lt;/P&gt;&lt;P&gt;MWMRF804            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0804)                   &lt;/P&gt;&lt;P&gt;MWMRF805            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0805)                   &lt;/P&gt;&lt;P&gt;MWMRF806            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0806)                   &lt;/P&gt;&lt;P&gt;MWMRF807            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0807)                   &lt;/P&gt;&lt;P&gt;MWMRF888            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0888)                   &lt;/P&gt;&lt;P&gt;MWMRF889            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0202)                   &lt;/P&gt;&lt;P&gt;MWMRF998            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0998)                   &lt;/P&gt;&lt;P&gt;MWMRF999            ENHANCEMENT FOR USER SCREENS (LOGICAL SCREEN 0999)                   &lt;/P&gt;&lt;P&gt;MWMRFCOD            Enhancement for function codedisabling                               &lt;/P&gt;&lt;P&gt;MWMRFDLV            select delivery by user criteria                                     &lt;/P&gt;&lt;P&gt;MWMRFPRT            Enhancement for printing                                             &lt;/P&gt;&lt;P&gt;MWMRFSSG            user exit for sorting TOs in RF system-guided transaction            &lt;/P&gt;&lt;P&gt;MWMRFUP             Customer defined general purpose pushbutton called from scr.         &lt;/P&gt;&lt;P&gt;MWMRP001            Cust. Exit for Fixed Bin Replenish.: Delivery Item Selection         &lt;/P&gt;&lt;P&gt;MWMRP002            Cust. Exit for Fixed Bin Replenishment: TR Quantity Distr.           &lt;/P&gt;&lt;P&gt;MWMRP003            Customer Exit for Replenishment using RLLNACH1                       &lt;/P&gt;&lt;P&gt;MWMRP004            User Exit for Replenishment using RLLNACH4                           &lt;/P&gt;&lt;P&gt;MWMTO001            Enhancements for end of transfer order generation                    &lt;/P&gt;&lt;P&gt;MWMTO010            Exit: Calculation of Total Planned TO Processing Time                &lt;/P&gt;&lt;P&gt;MWMTO011            Correction of Planned Processing Time for TO Item                    &lt;/P&gt;&lt;P&gt; MWMTO012            Correction of Sorting and Split Transfer Order                                 &lt;/P&gt;&lt;P&gt; MWMTO013            Stock Removal for Sev. Storage Types as in Stringent FIFO                      &lt;/P&gt;&lt;P&gt; MWMTOAU3            Separate selection of posting changes for autom.TO creation                    &lt;/P&gt;&lt;P&gt; MWMTR001            Exits at the end of transfer rqmnt creation (IM,PP interf.)                                                                                &lt;/P&gt;&lt;P&gt;No of Exits:        104        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards if useful........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Minal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 03:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795421#M652519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T03:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for LT01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795422#M652520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very helpful information that the exit EXIT_SAPLL03T_001 is used for update own database table. But my question is if &lt;/P&gt;&lt;P&gt;I put break point here then why not it stopped at this exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is I want to copy Goods recepient of Source Bin to Destination Bin. Is it possible to achieve this by using this Exit or by any other Exits.&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 &lt;/P&gt;&lt;P&gt;Sanku,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 05:52:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795422#M652520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T05:52:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for LT01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795423#M652521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lijo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very helpful information that the exit EXIT_SAPLL03T_001 is used for update own database table. But my question is if &lt;/P&gt;&lt;P&gt;I put break point here then why not it stopped at this exit. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is I want to copy Goods recepient of Source Bin to Destination Bin. Is it possible to achieve this by using this Exit or by any other Exits.&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 &lt;/P&gt;&lt;P&gt;Sanku,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2009 05:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795423#M652521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-08T05:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit for LT01</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795424#M652522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sanku&lt;/P&gt;&lt;P&gt;What Lijo was trying to tell you is that the user exit - if implemented and activated, definitely runs, but is probably executed asynchronously/separately. And it will not break at your break-point. To test, you'll have to put a breakpoint in include LL03AF8C, line 286 and change i_rl03a-verbu to equal SPACE. This way you'll enter your user exit code.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Adrian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Oct 2010 12:24:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-for-lt01/m-p/2795424#M652522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-05T12:24:15Z</dc:date>
    </item>
  </channel>
</rss>

