<?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 identify print program for smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529788#M1561347</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to identify the application and Output type associated with the Smart form and then go to NACE to determine the execution program... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if it is a custom smart form and you are lucky enough to have smaller number of smartforms, you can do a where used list of &lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME in custom objects(enter Z* or y* in your search criteria) and go through your Custom Objects to relate smart form and program name (provided it is custom object)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Jan 2011 20:11:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-01-17T20:11:35Z</dc:date>
    <item>
      <title>How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529786#M1561345</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;I am not sure how to identify print program for a smart forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried table TNAPR to see whether it is stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is exact way to identify print program connected to smart forms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to debug the smart form. In order to debug, I need to identify print program so that I execute  to debug to see what is the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thnx.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Deepan Gunalan on Jan 17, 2011 9:02 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 19:54:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529786#M1561345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T19:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529787#M1561346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;View the config in NACE or use TNAPR as you mentioned already.  You can trigger debugging from the generated function directly though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 20:10:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529787#M1561346</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-01-17T20:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529788#M1561347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to identify the application and Output type associated with the Smart form and then go to NACE to determine the execution program... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if it is a custom smart form and you are lucky enough to have smaller number of smartforms, you can do a where used list of &lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME in custom objects(enter Z* or y* in your search criteria) and go through your Custom Objects to relate smart form and program name (provided it is custom object)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 20:11:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529788#M1561347</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T20:11:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529789#M1561348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In one shot to get the program details goto SE16 of TNAPR and and search the details (program name, subroutine, output types and application) where SFORM equals to your smartform name. If want search for SAPScript then search for FONAM = SapScript name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can go to NACE and get the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To debug the smartform first put a break point in in the Subroutine what you will get from TNAPR. Then start the debugging by /h and activate Update debugging and system debugging. Then it will stop at your break point as this froms are triggered in background from program RSNAST00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Subhankar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 21:16:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529789#M1561348</guid>
      <dc:creator>Subhankar</dc:creator>
      <dc:date>2011-01-17T21:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529790#M1561349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is possible  debug using FM. If so, it is possible to debug to see how those  values pulled inside smart form layout?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 21:19:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529790#M1561349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-17T21:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529791#M1561350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a smartform is created by a function module. This can be found in the extras/utilities of SMARTFORMS transaction or just hit TEST button to bring up function builder for the.associated function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because you have thoroughly searched before posting, you already knew this. Also yolu know well transaction [SMARTFORM_TRACE (SFTRACE)|http://help.sap.com/saphelp_47x200/helpdata/en/49/c3d8a4a05b11d5b6ef006094192fe3/content.htm] and how to use it with highest level to get not only the names and values of fields in text outputs but also the attribute values of processed output nodes (text elements, text modules, include texts, graphics, addresses), for example, language, style used, technical name of the included text module, and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found all of that using F1 &amp;amp; google. Shame on me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 21:37:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529791#M1561350</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-17T21:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to identify print program for smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529792#M1561351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, though I was merely pointing out that you don't need to know the program name to debug,  It's easier to look up the program in NACE or TNAPR though and work with that.  However, among other options, you can  set a breakpoint in the generated function module (name found from SMARTFORMS txn), then process the output from the application transaction.  Ensure that you have update debugging turned-on if applicable.  You DO NOT need system debugging as the other poster mentioned, nor do you need to go to both TNAPR and NACE - one is sufficient.  You can view the call stack in debug mode to see the form call from the output processing program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Brad Bohn on Jan 17, 2011 3:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Jan 2011 21:40:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-identify-print-program-for-smart-forms/m-p/7529792#M1561351</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2011-01-17T21:40:01Z</dc:date>
    </item>
  </channel>
</rss>

