<?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: script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832358#M921556</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chaitu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are three easy ways you can add check boxes in sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go thru them.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you can do using box commands.in that you can use value 'X' for check and space for uncheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to the corresponding windows text editor in the change mode.Go to INSERT in the menu barChoose CharactersChoose SAP Icons.In that list you will be able see an Icon for Check box with name ICON_CHECKBOX.Once you choose that you will get &amp;lt;2039&amp;gt; in the text editor.save and activate it.You will be able to see the check box only when you print it but not in the print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. a. Upload two logos(small picture of two checkboxes), one which is checked and another which is not checked.&lt;/P&gt;&lt;P&gt;b. You can make use of hyper snap dx 4 software or some other to desgin your checkbox little logo.&lt;/P&gt;&lt;P&gt;c. Make use of 2 INCLUDE statements in your script.4. Depending on the condition call them in IF or CASE condition.In this way, no BOX command is needed and you can also see the display on print preview..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2008 10:16:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-13T10:16:00Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832353#M921551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;how to place chehboxes and raiobuttons in the script.&lt;/P&gt;&lt;P&gt;and checkboxes and radiobutons should display in he output f form printing&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 06:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832353#M921551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T06:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832354#M921552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chaithu yeduguru ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a small window which is a BOX and maintain frame for that window to appear at output , create a text element and insert value as 'X' based on your condtion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please reward points if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajeshwar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 07:58:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832354#M921552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T07:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832355#M921553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is it possible to place checkboxes and radiobuttons at the form output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:09:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832355#M921553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832356#M921554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just use SAP symbols. &lt;/P&gt;&lt;P&gt;For unmarked checkbox create a new text field and add symbol &amp;lt;727&amp;gt; in it. &lt;/P&gt;&lt;P&gt;For marked checkbox, use symbol &amp;lt;697&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832356#M921554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832357#M921555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;still my doubt is not cleared&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 09:51:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832357#M921555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T09:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832358#M921556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi chaitu ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are three easy ways you can add check boxes in sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go thru them.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. you can do using box commands.in that you can use value 'X' for check and space for uncheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Go to the corresponding windows text editor in the change mode.Go to INSERT in the menu barChoose CharactersChoose SAP Icons.In that list you will be able see an Icon for Check box with name ICON_CHECKBOX.Once you choose that you will get &amp;lt;2039&amp;gt; in the text editor.save and activate it.You will be able to see the check box only when you print it but not in the print preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. a. Upload two logos(small picture of two checkboxes), one which is checked and another which is not checked.&lt;/P&gt;&lt;P&gt;b. You can make use of hyper snap dx 4 software or some other to desgin your checkbox little logo.&lt;/P&gt;&lt;P&gt;c. Make use of 2 INCLUDE statements in your script.4. Depending on the condition call them in IF or CASE condition.In this way, no BOX command is needed and you can also see the display on print preview..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;karthik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me if usefull&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 10:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/3832358#M921556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T10:16:00Z</dc:date>
    </item>
  </channel>
</rss>

