<?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 SAPscript in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757066#M903837</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know , how can one assign the windows to a page in SAPscript. (Step by step procedure required)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 May 2008 09:12:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-05T09:12:48Z</dc:date>
    <item>
      <title>SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757066#M903837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to know , how can one assign the windows to a page in SAPscript. (Step by step procedure required)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:12:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757066#M903837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757067#M903838</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;&lt;STRONG&gt;To create Scripts Of Your Own Using Standard Scripts&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt; The folloiwng info may be useful for those who are new to SAP: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All Standard Scripts are in client '000'. &lt;/P&gt;&lt;P&gt;We have to copy them to '800'. (this is your own company define client no) &lt;/P&gt;&lt;P&gt;All Standard Scripts and their respective print programs are listed in table 'TNAPR'. &lt;/P&gt;&lt;P&gt;Ex: FORM MEDRUCK has the Driver Program SAPFM06P. &lt;/P&gt;&lt;P&gt;NOTE: Never make any changes to the Standard Driver Programs &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;STEP 1. &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Goto Transaction Code &amp;lt;SE71&amp;gt; and  &lt;/P&gt;&lt;P&gt;select from Menu UTILITIES -&amp;gt;Copy from Client. &lt;/P&gt;&lt;P&gt;Enter the Standard Form Name, It source Client 000 and the target Form Name that you want it to be saved as on your client. &lt;/P&gt;&lt;P&gt;Say you are naming it as zmedruck1. &lt;/P&gt;&lt;P&gt;Click on EXECUTE. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;STEP 2. &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="--------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Converting form to English. &lt;/P&gt;&lt;P&gt;Open zmedruck1 in &amp;lt;SE71&amp;gt; With language DE. &lt;/P&gt;&lt;P&gt;Then goto  UTILITIES -&amp;gt; Convert Original Language from DE to EN. &lt;/P&gt;&lt;P&gt;Then you can modify the layout for example, chaging the logo, or changing the headers, or adding any new code to do some calculation etc., &lt;/P&gt;&lt;P&gt;SAVE THE CHANGES AND ACTIVATE. &lt;/P&gt;&lt;P&gt;Then select from the menu  FORM -&amp;gt; CHECK -&amp;gt; TEXT. &lt;/P&gt;&lt;P&gt;SELECT your driver program name from the list adn click on COPY. &lt;/P&gt;&lt;P&gt;If you don't see the program name in the list then click on  &lt;/P&gt;&lt;P&gt;'APPEND PRINT PROGRAM' and add your program name and then select it from the list and click on COPY. &lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;STEP 3: Assigning our form to the standard print program. &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Start Tr.Code &amp;lt;NACE&amp;gt;. &lt;/P&gt;&lt;P&gt;In our present case since we are working on 'Purchase order' we have to select EF and click on the button Output Types. &lt;/P&gt;&lt;P&gt;Then on Right hand side, scroll down and select  NEU - New P O Printout.  &lt;/P&gt;&lt;P&gt;(This may change for different programs). &lt;/P&gt;&lt;P&gt;Then Double click on  Processing Routines on Left hand side. &lt;/P&gt;&lt;P&gt;Change from Display -&amp;gt; Change Mode.  &lt;/P&gt;&lt;P&gt;Give your form name (zmedruck1) for printoutput and SAVE. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;STEP 4: &lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Start Tr.Code &amp;lt;ME22N&amp;gt; since you are working on Purchase order and click on print Preview to make sure your layout etc., changes are OK. If not again you have to make the changes accordingly. &lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;If every thing looks ok then you can print your form. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Read the following document u will better understand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf" target="test_blank"&gt;http://www.ficoexpertonline.com/downloads/Iyer_SmartForms.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Reward If helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jagadish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:15:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757067#M903838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757068#M903839</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;goto se71&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto page windows tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the page if you have multiple pages&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto----&amp;gt; create element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will have the list of all the windows that you created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;double click on the window you want on that particular page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;specify the window dimensions on the page&lt;/P&gt;&lt;P&gt;you must give window width and window height as as mandatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARD IF HELPFUL&lt;/P&gt;&lt;P&gt;PRASANTH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:16:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757068#M903839</guid>
      <dc:creator>prasanth_kasturi</dc:creator>
      <dc:date>2008-05-05T09:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAPscript</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757069#M903840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First Create Page&lt;/P&gt;&lt;P&gt;Then create Windows.&lt;/P&gt;&lt;P&gt;then Click Page windows.--&amp;gt;Create Element.&lt;/P&gt;&lt;P&gt;Select The windows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sandipan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 May 2008 09:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript/m-p/3757069#M903840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-05T09:20:16Z</dc:date>
    </item>
  </channel>
</rss>

