<?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: Regenerate data container function module for SMQ2 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936057#M1796735</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module /SPE/QUEUE_CONTAINER_SHOW does not have any code that checks whether FM parameters have changed, or code to delete generated FM.&lt;/P&gt;&lt;P&gt;If you make a copy of FM Z_EW_PROCORDCONF_CREATE_HDR, first run of queue container will generate corresponding FM.&lt;/P&gt;&lt;P&gt;OR it might be possible to delete the generated FM manually using FM FUNCTION_DELETE, so that next run of queue container is able to generate it again with recent parameter list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Nov 2013 07:11:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-28T07:11:54Z</dc:date>
    <item>
      <title>Regenerate data container function module for SMQ2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936056#M1796734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi out there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopefully I am in the correct place here for my question. We run a QRFC scenario connecting an EWM system to an ERP system. For a certain purpose we have a function module, e.g. Z_EW_PROCORDCONF_CREATE_HDR, which handles process order confirmations out from EWM (to be seen in transaction SMQ2). The Interface was like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IV_ORDERID&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE AUFNR&lt;/P&gt;&lt;P&gt;IV_QUAN&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE CHAR14&lt;/P&gt;&lt;P&gt;IV_QUAN_UNIT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE RU_VORME&lt;/P&gt;&lt;P&gt;IV_POSTG_DATE&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE BUCHDATUM&lt;/P&gt;&lt;P&gt;IV_CONF_TEXT&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TYPE CO_RTEXT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Within SMQ2, if you doble click on the Queue name, normally you jump into the data container, if everything is setup correctly. This is done by the corresponding module Z_EW_PROCORDCONF_CREATE_HDX which is created internally automatically by /SPE/QUEUE_CONTAINER_SHOW, if you do that the first time.&lt;/P&gt;&lt;P&gt;Now we learned that the display of the data container only works, if the interface parameters are referencing structure fields. We changed the Z_EW_PROCORDCONF_CREATE_HDR module, but we found no way to adjust the Z_EW_PROCORDCONF_CREATE_HDX regarding that interface change. &lt;/P&gt;&lt;P&gt;Is there a function or utility to regenerate the Z_EW_PROCORDCONF_CREATE_HDX module (or any other *X module).&lt;/P&gt;&lt;P&gt;Any helpful answers are appreciated, thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volker Bock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Nov 2013 16:34:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936056#M1796734</guid>
      <dc:creator>volker_bock</dc:creator>
      <dc:date>2013-11-27T16:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regenerate data container function module for SMQ2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936057#M1796735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module /SPE/QUEUE_CONTAINER_SHOW does not have any code that checks whether FM parameters have changed, or code to delete generated FM.&lt;/P&gt;&lt;P&gt;If you make a copy of FM Z_EW_PROCORDCONF_CREATE_HDR, first run of queue container will generate corresponding FM.&lt;/P&gt;&lt;P&gt;OR it might be possible to delete the generated FM manually using FM FUNCTION_DELETE, so that next run of queue container is able to generate it again with recent parameter list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 07:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936057#M1796735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-28T07:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Regenerate data container function module for SMQ2</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936058#M1796736</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;without that hint, I won't have dared to delete the module this way. It worked perfectly!! Our main problem was, that module Z_EW_PROCORDCONF_CREATE_HDR had no parameters at all referencing on structures. Thus, the generation of Z_EW_PROCORDCONF_CREATE_HDX dumped in any case, because parameters without structure reference are hidden automatically for the resulting ALV (no_out). As a result there would be no structures at all to display -&amp;gt; DUMP.&lt;/P&gt;&lt;P&gt;One has to know, that those function modules have to have at least one "structure" parameter to work.&lt;/P&gt;&lt;P&gt;Thanks for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Volker &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Nov 2013 10:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regenerate-data-container-function-module-for-smq2/m-p/9936058#M1796736</guid>
      <dc:creator>volker_bock</dc:creator>
      <dc:date>2013-11-28T10:58:11Z</dc:date>
    </item>
  </channel>
</rss>

