<?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 SMARTFORM ISSUE ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077170#M974872</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have did one smartform and wrote driver program for that but when i have implemented that in NACE tcode it is not reflecting in the ME22N tcode.&lt;/P&gt;&lt;P&gt;In processing routines i have given my smartform name in SMARTFORM column and under program nmae i have given my DRIVER program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am executeing the driver program though se38 then it is excecuting perfectly. What changes that i have to do to implement my SMARTFORM in ME22N. Waiting for your valuable replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Jun 2008 14:02:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-30T14:02:50Z</dc:date>
    <item>
      <title>SMARTFORM ISSUE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077170#M974872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have did one smartform and wrote driver program for that but when i have implemented that in NACE tcode it is not reflecting in the ME22N tcode.&lt;/P&gt;&lt;P&gt;In processing routines i have given my smartform name in SMARTFORM column and under program nmae i have given my DRIVER program name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i am executeing the driver program though se38 then it is excecuting perfectly. What changes that i have to do to implement my SMARTFORM in ME22N. Waiting for your valuable replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks in Advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 14:02:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077170#M974872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T14:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORM ISSUE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077171#M974873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello venkateshwar reddy , &lt;/P&gt;&lt;P&gt;                                           You need to follow certail rules inside driver print program of the SMARTFORMS. Take a sample print ptogram and try to follow the stems that they had given there. For example you have to take the document number from the NAST-OBJKEY inside the print program and then you need to pass this to the SMARTFORMS Function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 14:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077171#M974873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T14:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORM ISSUE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077172#M974874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello venkateshwar reddy , &lt;/P&gt;&lt;P&gt;                                     Check the standard print program "/SMB40/FM06P" for your code example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I mentioned you earlier they are passing the NAST structure to the form routine. In the Transaction run time NAST will have values .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;*PERFORM processing_po USING nast ls_xfz*
                     *CHANGING ent_retco ent_screen l_druvo.*&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this answers your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Greetson&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jun 2008 14:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077172#M974874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-30T14:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: SMARTFORM ISSUE ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077173#M974875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Reddy,&lt;/P&gt;&lt;P&gt;                  Hello Reddy,&lt;/P&gt;&lt;P&gt;             Looks like in the smartforms driver program you have maintained the Selection screen parameter pointing to a Po number field reference and&lt;/P&gt;&lt;P&gt;in your data retrieval logic is based on this selection field reference field and not the NAST-OBJKEY. This is wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following corrections in your driver program:&lt;/P&gt;&lt;P&gt;1) Change the form routine name from "SUB_GET_DATA " to "ENTRY" (because you had mentioned "ENTRY" in the NACE Output type configurations.&lt;/P&gt;&lt;P&gt;2) Make your retrieval logic to make use of NAST_OBJKEy and not the P_EBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For detailed reference check the sample print program that I had mentioned in my previous posting on the same thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 12:11:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartform-issue/m-p/4077173#M974875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T12:11:32Z</dc:date>
    </item>
  </channel>
</rss>

