<?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 EWM - BAdi needed to implement my code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610361#M1941037</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am in a situation where i should update a field in a warehouse task at the time of creation. When a pick task is created, i wanted to update my date from a custom table to a field in warehouse task. So i was searching for a BAdi where i can update a field before TO(warehouse Task) creation. I couldn't find any because all the BAdi inside the process has no changing parameter with the task details. Now i decided to use implicit enhancement inside FM ehich creates warehouse task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it will be helpful if someone provide me the BAdi name which i can use for this purpose.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Mar 2016 11:41:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-03-11T11:41:40Z</dc:date>
    <item>
      <title>EWM - BAdi needed to implement my code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610361#M1941037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am in a situation where i should update a field in a warehouse task at the time of creation. When a pick task is created, i wanted to update my date from a custom table to a field in warehouse task. So i was searching for a BAdi where i can update a field before TO(warehouse Task) creation. I couldn't find any because all the BAdi inside the process has no changing parameter with the task details. Now i decided to use implicit enhancement inside FM ehich creates warehouse task. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it will be helpful if someone provide me the BAdi name which i can use for this purpose.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 11:41:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610361#M1941037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-11T11:41:40Z</dc:date>
    </item>
    <item>
      <title>Re: EWM - BAdi needed to implement my code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610362#M1941038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may have some luck by placing a breakpoint in the GET_INSTANCE (CL_EXITHANDLER).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;Goto SE24 (Display class cl_exithandler)&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;Double click on the method GET_INSTANCE.&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;&lt;SPAN style="font-size: 10.5pt;"&gt;Put a break point at (in my instance) line 28 (CASE sy-subrc).&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;Then...&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;Execute your standard transaction&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;You may have to F8 in the debugger several times to get to the button which you are talking about.&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: 7pt; font-family: Calibri; font-size: 10.5pt; color: #333333;"&gt;You should be able to see the values of variable 'exit_name', it will give you the BADI name called at that time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Mar 2016 15:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610362#M1941038</guid>
      <dc:creator>jhilden</dc:creator>
      <dc:date>2016-03-11T15:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: EWM - BAdi needed to implement my code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610363#M1941039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jeremy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;I know how to find a Badi in general. I tried all the method. But in my case, i could not find a Badi with which a changing parameter should have warehouse task structure. So that i can change a field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somebody who worked on EWM Warehouse Task creation can help me here. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Mar 2016 17:13:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ewm-badi-needed-to-implement-my-code/m-p/11610363#M1941039</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-03-12T17:13:08Z</dc:date>
    </item>
  </channel>
</rss>

