<?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: Urgent / SAP script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068798#M727293</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;Please try this: it will print the message for all other document types except ZMNM and ZMNV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;LFKART&amp;amp; = 'ZMNM' or &amp;amp;LFKART&amp;amp; = 'ZMNV'.&lt;/P&gt;&lt;P&gt;/:   ELSE&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Your message&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/:   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;LFKART&amp;amp; &amp;lt;&amp;gt; 'ZMNM'  AND &amp;amp;LFKART&amp;amp; &amp;lt;&amp;gt; 'ZMNV'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Your message&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/:   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2007 10:11:08 GMT</pubDate>
    <dc:creator>former_member784222</dc:creator>
    <dc:date>2007-12-05T10:11:08Z</dc:date>
    <item>
      <title>Urgent / SAP script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068795#M727290</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody tell me how can i give the condition in windows or page windows?&lt;/P&gt;&lt;P&gt;i have to print text that....'u r not authorised to print this document no' .&lt;/P&gt;&lt;P&gt;i have given it in windows as well as in page window...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but problem is that i have to print this msg only for fiew document type ...LFKART.&lt;/P&gt;&lt;P&gt;means IF LFKART &amp;lt;&amp;gt; 'ZMNM' or LFKART &amp;lt;&amp;gt; 'ZMNV' .&lt;/P&gt;&lt;P&gt;      'u r not authorised to print this document no' &lt;/P&gt;&lt;P&gt;   ENDIF .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m also using a program accordingly .&lt;/P&gt;&lt;P&gt;but in o/p, msg is coming for 'zmnm' n 'zmnv' also which i don't want..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me its urgent.....&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;saurabh srivastava.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:45:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068795#M727290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T06:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent / SAP script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068796#M727291</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 assume LFKART is a variable in SAPscript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So try using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &amp;amp;LFKART&amp;amp; &amp;lt;&amp;gt; 'ZMNM' OR&lt;/P&gt;&lt;P&gt;    &amp;amp;LFKART&amp;amp; &amp;lt;&amp;gt; 'ZMNV'.&lt;/P&gt;&lt;P&gt; 'Your message'&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 06:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068796#M727291</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2007-12-05T06:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent / SAP script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068797#M727292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sir ....&lt;/P&gt;&lt;P&gt;i did it in form pagewindow with command line . but still in output msg is coming...&lt;/P&gt;&lt;P&gt;sir any other idea ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;saurabh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 09:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068797#M727292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-05T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent / SAP script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068798#M727293</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;Please try this: it will print the message for all other document types except ZMNM and ZMNV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;LFKART&amp;amp; = 'ZMNM' or &amp;amp;LFKART&amp;amp; = 'ZMNV'.&lt;/P&gt;&lt;P&gt;/:   ELSE&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Your message&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/:   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or you can try the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/:   IF &amp;amp;LFKART&amp;amp; &amp;lt;&amp;gt; 'ZMNM'  AND &amp;amp;LFKART&amp;amp; &amp;lt;&amp;gt; 'ZMNV'.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   Your message&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;/:   ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Mouli.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2007 10:11:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-sap-script/m-p/3068798#M727293</guid>
      <dc:creator>former_member784222</dc:creator>
      <dc:date>2007-12-05T10:11:08Z</dc:date>
    </item>
  </channel>
</rss>

