<?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: URGENT SMART FORMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815861#M658522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuj,&lt;/P&gt;&lt;P&gt;   As you said you have created a smartform of your own.But in nace you can find standard  routines,program name etc.As your smartform is not a standard one you will not have processing routines etc.Usually we create a smart form for PO or Sales Order etc.,and create a print program for that smartform.Which is assigned in nace for the respective processing routine of PO or Sales order.So if you are desiging a smartform of your own you dont have to mention that in nace.You will assign only if you have to get a form for the standard tcode.Hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 07:30:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T07:30:32Z</dc:date>
    <item>
      <title>URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815856#M658517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI GURUS?&lt;/P&gt;&lt;P&gt;I have created a very simple smart form &amp;amp; it's application program but when in nace t-code i gave it's app program name and smart form name in processing routines then it ask for it's form routines name.&lt;/P&gt;&lt;P&gt;i have no idea abt form routines so pls tell me how to create it's form routine &amp;amp; if required then also give source code and if it possible to use exitsing one then how to use ? pls step by step.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 07:09:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815856#M658517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815857#M658518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for which transaction/application area hav u created smartform?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 07:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815857#M658518</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-10-04T07:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815858#M658519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;form routine is the subroutine name  in your application prgram ..................such that in this particular routine u r form will going to trigger..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;consider a scenario &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u hve developed a smart form in 'SMARTFORMS'  transaction as 'zpurchaseorder'.&lt;/P&gt;&lt;P&gt;if u want to assign it to standard printprogram .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;oneway of doing this is .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto nace &lt;/P&gt;&lt;P&gt;select EF ( application type)&lt;/P&gt;&lt;P&gt;click on output type ...select  outtype  NEU( new po printout) and click on processing routines ... in the screen u will find &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEDIUM                   : 1       &lt;/P&gt;&lt;P&gt;SHORTTEXT             : Print output           &lt;/P&gt;&lt;P&gt;PROGRAM               : sapfm06p&lt;/P&gt;&lt;P&gt;FORMROUTINE        :entry_neu&lt;/P&gt;&lt;P&gt;FORM                      :         &lt;/P&gt;&lt;P&gt;SMARTFORM           : zpurchaseorder&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give it and save it ..it will ask for request number give u r own request number and save it .....then u r smartform n program name in TNAPR table it would be there ....then go to me22n n check  with print preview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another way of doing this is &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;goto SE38&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give 'RSNAST00' ( Selection Program for Issuing Output )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in this program search the fields  sform ,pgnam,ronam(these r the fields for formname,programname,routine name) ........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;search for sform in program rsnast00  u will  find in line no: 816&lt;/P&gt;&lt;P&gt;   859       tnapr-sform = nast-pfld3.&lt;/P&gt;&lt;P&gt;keep a break point here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u hit on printpreview in me22n it will take u into  debugger  editor with rsnast00 program ....where u can assign u r program name,smartform name,routine name .............(remember u need assign u r smartform name)     &lt;/P&gt;&lt;P&gt;ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like this u can assign u r zsmartform to u r  printprogram .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unless and untill u give it nace or rsnast00(runtime) u wont find the zsmartform entry in tnapr table ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope u r clear now&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rewards would be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 07:19:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815858#M658519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T07:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815859#M658520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;send me your mail id, i will send u document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Raghav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 07:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815859#M658520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T07:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815860#M658521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Printing program should start with some routine. Like ENTRY in many standard printing programs. Just reorganize your program in a way that processing starts from some subroutine and define it's name in NACE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 07:21:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815860#M658521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T07:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815861#M658522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anuj,&lt;/P&gt;&lt;P&gt;   As you said you have created a smartform of your own.But in nace you can find standard  routines,program name etc.As your smartform is not a standard one you will not have processing routines etc.Usually we create a smart form for PO or Sales Order etc.,and create a print program for that smartform.Which is assigned in nace for the respective processing routine of PO or Sales order.So if you are desiging a smartform of your own you dont have to mention that in nace.You will assign only if you have to get a form for the standard tcode.Hope i am clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harini.S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 07:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815861#M658522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T07:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: URGENT SMART FORMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815862#M658523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi raghav,&lt;/P&gt;&lt;P&gt;my mail id anujjain107@gmail.com.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 08:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-smart-forms/m-p/2815862#M658523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T08:59:04Z</dc:date>
    </item>
  </channel>
</rss>

