<?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: Boxes in a window in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403127#M194763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi korada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i have a same issue how did you solve that date issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m m d d y y y y in 8 boxes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz provice some suggestion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2006 18:45:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-08T18:45:22Z</dc:date>
    <item>
      <title>Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403121#M194757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I want to display each digit of the date (MM DD YYYY)  in different boxes in a window. Could you please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 20:43:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403121#M194757</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T20:43:21Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403122#M194758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narasimha,&lt;/P&gt;&lt;P&gt;   WELECOME TO SDN&lt;/P&gt;&lt;P&gt;draw boxes using BOX statement and then split the variable which is containg date in to three variable and then display them in the boxes that you have created.&lt;/P&gt;&lt;P&gt;Draws a horizontal line across the complete top edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH 0 TW FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Draws a vertical line along the complete height of the left hand edge of the window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT 1 CM FRAME 10 TW INTENSITY 15&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX WIDTH '17.5' CM HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX XPOS '10.0' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BOX XPOS '13.5' CM WIDTH 0 TW HEIGHT '13.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Draws two rectangles and two lines to construct a table of three columns with a highlighted heading section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 20:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403122#M194758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T20:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403123#M194759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Santhosh for responding to my post. I want to create 8 different boxes separated by space to dispaly the 8 digits(M M D D Y Y Y Y). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jun 2006 21:00:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403123#M194759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-26T21:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403124#M194760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Korada,&lt;/P&gt;&lt;P&gt;   In Scripts there are special syntaxs to set the date format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/: SET DATE MASK = 'MM.DD.YYYY'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SYST-DATUM&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;your date will print in the format of 27.06.2006&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are other formats like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DD&amp;lt;/b&amp;gt;     - day in two digits&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DDD&amp;lt;/b&amp;gt;    - name of day abbreviated (MON, SUN)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;DDDD&amp;lt;/b&amp;gt;   - name of day written in full (Sunday)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MM&amp;lt;/b&amp;gt;     - Month in two digits&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MMM&amp;lt;/b&amp;gt;    - Month abbreviated in 3 digits (JUN, JAN)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;MMMM&amp;lt;/b&amp;gt;   - Month written in full (April)&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;YY&amp;lt;/b&amp;gt;     - Year in two digits&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;YYYY&amp;lt;/b&amp;gt;   - Year (4 digits)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to revert back to the standard setting&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/: SET DATE MASK = ' '&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this sovles ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tushar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 05:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403124#M194760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T05:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403125#M194761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Formatting Date Fields: SET DATE MASK&lt;/P&gt; To define the formatting of date fields, use the SET DATE MASK control command. Executing this command causes all subsequent date fields to be printed using the specified format.&lt;BR /&gt;Syntax: &lt;BR /&gt;/: SET DATE MASK = 'date_mask'&lt;BR /&gt;In the date mask, you can use the following codes:&lt;BR /&gt;· DD: day (two digits)&lt;BR /&gt;· DDD: day name - abbreviated&lt;BR /&gt;· DDDD: day name - written out in full&lt;BR /&gt;· MM: month (two digits)&lt;BR /&gt;· MMM: month name - abbreviated&lt;BR /&gt;· MMMM: month name - written out in full&lt;BR /&gt;· YY: year (two digits)&lt;BR /&gt;· YYYY: year (four digits) &lt;BR /&gt;· LD: day (formatted as for the L option)&lt;BR /&gt;· LM: month (formatted as for the L option)&lt;BR /&gt;· LY: year (formatted as for the L option)&lt;BR /&gt;All other characters found in a date mask are interpreted as simple text and are copied straight into the output.&lt;BR /&gt;&lt;BR /&gt;Assuming the current system date is March 1st, 1997. &lt;BR /&gt;/: SET DATE MASK = 'Foster City, MM/DD/YY' &lt;BR /&gt;&amp;amp;DATE&amp;amp; -&amp;gt; Foster City, 03/01/97&lt;BR /&gt;/: SET DATE MASK = 'MMMM DD, YYYY' &lt;BR /&gt;&amp;amp;DATE&amp;amp; -&amp;gt; March 01, 1997&lt;BR /&gt;The date mask may be reset to the default setting by using an empty string:&lt;BR /&gt;/: SET DATE MASK = ' '&lt;BR /&gt;The abbreviated and full forms of the names of the days and months are stored in the language dependent TTDTG table under the following keys:&lt;BR /&gt;· %%SAPSCRIPT_DDD_dd: abbreviated day name&lt;BR /&gt;· %%SAPSCRIPT_DDDD_dd: full form of day name &lt;BR /&gt;· %%SAPSCRIPT_MMM_mm: abbreviated month name&lt;BR /&gt;· %%SAPSCRIPT_MMMM_mm: full form of month name&lt;BR /&gt;dd: day number 01 = Monday,..., 07 = Sunday &lt;BR /&gt;mm: month number 01 = January,..., 12 = December&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Formatting Time Fields: SET TIME MASK&lt;/P&gt;&lt;/B&gt; To format time fields to your needs, use the SET TIME MASK control command. Executing this command causes all subsequent time fields to be printed using the specified format.&lt;BR /&gt;Syntax: &lt;BR /&gt;/: SET TIME MASK = 'time_mask'&lt;BR /&gt;In the time mask, you can use the following codes:&lt;BR /&gt;· HH hours (two digits)&lt;BR /&gt;· MM minutes (two digits)&lt;BR /&gt;· SS seconds (two digits)&lt;BR /&gt;All other characters found in a time mask are interpreted as simple text and are copied straight into the output.&lt;BR /&gt;&lt;BR /&gt;Assuming the current time is 10:08:12,&lt;BR /&gt;/: SET TIME MASK = 'HH:MM'&lt;BR /&gt;&amp;amp;TIME&amp;amp; -&amp;gt; 10:08&lt;BR /&gt;/: SET TIME MASK = 'HH hours MM minutes' &lt;BR /&gt;&amp;amp;TIME&amp;amp; -&amp;gt; 10 hours 08 minutes&lt;P&gt;&lt;/P&gt;&lt;P&gt;The time mask may be reset to the default setting by using an empty string:&lt;/P&gt;&lt;P&gt;/: SET TIME MASK = ' '&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 05:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403125#M194761</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-06-27T05:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403126#M194762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Narasimha,&lt;/P&gt;&lt;P&gt; Using the split command separate all the 8 digits in eight varaiables.Create 8 boxes for all the 8 variables and place them as per your requirement.Put all the 8 variable that represent 8 digits in the respective boxes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 05:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403126#M194762</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T05:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Boxes in a window</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403127#M194763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi korada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i have a same issue how did you solve that date issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;m m d d y y y y in 8 boxes .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz provice some suggestion&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2006 18:45:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/boxes-in-a-window/m-p/1403127#M194763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-08T18:45:22Z</dc:date>
    </item>
  </channel>
</rss>

