<?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: BATCh user settings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849222#M1134098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the user name under which the batch job is running then using transaction SU01 you can see the logon setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have access to SU01 then use FM SUSR_USER_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug the batch job with the same enviroment as it will execute in backgound , by selection the job in sm37 and putting JDBG in command box and pressing enter. Before this put break-point in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Dec 2008 15:36:22 GMT</pubDate>
    <dc:creator>Pawan_Kesari</dc:creator>
    <dc:date>2008-12-05T15:36:22Z</dc:date>
    <item>
      <title>BATCh user settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849220#M1134096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to check the user settings of the batch and want to change my user ;ogins settings same as batch so that i can check one process which is throughing me formatting error when batch is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please tell from where i can see the batch user's settings..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;khushi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 15:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849220#M1134096</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T15:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: BATCh user settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849221#M1134097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User settings are stored in table USR01&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 15:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849221#M1134097</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-12-05T15:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: BATCh user settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849222#M1134098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have the user name under which the batch job is running then using transaction SU01 you can see the logon setting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't have access to SU01 then use FM SUSR_USER_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can debug the batch job with the same enviroment as it will execute in backgound , by selection the job in sm37 and putting JDBG in command box and pressing enter. Before this put break-point in the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 15:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849222#M1134098</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2008-12-05T15:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: BATCh user settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849223#M1134099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi pawan , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for helpful reply .i have compared the user settings of batch to mine but still i am unable to replicate the error.&lt;/P&gt;&lt;P&gt;for your information problem is .. there is a RFC call which creates an IDOC and inturn that IDOC creats a sales order&lt;/P&gt;&lt;P&gt;now there is some value which is not getting passed to sales order in a desired format hence the idoc is getting into error&lt;/P&gt;&lt;P&gt;i am getting a currency format issue. but i am unable to find out which field is not  getting passed in the correct format .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am facing the error only if i am creating  SO from batch . if i am rerunning the idoc from we19 it is not throughing &lt;/P&gt;&lt;P&gt;any error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you please suggest me in which direction i shoud move to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(its good to see you here )&lt;/P&gt;&lt;P&gt;regards , &lt;/P&gt;&lt;P&gt;khushi...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Dec 2008 16:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-user-settings/m-p/4849223#M1134099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-05T16:00:38Z</dc:date>
    </item>
  </channel>
</rss>

