<?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 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757711#M328142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u have only changed the existing layout of the script then no change but if u have creatd new window or new text element (which wil take value from prgrm) then yes u have to change ur print program as well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Dec 2006 10:03:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-27T10:03:58Z</dc:date>
    <item>
      <title>sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757710#M328141</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;How can I know the print program of a sap script form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i do some changes in sap script do i need to activate the print program as well , pls guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;Anup&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 10:00:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757710#M328141</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T10:00:29Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757711#M328142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if u have only changed the existing layout of the script then no change but if u have creatd new window or new text element (which wil take value from prgrm) then yes u have to change ur print program as well..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 10:03:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757711#M328142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T10:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757712#M328143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;   debugg the sapscript and check the value of sy-repid to get the program name.&lt;/P&gt;&lt;P&gt;No you do not need to activate the print program , if you change the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 10:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757712#M328143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T10:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757713#M328144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No need to activate the print program if u changed the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 10:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757713#M328144</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T10:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757714#M328145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to activate the the print program every time u change the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To find the print program:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO to SE71 and enter the form name and click display button.&lt;/P&gt;&lt;P&gt;In the menu FORM &lt;DEL&gt;&amp;gt;CHECK&lt;/DEL&gt;&amp;gt; TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will diplay all the print programs apppended to the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is function pool .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the know Formname use the TNAPR table and find out the routine name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the breakpoint in the routine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Dec 2006 10:04:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757714#M328145</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T10:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757715#M328146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Method1) Go to TNAPR table and pass the form name to get the program name.&lt;/P&gt;&lt;P&gt;Method2) Do a Check on the sapscript (Chose from menu Form-&amp;gt;Check-&amp;gt;Definition and Form-&amp;gt;Check-&amp;gt;Texts). You would get a pop up with the name of the print program/s&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>Wed, 27 Dec 2006 10:07:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1757715#M328146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-27T10:07:00Z</dc:date>
    </item>
  </channel>
</rss>

