<?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 finding a smartform name through a tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281847#M784849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to modify a smartform, however i do not know the name of the smartform and i only know the tcode which is for invoice printing. The tcode is VF02 and it has smartform attached to it. So how do i get the name for it. Any help would be appreciated and rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sandeep salaria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jan 2008 06:14:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-21T06:14:52Z</dc:date>
    <item>
      <title>finding a smartform name through a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281847#M784849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to modify a smartform, however i do not know the name of the smartform and i only know the tcode which is for invoice printing. The tcode is VF02 and it has smartform attached to it. So how do i get the name for it. Any help would be appreciated and rewarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sandeep salaria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:14:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281847#M784849</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:14:52Z</dc:date>
    </item>
    <item>
      <title>Re: finding a smartform name through a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281848#M784850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From VF02 screen you would come to know the output type,right?&lt;/P&gt;&lt;P&gt;Using this o/p type,you can go to Transaction NACE &amp;gt; Billing.&lt;/P&gt;&lt;P&gt;Select Billing and click on button outout types.Here you will find you o/p type that you got in VF02.Just select this o/p type and click on 'Processing Routines'. A screen appears where you will find the Smartform Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavin P Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281848#M784850</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: finding a smartform name through a tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281849#M784851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There are different ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.The best way to find a form name and print program name is to goto SE38, program RSNAST00. Keep breakpoint at following statement -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PERFORM (TNAPR-RONAM) IN PROGRAM (TNAPR-PGNAM) USING RETURNCODE&lt;/P&gt;&lt;P&gt;US_SCREEN&lt;/P&gt;&lt;P&gt;IF FOUND.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Print document from respective transactions -&lt;/P&gt;&lt;P&gt;Check values of TNAPR-FONAM for form name and TNAPR-PGNAM for driver program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; There is another way&lt;/P&gt;&lt;P&gt;If you have document numbers and output type name, you can check entries in TNAPR table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.Vf02 -&amp;gt;&lt;/P&gt;&lt;P&gt;Goto NACE -&amp;gt; select application V3 -&amp;gt; click on output types -&amp;gt; now select RD00&lt;/P&gt;&lt;P&gt;-&amp;gt; click on processing routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you can see form name and print program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;same thing for VL02 &lt;/P&gt;&lt;P&gt;here select V2 application..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can find in TNAPR ,NAST Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.You have to dig in SPRO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For FBCJ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Spro&lt;DEL&gt;&amp;gt; Fin Accounting&lt;/DEL&gt;&amp;gt;Bank Accounting&lt;DEL&gt;&amp;gt;Business Transactions&lt;/DEL&gt;&amp;gt;Cash Journal--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you can set up your Print program for correspondnce etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Purchasing....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Spro &lt;DEL&gt;&amp;gt;MM&lt;/DEL&gt;&amp;gt;Purchasing&lt;DEL&gt;&amp;gt;Messages&lt;/DEL&gt;&amp;gt;Forms for Messages--&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Customer account statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Spro&lt;DEL&gt;&amp;gt;FI&lt;/DEL&gt;&amp;gt;AP &amp;amp; AR&lt;DEL&gt;&amp;gt;Customer accounts&lt;/DEL&gt;&amp;gt;Line items&lt;DEL&gt;&amp;gt;Correspondence&lt;/DEL&gt;&amp;gt;Make and check settings&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Don't forget to reward if useful....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jan 2008 06:56:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-a-smartform-name-through-a-tcode/m-p/3281849#M784851</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-21T06:56:14Z</dc:date>
    </item>
  </channel>
</rss>

