<?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: smartform in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783297#M337486</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for response me, but now i have a new problem:&lt;/P&gt;&lt;P&gt;the print preview is work great but now the &amp;lt;u&amp;gt;print&amp;lt;/u&amp;gt;  not working.&lt;/P&gt;&lt;P&gt;when i click on print preview i have a popup window with 2 options: print preview and print.&lt;/P&gt;&lt;P&gt;when i click on print it popup the same window again with this 2 options.&lt;/P&gt;&lt;P&gt;is anyone can help me?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2006 09:07:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-14T09:07:21Z</dc:date>
    <item>
      <title>smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783288#M337477</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;i have a program that call to a smartforms.&lt;/P&gt;&lt;P&gt;the program was castomize to transaction me22n.- in the customizing - in the form name we defined the first perform that in the program.&lt;/P&gt;&lt;P&gt;when i run the program through me22n it seems like it run through all the program but in the end it write : Processing routine ...in program ... does not exist&lt;/P&gt;&lt;P&gt;and it doesnt show me the form.&lt;/P&gt;&lt;P&gt;is anyone pls pls pls can tell me what maybe the problem?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:04:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783288#M337477</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783289#M337478</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;Goto RSNAST00 program go to line number 875&lt;/P&gt;&lt;P&gt;put break point on the below statement&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;Goto ME22N and try to print form it will stop there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and look at what is the program calling as driver program for your form, and what is the subroutine calling for your form and what is the form calling for your printout you can identify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you can go back to program and check whether routine exits  there or not&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:29:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783289#M337478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783290#M337479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will have to debg the program/form to find out what is the issue.&lt;/P&gt;&lt;P&gt;Look at TNAPR table to find out the driver program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to that program, Place a break point and execute ME22n. The execution will stop at the driver program. Now, execute it step by step and find out where it is erroring out and why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:32:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783290#M337479</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:32:46Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783291#M337480</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;goto tcode NACE&lt;/P&gt;&lt;P&gt;select EF&lt;/P&gt;&lt;P&gt;click on OUTPUT types&lt;/P&gt;&lt;P&gt;select NEU or anything related to printout whichever is applicable&lt;/P&gt;&lt;P&gt;and select processing routine and check if your smartform name is there or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if not there include it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;pankaj singh.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783291#M337480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783292#M337481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i debug the program and changed my program and now it give me the error message:&lt;/P&gt;&lt;P&gt;No output request open. Document processing not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is anyone know what it say?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:55:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783292#M337481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783293#M337482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Start ME22n again and make sure you have a fresh message output to be processed in the MESSAGES screen. Then SAVE it and debug the program again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Note - Please mark all the helpful answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 10:59:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783293#M337482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T10:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783294#M337483</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;Go to transaction ME22N, and click on pushbutton Messages, it will show screen with table control Output, &lt;/P&gt;&lt;P&gt;Give your output type name,&lt;/P&gt;&lt;P&gt;and try to see print privew now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 11:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783294#M337483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T11:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783295#M337484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the program, where do i give the   output type name?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 12:23:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783295#M337484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T12:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783296#M337485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;U need to give output type in the 'ME22n' transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In me22n transaction click the 'Messages' button .&lt;/P&gt;&lt;P&gt;U will get 1 sceeen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that screen u need to enter the 'Output Type'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2006 13:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783296#M337485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-13T13:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: smartform</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783297#M337486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you all for response me, but now i have a new problem:&lt;/P&gt;&lt;P&gt;the print preview is work great but now the &amp;lt;u&amp;gt;print&amp;lt;/u&amp;gt;  not working.&lt;/P&gt;&lt;P&gt;when i click on print preview i have a popup window with 2 options: print preview and print.&lt;/P&gt;&lt;P&gt;when i click on print it popup the same window again with this 2 options.&lt;/P&gt;&lt;P&gt;is anyone can help me?&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;dana.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 09:07:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform/m-p/1783297#M337486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T09:07:21Z</dc:date>
    </item>
  </channel>
</rss>

