<?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 Text inside the BOX in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999208#M1804405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try by changing the postion of the box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 07:51:06 GMT</pubDate>
    <dc:creator>nabheetscn</dc:creator>
    <dc:date>2014-01-16T07:51:06Z</dc:date>
    <item>
      <title>SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999206#M1804403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i created one sap script, and used the BOX command and inside the box i insert the text , but text is appearing on the box lines can any one tell me how to align text to protect not to be appear on the lines .below is my situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this box like this in sap script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="70" style="border: 1px solid rgb(0, 0, 0); width: 215px; height: 72px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Description&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Amount&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;sample text sample tecxtttttttt&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i successfully created BOX like above but text inside the box is appearing on the lines .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:00:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999206#M1804403</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-16T07:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999207#M1804404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;BOX Command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Syntax /: BOX&lt;A _jive_internal="true" href="https://answers.sap.com/XPOS" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/YPOS" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/WIDTH" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/HEIGHT" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/FRAME" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/INTENSITY" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Parameters: For each of XPOS, YPOS, WIDTH, HEIGHT and FRAME both a measurement and a unit of measurement must be specified. The INTENSITY parameter should be specified as a percentage between 0 and 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;1. XPOS, YPOS: Upper left corner of the box, relative to the values of the POSITION command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Default: Values specified in the POSITION command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;The following calculation is performed internally to determine the absolute output position of a box on the page: X(abs) = XORIGIN + XPOS Y(abs) = YORIGIN + YPOS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;2. WIDTH: Width of the box. Default: WIDTH value of the SIZE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;3. HEIGHT: Height of the box. Default: HEIGHT value of the SIZE command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;4. FRAME: Thickness of frame. Default: 0 (no frame).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;5. INTENSITY: Grayscale of box contents as % .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls check this link&lt;/P&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/773149" title="https://scn.sap.com/thread/773149"&gt;Text Element in SAP-Script and Box | SCN&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:47:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999207#M1804404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-16T07:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999208#M1804405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try by changing the postion of the box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999208#M1804405</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2014-01-16T07:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999209#M1804406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear i already tried but my issue is the text inside the box is appearing on line of box&lt;/P&gt;&lt;P&gt;and text is dynamic i dont know how much length each time &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 07:56:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999209#M1804406</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-16T07:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999210#M1804407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the only way is either chop the text to a particular length and append it to new line&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OR&lt;/P&gt;&lt;P&gt;Determine the length or number of characters in the string using string length and move or change the position of the vertical line dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Coding,&lt;/P&gt;&lt;P&gt;Santhosh Yadav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:04:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999210#M1804407</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-16T08:04:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999211#M1804408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dear santhosh thanks for replay could you please elaborate. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:13:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999211#M1804408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-16T08:13:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999212#M1804409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Find the length of the text using &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb33d9358411d1829f0000e829fbfe/content.htm" title="http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb33d9358411d1829f0000e829fbfe/content.htm"&gt;Finding the Length of a Character String (SAP Library - ABAP Programming (BC-ABA))&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then set the attributes ie; width of the BOX dynamically using &lt;A _jive_internal="true" href="https://answers.sap.com/thread/1610340"&gt;http://scn.sap.com/thread/1610340&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are fine with this please mark the thread answered and close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Happy Coding,&lt;/P&gt;&lt;P&gt;Santhosh Yadav&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999212#M1804409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-16T08:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAP-Script Text inside the BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999213#M1804410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jamal,&lt;/P&gt;&lt;P&gt;your issue must be resolved by using the&amp;nbsp; sap standard " &lt;SPAN style="color: #000000; font-family: Arial; text-align: justify;"&gt;&amp;amp;SAPSCRIPT-COUNTER_0&amp;amp; "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the solution provided&amp;nbsp; by me way back in 2007 in saptechnical.com&lt;/P&gt;&lt;P&gt;&lt;A href="http://saptechnical.com/Tutorials/SAPScripts/InternalTable/Display.htm" title="http://saptechnical.com/Tutorials/SAPScripts/InternalTable/Display.htm"&gt;SAPTechnical.COM - Printing internal table contents dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Let me know,if you face any problems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Btw i agree that the heading was not in sync with the solution provided &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/504/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jan 2014 14:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-text-inside-the-box/m-p/9999213#M1804410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-20T14:09:50Z</dc:date>
    </item>
  </channel>
</rss>

