<?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 question on sapscript - window INFO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900456#M1481216</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;&lt;/P&gt;&lt;P&gt;  I have a sapscript form with window 'INFO, ADDRESS , MAIN and PAGE'.&lt;/P&gt;&lt;P&gt;In Call Function  'Write-form'   for MAIN,   you use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Call Fx  Write-Form&lt;/P&gt;&lt;P&gt;      Export&lt;/P&gt;&lt;P&gt;         Element  = 'Item_line1'&lt;/P&gt;&lt;P&gt;         WIndow = 'MAIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for window INFO of type CONST,   it contains header 'contact person' and 'phone number' and its values.&lt;/P&gt;&lt;P&gt;The question is: How do i find the Call Function 'Write-FORM'  that reference this window INFO in the program ?    The window INFO don't have an element like MAIN window.   I am looking at purchase order with custom form from MEDFRUCK.    IN the call function, one cannot use element as there is no element to reference in WIndow INFO.&lt;/P&gt;&lt;P&gt;Pls forward any suggestions you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Joyce Chan on May 7, 2010 5:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 May 2010 02:58:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-07T02:58:57Z</dc:date>
    <item>
      <title>question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900456#M1481216</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;&lt;/P&gt;&lt;P&gt;  I have a sapscript form with window 'INFO, ADDRESS , MAIN and PAGE'.&lt;/P&gt;&lt;P&gt;In Call Function  'Write-form'   for MAIN,   you use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Call Fx  Write-Form&lt;/P&gt;&lt;P&gt;      Export&lt;/P&gt;&lt;P&gt;         Element  = 'Item_line1'&lt;/P&gt;&lt;P&gt;         WIndow = 'MAIN'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However for window INFO of type CONST,   it contains header 'contact person' and 'phone number' and its values.&lt;/P&gt;&lt;P&gt;The question is: How do i find the Call Function 'Write-FORM'  that reference this window INFO in the program ?    The window INFO don't have an element like MAIN window.   I am looking at purchase order with custom form from MEDFRUCK.    IN the call function, one cannot use element as there is no element to reference in WIndow INFO.&lt;/P&gt;&lt;P&gt;Pls forward any suggestions you have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Joyce Chan on May 7, 2010 5:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 02:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900456#M1481216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T02:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900457#M1481217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joyce,&lt;/P&gt;&lt;P&gt;We can call the window &lt;STRONG&gt;INFO&lt;/STRONG&gt; by using the below code in the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL FUNCTION 'WRITE_FORM'
  EXPORTING
    window = 'INFO'
  EXCEPTIONS
    window = 1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeyabalasubramanian J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 04:24:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900457#M1481217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T04:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900458#M1481218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeyabalasubramanian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      That's what i thought but i am unable to search 'window= Info'  in the program.  Let me look again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 11:47:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900458#M1481218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T11:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900459#M1481219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joyce,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;window &lt;STRONG&gt;MAIN&lt;/STRONG&gt; must be explicitly called using function module &lt;STRONG&gt;WRITE_FORM&lt;/STRONG&gt; in the program in order to display in the ouput.&lt;/P&gt;&lt;P&gt;All the other window need not be called in the program using function module &lt;STRONG&gt;WRITE_FORM&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;Even if it is not called in the program it will display all the window in the output other than &lt;STRONG&gt;MAIN&lt;/STRONG&gt; window in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jeyabalasubramanian J.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 12:04:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900459#M1481219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T12:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900460#M1481220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jeyabalasubramanian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Since MAIN must be explicitly called, then for Window INFO,  i assume the following can be used  without any parameters ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Call function 'write-form'  &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:27:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900460#M1481220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T15:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900461#M1481221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your WINDOW "INFO" assigned to your PAGE "FIRST"? Does it show up in your PAGE WINDOWS view? If it does it should print along with your other defined windows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:29:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900461#M1481221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T15:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900462#M1481222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wing Yuen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Yes.  The window 'INFO' is assigned to PAGE 'FIRST" only.   When i go to PAGE WINDOW for FIRST page, it shows me two windows - MAIN and INFO.   &lt;/P&gt;&lt;P&gt;Does this mean that the driver program will not have a call function 'WRITE-FORM' for this INFO window ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This INFO does print out on my form.  I asked because i cannot find the WRITE-FORM for the INFO window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:38:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900462#M1481222</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T15:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900463#M1481223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use the standard print program SAPFM06P with a custom SAPscript. I checked SAPFM06P and I did not find any CALL FUNCTION 'WRITE_FORM' in it. Not sure why? Could be they are hidden behind function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure if that's helpful, but it's the same in my system.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900463#M1481223</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T15:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900464#M1481224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Wing Yuen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Thanks for looking up in your system.   I am going to add another box like window INFO which will be in first page. &lt;/P&gt;&lt;P&gt;  I thought with the new box that i am going to create, i need to put the  statement  'CAll Function Write-Form' in the program.    &lt;/P&gt;&lt;P&gt;    Do you think i still need the statement ?  I guess I will find out soon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 15:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900464#M1481224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T15:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900465#M1481225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should appear without any CALL FUNCTION 'WRITE_FORM'. I've created many WINDOWS (added to PAGE WINDOWS) in SAPscript without having any CALL FUNCTION. Mostly to hold static text and company logos.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 16:17:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900465#M1481225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T16:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900466#M1481226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wing Yuen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   May i ask how to add my new window 'HdrTitle' to Page Windows ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 18:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900466#M1481226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T18:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900467#M1481227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to your PAGE WINDOW view, then on your Edit menu &amp;gt; Create Element a popup window will show up. Scroll to your WINDOW and choose it (double-click). You'll then be prompted to enter the window attributes/margins.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 May 2010 20:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900467#M1481227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-07T20:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900468#M1481228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Wing Yuen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     It works !   Thank you for your help/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I like to thanks to others who have replied.  All help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joyce&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 May 2010 03:11:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900468#M1481228</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-10T03:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: question on sapscript - window INFO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900469#M1481229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you respond to my thread ? &lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1701259"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Jun 2010 03:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/question-on-sapscript-window-info/m-p/6900469#M1481229</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-24T03:20:48Z</dc:date>
    </item>
  </channel>
</rss>

