<?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: HOW TO FIND T-CODES FOR SAP SCRIPT FORMS? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402017#M194266</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE80, put in package 'ME', there is a list of all transactions in that package, including all the ME9* to view messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Jul 2006 14:04:12 GMT</pubDate>
    <dc:creator>JoseMunoz</dc:creator>
    <dc:date>2006-07-05T14:04:12Z</dc:date>
    <item>
      <title>HOW TO FIND T-CODES FOR SAP SCRIPT FORMS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402015#M194264</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI EVERY BODY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"ME9F" IS THE T-CODE FOR PRINTING "MEDRUCK" FORM ALONG WITH THE DATA FROM PRINT PROGRAM.&lt;/P&gt;&lt;P&gt;LIKE WISE WHAT ARE ALL THE OTHER T-CODES FOR SAP PROVIDED FORMS. PLEASE LET ME KNOW HOW TO FIND THESE T-CODES?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE,&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;MOUNIKA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:00:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402015#M194264</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND T-CODES FOR SAP SCRIPT FORMS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402016#M194265</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mounika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can find all the t-codes in table TSTC as well as in TXN-SE93 u can type the keyword between * and press F4...&lt;/P&gt;&lt;P&gt;Hope this will help u.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Seema.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:03:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402016#M194265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND T-CODES FOR SAP SCRIPT FORMS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402017#M194266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to SE80, put in package 'ME', there is a list of all transactions in that package, including all the ME9* to view messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:04:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402017#M194266</guid>
      <dc:creator>JoseMunoz</dc:creator>
      <dc:date>2006-07-05T14:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND T-CODES FOR SAP SCRIPT FORMS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402018#M194267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mounika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;           Check table &amp;lt;b&amp;gt;TSTC&amp;lt;/b&amp;gt;.Give your driver program to &amp;lt;b&amp;gt;PGNMA&amp;lt;/b&amp;gt; field then it will give transaction code &amp;lt;b&amp;gt;TCODE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise, &amp;lt;b&amp;gt;Goto SE80 (Object Browser)&amp;lt;/b&amp;gt;,Select Program and give your report name.You will find &amp;lt;b&amp;gt;Transactions&amp;lt;/b&amp;gt; and click on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinaykumar G&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402018#M194267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-05T14:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: HOW TO FIND T-CODES FOR SAP SCRIPT FORMS?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402019#M194268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In table TNAPR you can find relation between, print program, message, and sapscript form.&lt;/P&gt;&lt;P&gt;For sapscript forms that are not printed using messages, you can use report RSRSCAN1 to find sapscript name in programs.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jul 2006 14:09:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-find-t-codes-for-sap-script-forms/m-p/1402019#M194268</guid>
      <dc:creator>LucianoBentiveg</dc:creator>
      <dc:date>2006-07-05T14:09:04Z</dc:date>
    </item>
  </channel>
</rss>

