<?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: pass parameters to function th_create_mode? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameters-to-function-th-create-mode/m-p/5645327#M1284698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI christophe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sample code how to pass apramteres to FM 'TH_CREATE_MODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
concatenate 'GUID=' l_async_data-id into l_async_parameter.
        CALL FUNCTION 'TH_CREATE_MODE'
          EXPORTING
            transaktion    = 'SWO_ASYNC'
            parameters     = l_async_parameter
            process_dark   = 'X'
            del_on_eot     = 1
          IMPORTING
            mode           = mode_id .
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 May 2009 13:10:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-14T13:10:44Z</dc:date>
    <item>
      <title>pass parameters to function th_create_mode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameters-to-function-th-create-mode/m-p/5645326#M1284697</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;I'm trying to call function th_create_mode for transaktion CM25, but I should pass 4 parameters with the call function.&lt;/P&gt;&lt;P&gt;the function has an importing parameter: REFERENCE(PARAMETERS) TYPE  STRING OPTIONAL.&lt;/P&gt;&lt;P&gt;So it seems all the passing parameters should be placed in a string. &lt;/P&gt;&lt;P&gt;What format should this string have? In other words, how do I place the passing parameters in the string?&lt;/P&gt;&lt;P&gt;Thx.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 13:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameters-to-function-th-create-mode/m-p/5645326#M1284697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T13:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: pass parameters to function th_create_mode?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameters-to-function-th-create-mode/m-p/5645327#M1284698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI christophe,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the sample code how to pass apramteres to FM 'TH_CREATE_MODE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
concatenate 'GUID=' l_async_data-id into l_async_parameter.
        CALL FUNCTION 'TH_CREATE_MODE'
          EXPORTING
            transaktion    = 'SWO_ASYNC'
            parameters     = l_async_parameter
            process_dark   = 'X'
            del_on_eot     = 1
          IMPORTING
            mode           = mode_id .
 &lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prabhudas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2009 13:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pass-parameters-to-function-th-create-mode/m-p/5645327#M1284698</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-14T13:10:44Z</dc:date>
    </item>
  </channel>
</rss>

