<?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/1150704#M117422</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;You can find the form name and respective print program in table : TNAPR . &lt;/P&gt;&lt;P&gt;Starndard text T.code is : SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jan 2006 18:58:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-13T18:58:09Z</dc:date>
    <item>
      <title>SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150703#M117421</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;From which table i can find form and respective print program?&lt;/P&gt;&lt;P&gt;What are standard text? From where can i read about them?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Megha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 18:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150703#M117421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T18:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150704#M117422</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;You can find the form name and respective print program in table : TNAPR . &lt;/P&gt;&lt;P&gt;Starndard text T.code is : SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 18:58:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150704#M117422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T18:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150705#M117423</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;Please check table TNAPR for Layout sets and Driver programs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;USe T/code So10 for standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 18:58:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150705#M117423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T18:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150706#M117424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find them in TNAPR table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PGNAM - Program name&lt;/P&gt;&lt;P&gt;FONAM - Form name&lt;/P&gt;&lt;P&gt;RONAM - Name of routine to be called up in the processing program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you run the script actually the program "RSNAST00" is run intenally and during this program run the system cross checks the program nameand the form name.. you can see this by placing a break point in this program at line number 936.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding the Standard Texts may be the following info would be helpful&lt;/P&gt;&lt;P&gt;_________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Uploading the label file to SAPscript&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;Load the label file using the standard editor (Transaction SO10) to SAPscript. SO10 is only&lt;/P&gt;&lt;P&gt;used here as a &amp;#147;buffer&amp;#148; for the file before you add the ITF file into a form window. Create a new&lt;/P&gt;&lt;P&gt;standard text with any name. In the editor, load the XXXXXXXX.ITF file you just created using&lt;/P&gt;&lt;P&gt;the function &amp;#147;Text-&amp;gt;Upload&amp;#148;. Select &amp;#147;ITF&amp;#148; as the format. Store the label file as a standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;Adjusting the SAPscript form&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;To print the label, you must adjust the SAPscript form to be used by using the SAPscript form&lt;/P&gt;&lt;P&gt;maintenance (Transaction SE71):&lt;/P&gt;&lt;P&gt;The MAIN window must extend over the entire page format (for example, DINA4) that means&lt;/P&gt;&lt;P&gt;there may be no upper and left border between MAIN and the border of the page.&lt;/P&gt;&lt;P&gt;You should delete all the windows except for the MAIN. If not deleted, then these windows&lt;/P&gt;&lt;P&gt;should at least not contain any more data to be output (you may need to deactivate texts).&lt;/P&gt;&lt;P&gt;The MAIN window should only contain a text element that includes the label file just created.&lt;/P&gt;&lt;P&gt;The name of this text element depends on the application program used by R/3. You can add&lt;/P&gt;&lt;P&gt;the label file into this text element by copying the entire text from SO10 into the form window. If&lt;/P&gt;&lt;P&gt;additional text elements that are called from the print program are to be defined in MAIN, then&lt;/P&gt;&lt;P&gt;deactivate their contents. The first page of the form should refer to itself as the next page&lt;/P&gt;&lt;P&gt;because the label file in the MAIN window may be quite large particularly if graphics have been&lt;/P&gt;&lt;P&gt;included.&lt;/P&gt;&lt;P&gt;_________________________________________________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Santosh Tumbalam Gutti&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150706#M117424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150707#M117425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megha,&lt;/P&gt;&lt;P&gt;  Use TNAPR for finding the Form &amp;amp; print program ,If you know the Output Type or the Application.\&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Regarding Standard Text.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard texts is predefined texts that can be used in more than one form. Standard texts are can be created, changed and displayed using transaction SO10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To include a stadard text in a form, use the INCLUDE command:&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;/: INCLUDE &amp;lt;Standard text name&amp;gt; OBJECT &amp;lt;TEXT&amp;gt; ID &amp;lt;ID type&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can read the Text name,Object &amp;amp; ID  from the Standard text thru GOTO---&amp;gt;Header &amp;amp; pass them in the include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:14:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150707#M117425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150708#M117426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks to all of you for your instant reply.&lt;/P&gt;&lt;P&gt;Can you suggest me some material from where i can read more about standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Megha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150708#M117426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150709#M117427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Megha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please read this link this will help im both SAP script and Standard text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sappoint.com/abap/sscript.pdf" target="test_blank"&gt;http://www.sappoint.com/abap/sscript.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lanka&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jan 2006 19:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/1150709#M117427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-13T19:25:40Z</dc:date>
    </item>
  </channel>
</rss>

