<?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 Script :  Date is Boxes ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242085#M142428</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Venkat&lt;/P&gt;&lt;P&gt;BOX HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '.48' CM WIDTH 0 TW HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '.78' CM WIDTH 0 TW HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using POSITION XORIGIN 10ch YORIGIN 22 LN command in between the abobe statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Apr 2006 07:42:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-04-19T07:42:37Z</dc:date>
    <item>
      <title>SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242079#M142422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted to print date in boxes. i,e MM DD YY in boxes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am doing like this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'MM.DD.YY' &lt;/P&gt;&lt;P&gt;and then playing with Box Command, to draw vertical lines in between DD, MM and YY... with &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOX HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '.48'  CM WIDTH 0 TW HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '.78'  CM WIDTH 0 TW HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a right method ?? or Else &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Should there be a Standard method to print Date in Boxes .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &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;venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 17:38:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242079#M142422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T17:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242080#M142423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI venkat, If you just want a separator '|' between mm|dd|yy then you can build a variable like this&lt;/P&gt;&lt;P&gt;concatenate '|' mm dd yy '|' into v_new_date separated by '|'.&lt;/P&gt;&lt;P&gt;Use this v_new_date to be printed on the sap script.&lt;/P&gt;&lt;P&gt;But it will not be like boxes.&lt;/P&gt;&lt;P&gt;Other wise, your approach is correct.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 17:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242080#M142423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T17:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242081#M142424</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 think it is correct approach. &lt;/P&gt;&lt;P&gt;here is some more details&lt;/P&gt;&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;/P&gt;&lt;P&gt;Syntax: &lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'date_mask'&lt;/P&gt;&lt;P&gt;In the date mask, you can use the following codes:&lt;/P&gt;&lt;P&gt;·	DD: day (two digits)&lt;/P&gt;&lt;P&gt;·	DDD: day name - abbreviated&lt;/P&gt;&lt;P&gt;·	DDDD: day name - written out in full&lt;/P&gt;&lt;P&gt;·	MM: month (two digits)&lt;/P&gt;&lt;P&gt;·	MMM: month name - abbreviated&lt;/P&gt;&lt;P&gt;·	MMMM: month name - written out in full&lt;/P&gt;&lt;P&gt;·	YY: year (two digits)&lt;/P&gt;&lt;P&gt;·	YYYY: year (four digits) &lt;/P&gt;&lt;P&gt;·	LD: day (formatted as for the L option)&lt;/P&gt;&lt;P&gt;·	LM: month (formatted as for the L option)&lt;/P&gt;&lt;P&gt;·	LY: year (formatted as for the L option)&lt;/P&gt;&lt;P&gt;All other characters found in a date mask are interpreted as simple text and are copied straight into the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming the current system date is March 1st, 1997. &lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'Foster City, MM/DD/YY' &lt;/P&gt;&lt;P&gt;&amp;amp;DATE&amp;amp; -&amp;gt; Foster City, 03/01/97&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = 'MMMM DD, YYYY' &lt;/P&gt;&lt;P&gt;&amp;amp;DATE&amp;amp; -&amp;gt; March 01, 1997&lt;/P&gt;&lt;P&gt;The date mask may be reset to the default setting by using an empty string:&lt;/P&gt;&lt;P&gt;/: SET DATE MASK = ' '&lt;/P&gt;&lt;P&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;/P&gt;&lt;P&gt;·	%%SAPSCRIPT_DDD_dd: abbreviated day name&lt;/P&gt;&lt;P&gt;·	%%SAPSCRIPT_DDDD_dd: full form of day name &lt;/P&gt;&lt;P&gt;·	%%SAPSCRIPT_MMM_mm: abbreviated month name&lt;/P&gt;&lt;P&gt;·	%%SAPSCRIPT_MMMM_mm: full form of month name&lt;/P&gt;&lt;P&gt;dd: day number 01 = Monday,..., 07 = Sunday &lt;/P&gt;&lt;P&gt;mm: month number 01 = January,..., 12 = December&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, 18 Apr 2006 17:43:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242081#M142424</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-04-18T17:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242082#M142425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes..your approach is rite. One box, two vertical lines in it, will create three boxes.Then you place the date&lt;/P&gt;&lt;P&gt;in it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vamshi Tallada&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 18:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242082#M142425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242083#M142426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Vamshi, Vinod &amp;amp; Ravi. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I am still wondering that there could be a better way than just playing with Vertical lines. Anyway job is completed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am keeping this thread open, may be we will get some other opinions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I will allot some points to your efforts .. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 19:54:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242083#M142426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T19:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242084#M142427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Senior SAP Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at this question and Solution and Give your advice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2006 21:27:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242084#M142427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-18T21:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script :  Date is Boxes ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242085#M142428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Venkat&lt;/P&gt;&lt;P&gt;BOX HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '.48' CM WIDTH 0 TW HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;BOX XPOS '.78' CM WIDTH 0 TW HEIGHT '0.5' CM FRAME 10 TW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;using POSITION XORIGIN 10ch YORIGIN 22 LN command in between the abobe statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Apr 2006 07:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-date-is-boxes/m-p/1242085#M142428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-04-19T07:42:37Z</dc:date>
    </item>
  </channel>
</rss>

