<?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: SM64 and TEXT elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685914#M621176</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is coming from our administrators who use two different users for process chain and "normal" jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to contact them in order to find a solution. &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they don't want to change the language, I will translate all my elements in English !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Aug 2007 08:08:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-10T08:08:41Z</dc:date>
    <item>
      <title>SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685908#M621170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have some problems with text elements using SM64 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you execute the program using SE38, in foreground, or background mode, our spool is totaly correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you execute this program, using a complex job lauched with SM64, the text elements of the spool won't appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And a more surprising point is that we don't have this problem on developpement system, but on integration and production systems (after transport).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you'll have any suggestion,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Aug 2007 14:29:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685908#M621170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-09T14:29:22Z</dc:date>
    </item>
    <item>
      <title>Re: SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685909#M621171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Any idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 07:27:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685909#M621171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T07:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685910#M621172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say "the text elements of the spool won't appear", can you be more specific as to what doesn't show...?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instinct say that the job you have set up to trigger from the event is perhaps running with a different user on the job steps than when you run from SE38 / background... this might mean that the language of the user on the SM64 triggered job user differs to the other user, so some texts are not translated.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you could provide more details, we can have a think about it more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 07:32:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685910#M621172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T07:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685911#M621173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hum...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's take an example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(TEXT-001 contain "Hello")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE : TEXT-001 'World'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; In SE38,  we will have 'Hello World'&lt;/P&gt;&lt;P&gt;=&amp;gt; In SM64, we will just have 'World'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, the process is performed by another user, I am going to check it. But I have some doubt because we use just French language, and we don't have this problem on the other jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 07:37:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685911#M621173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T07:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685912#M621174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's it !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We dont't know why, but all of our process chain is executed in English, and normal jobs in French...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 08:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685912#M621174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T08:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685913#M621175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm indeed!  I'm assuming TEXT-001 exists in the report in TST &amp;amp; PRD... ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see why SM64 would make a difference as it's just a way of kicking off an event, the same as using function BP_EVENT_RAISE directly or calling sapevt from outside SAP... the batch job is sitting waiting for the event, so it's likely to be the definition in the job where the problem lies.  Can you copy the job in SM37 and submit it that way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 08:02:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685913#M621175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T08:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: SM64 and TEXT elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685914#M621176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is coming from our administrators who use two different users for process chain and "normal" jobs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are trying to contact them in order to find a solution. &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they don't want to change the language, I will translate all my elements in English !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mathieu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 08:08:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm64-and-text-elements/m-p/2685914#M621176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T08:08:41Z</dc:date>
    </item>
  </channel>
</rss>

