<?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: SAP operating mode (B Batch;D Dialog;I Batch-Input) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620188#M1440389</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;Possibly more of a basis question, but I have a checkered past so here's what I know... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Op modes are defined in transaction RZ04 and scheduled in SM63 and they basically change the blend of processes, typically increasing batch processes at night and dialog during the working day.  The op mode change I think just stops a process and restarts it (as a different type), but it won't stop processes that are in use, so if your batch window overruns you could still be short of dialog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know all of this I apologize, if you want to know how to read the op mode programmatically (this is the ABAP forum after all) then I guess that's a different question, but you could do worse than debug the above transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 05 Feb 2010 15:23:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-05T15:23:33Z</dc:date>
    <item>
      <title>SAP operating mode (B Batch;D Dialog;I Batch-Input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620187#M1440388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus, &lt;/P&gt;&lt;P&gt;does anyone know how can i found out in which operating mode is the system working?&lt;/P&gt;&lt;P&gt;ex. batch, dialog ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 14:51:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620187#M1440388</guid>
      <dc:creator>former_member205645</dc:creator>
      <dc:date>2010-02-05T14:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP operating mode (B Batch;D Dialog;I Batch-Input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620188#M1440389</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;Possibly more of a basis question, but I have a checkered past so here's what I know... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Op modes are defined in transaction RZ04 and scheduled in SM63 and they basically change the blend of processes, typically increasing batch processes at night and dialog during the working day.  The op mode change I think just stops a process and restarts it (as a different type), but it won't stop processes that are in use, so if your batch window overruns you could still be short of dialog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you know all of this I apologize, if you want to know how to read the op mode programmatically (this is the ABAP forum after all) then I guess that's a different question, but you could do worse than debug the above transactions. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 15:23:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620188#M1440389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T15:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP operating mode (B Batch;D Dialog;I Batch-Input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620189#M1440390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;variable SY-BINPT at runtime will tell you if you are running in Batch Input. SY-BATCH if in background mode.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 17:02:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620189#M1440390</guid>
      <dc:creator>PedroGuarita</dc:creator>
      <dc:date>2010-02-05T17:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: SAP operating mode (B Batch;D Dialog;I Batch-Input)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620190#M1440391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Nick - do you know if there is an option of changing the rollback segment size between say daytime and nighttime operations?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Feb 2010 17:25:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-operating-mode-b-batch-d-dialog-i-batch-input/m-p/6620190#M1440391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-05T17:25:54Z</dc:date>
    </item>
  </channel>
</rss>

