<?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 scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239989#M141816</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinthu,&lt;/P&gt;&lt;P&gt;It would be better to create window in your page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a window and add the fields that you want to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;itab-field&amp;amp;&lt;/P&gt;&lt;P&gt;Then draw a box around the window.&lt;/P&gt;&lt;P&gt;BOX xpos CM ypos CM ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Mar 2006 04:24:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-27T04:24:16Z</dc:date>
    <item>
      <title>sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239986#M141813</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;I am modifying the sapscript for Goods return delivery slip. I have put 2 boxes according to our format. One box&lt;/P&gt;&lt;P&gt;(left side) consists of the address of the plant. In the other box, I shud display the grn no and other details. How can i fix the grn no ,date fields in a particular position. Because,rite now, i am not getting the right alignment. Based on the length of the plant address fields, the right box contents are moving... how will i fix the fields in my right box at one place?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA,&lt;/P&gt;&lt;P&gt;sinthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 03:52:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239986#M141813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T03:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239987#M141814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sinthu,&lt;/P&gt;&lt;P&gt; you can Use the POSITION Command to set the origin for the coordinate system used by the XPOS and YPOS parameters of the BOX command...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; /: POSITION [XORIGIN] [YORIGIN] [WINDOW] [PAGE]&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;like..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; /: POSITION XORIGIN 2 CM YORIGIN '2.5 CM'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 03:59:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239987#M141814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T03:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239988#M141815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This is the code i've written.&lt;/P&gt;&lt;P&gt;BOX XPOS '0' CM YPOS '0.5' CM WIDTH '9.2' CM HEIGHT '3.5' CM FRAME 8 TW  - (for the left box)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BOX XPOS '10' CM YPOS '0.5' CM WIDTH '10' CM HEIGHT '3.5' CM FRAME 8 TW - (for the right box)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;BB&amp;gt;From :&amp;lt;/&amp;gt; &amp;amp;NAME1&amp;amp;,,,,,,GR Note No   :,, &amp;amp;MKPF-MBLNR&amp;amp;&lt;/P&gt;&lt;P&gt;the From : and &amp;amp;name1&amp;amp; should be printed inside the left box and GR Note No   :,, &amp;amp;MKPF-MBLNR&amp;amp; should be printed inside the right box. &lt;/P&gt;&lt;P&gt;Based on the lenght of &amp;amp;nam1&amp;amp;, the position of GR note no followd by &amp;amp;mkpf-mblnr&amp;amp; is changing....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:08:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239988#M141815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239989#M141816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinthu,&lt;/P&gt;&lt;P&gt;It would be better to create window in your page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a window and add the fields that you want to display.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;itab-field&amp;amp;&lt;/P&gt;&lt;P&gt;Then draw a box around the window.&lt;/P&gt;&lt;P&gt;BOX xpos CM ypos CM ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239989#M141816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239990#M141817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;In one window(RUKOPF) , i have 2 boxes. That is all done.but my field postions inside the 2'nd box keeps changing.&lt;/P&gt;&lt;P&gt;Any solution for this ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;sinthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:27:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239990#M141817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:27:55Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239991#M141818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In u have to define paragraph and in that paragraph&lt;/P&gt;&lt;P&gt;set &amp;lt;b&amp;gt;Alignment&amp;lt;/b&amp;gt; as &amp;lt;b&amp;gt;right&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;and use above paragraph to print the content of that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239991#M141818</guid>
      <dc:creator>vinod_gunaware2</dc:creator>
      <dc:date>2006-03-27T04:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239992#M141819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Problem solved. I created a new paragraph format,&lt;/P&gt;&lt;P&gt;and Set the tab positions in the paragraph format.&lt;/P&gt;&lt;P&gt;thanks for the info. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sinthu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:29:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239992#M141819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239993#M141820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sinthu,&lt;/P&gt;&lt;P&gt;Create seperate windows instead of having one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the first window,&lt;/P&gt;&lt;P&gt;Display the first box and items.&lt;/P&gt;&lt;P&gt;In the second window, display the next items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would avoid mispositions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239993#M141820</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239994#M141821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sinthu,&lt;/P&gt;&lt;P&gt; did you try using the position commaand to fix  the origin for the coordinate system XPOS and YPOS of the BOX command ..  given in the previous post..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;satesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:33:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239994#M141821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239995#M141822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, i shud create totally 4 windows according to our requirment. but where will i call these 4 windows? right now, since they hve already provided a window RUKOPF for the header, i thought that would be easy..  my only problem is alignment of the right fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239995#M141822</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: sap scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239996#M141823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sinthu,&lt;/P&gt;&lt;P&gt;Create a new paragraph format,&lt;/P&gt;&lt;P&gt;Set the tab positions in the paragraph format.&lt;/P&gt;&lt;P&gt;Set it to the maximum length of the fields so that they would not interfere with each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, you can call the windows in your driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Wenceslaus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Mar 2006 04:45:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1239996#M141823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-27T04:45:59Z</dc:date>
    </item>
  </channel>
</rss>

