<?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 QA32 - Follow up action custom function modules debugging with EWM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207021#M1982387</link>
    <description>&lt;P&gt;Hello Friends, &lt;/P&gt;
  &lt;P&gt;In S/4 HANA - QA 32 - selecting an inspection lot and then going usage decision and selecting Accept "A1" and then going to EWM inspection, there I select Edit Quality inspection button and select the enter a quantity and select a user action and this will trigger a Z function module in back ground when "trigger follow up action" button is clicked.. How can I debug this and see the data flows to my Z FM , I have put a break point in my Z FM but it never stops there?&lt;/P&gt;
  &lt;P&gt;Thanks a lot in advance. &lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2020 01:23:27 GMT</pubDate>
    <dc:creator>ramesh_ananthaiah</dc:creator>
    <dc:date>2020-03-17T01:23:27Z</dc:date>
    <item>
      <title>QA32 - Follow up action custom function modules debugging with EWM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207021#M1982387</link>
      <description>&lt;P&gt;Hello Friends, &lt;/P&gt;
  &lt;P&gt;In S/4 HANA - QA 32 - selecting an inspection lot and then going usage decision and selecting Accept "A1" and then going to EWM inspection, there I select Edit Quality inspection button and select the enter a quantity and select a user action and this will trigger a Z function module in back ground when "trigger follow up action" button is clicked.. How can I debug this and see the data flows to my Z FM , I have put a break point in my Z FM but it never stops there?&lt;/P&gt;
  &lt;P&gt;Thanks a lot in advance. &lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 01:23:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207021#M1982387</guid>
      <dc:creator>ramesh_ananthaiah</dc:creator>
      <dc:date>2020-03-17T01:23:27Z</dc:date>
    </item>
    <item>
      <title>Re: QA32 - Follow up action custom function modules debugging with EWM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207022#M1982388</link>
      <description>&lt;P&gt;Hi Ananth&lt;/P&gt;&lt;P&gt;1. Make sure that you are in the same session&lt;/P&gt;&lt;P&gt;2. Make sure you did not put the breakpoint inside any if statement. Put at beginning of FM.&lt;/P&gt;&lt;P&gt;3. If not working, then,&lt;STRONG&gt; Put /H in the command - before pressing the "trigger followup action" &lt;/STRONG&gt;- This will take you in debug mode.  (However it takes you PAI section before take you to FM)..&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 04:45:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207022#M1982388</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-17T04:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: QA32 - Follow up action custom function modules debugging with EWM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207023#M1982389</link>
      <description>&lt;P&gt;Hello Venkateswaran, &lt;/P&gt;&lt;P&gt;Thanks for ur reply.. I can get to debug mode.. but unable to trace the call to the Z FM's that has been defined in config.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 07:07:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207023#M1982389</guid>
      <dc:creator>ramesh_ananthaiah</dc:creator>
      <dc:date>2020-03-17T07:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: QA32 - Follow up action custom function modules debugging with EWM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207024#M1982390</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;In PAI of the screen, code will be there to check for the user_command - sy-ucomm - to check for the button action&lt;/P&gt;&lt;P&gt;Put break point in that place and see whether it calls the FM or not.?&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 07:14:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207024#M1982390</guid>
      <dc:creator>venkateswaran_k</dc:creator>
      <dc:date>2020-03-17T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: QA32 - Follow up action custom function modules debugging with EWM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207025#M1982391</link>
      <description>&lt;P&gt;Read &lt;A href="https://blogs.sap.com/2012/06/28/how-to-debug-the-fm-which-is-called-in-background-task/"&gt;How to debug the FM which is called in background task&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 07:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207025#M1982391</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2020-03-17T07:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: QA32 - Follow up action custom function modules debugging with EWM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207026#M1982392</link>
      <description>&lt;P&gt;I enabled update debugger and system debugger. Then after save the follow up action FM &lt;/P&gt;&lt;P&gt;'QTFA_EWM_LOG_FOLLOW_UP_S4'  gets triggered now I am in debug mode.. I am able to debug but the &lt;STRONG&gt;movement type &lt;/STRONG&gt;QALS-BWART is not populated. My Business analyst is saying is it should have '321' or '350' movement types. But it is blank... does any one have idea where is movement type being captured in this FM : 'QTFA_EWM_LOG_FOLLOW_UP_S4' ?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1789680-cuserssegavalurdesktopwestsap-abapqals.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&lt;U&gt;&lt;/U&gt;&lt;SUB&gt;&lt;/SUB&gt;&lt;SUP&gt;&lt;/SUP&gt;&lt;DEL&gt;&lt;/DEL&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 00:08:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/qa32-follow-up-action-custom-function-modules-debugging-with-ewm/m-p/12207026#M1982392</guid>
      <dc:creator>ramesh_ananthaiah</dc:creator>
      <dc:date>2020-03-19T00:08:00Z</dc:date>
    </item>
  </channel>
</rss>

