<?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 how to validate a program in background in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054833#M424017</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to validate my program, my program should run only in background&lt;/P&gt;&lt;P&gt;in case if it runs in foreground it should give error message. how to validate my &lt;/P&gt;&lt;P&gt;program.&lt;/P&gt;&lt;P&gt;can any one just tell the procedure how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be greatly appreciated,&lt;/P&gt;&lt;P&gt;&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;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Mar 2007 18:49:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-17T18:49:00Z</dc:date>
    <item>
      <title>how to validate a program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054833#M424017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to validate my program, my program should run only in background&lt;/P&gt;&lt;P&gt;in case if it runs in foreground it should give error message. how to validate my &lt;/P&gt;&lt;P&gt;program.&lt;/P&gt;&lt;P&gt;can any one just tell the procedure how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help will be greatly appreciated,&lt;/P&gt;&lt;P&gt;&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;cnu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 18:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054833#M424017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-17T18:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: how to validate a program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054834#M424018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello CNU,&lt;/P&gt;&lt;P&gt;following snippet should do.&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;  Klaus&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
if ( 'X' ne sy-Batch ).
  message e000 with 'Only in Batch'(BTC).
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2007 21:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054834#M424018</guid>
      <dc:creator>former_member183804</dc:creator>
      <dc:date>2007-03-17T21:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to validate a program in background</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054835#M424019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi CNU&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    make your prg to start with a transaction(se93)  and make that transaction to start only in background in sm37..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 08:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-validate-a-program-in-background/m-p/2054835#M424019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T08:59:56Z</dc:date>
    </item>
  </channel>
</rss>

