<?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: smart forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276851#M783497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;What you explained is correct but in case the ABAP program is a standard one,it does not show the formname in the call function may be because it reads the formname with the help of a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this standard program &lt;STRONG&gt;RLB_INVOICE&lt;/STRONG&gt; for verification where the formnae is passed using a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In suh cases how do we change the formname as asked by Mr.Vasantan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhavin P Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jan 2008 06:18:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-08T06:18:00Z</dc:date>
    <item>
      <title>smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276847#M783493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;there are 2 smart froms beign read in a program, 1 is invoice, and another one is payment advice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have create another form using sap script. now i need to change the existing payment advice form into newly creeated one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm npot sure how to change cause the program is abiot comlicated&lt;/P&gt;&lt;P&gt;can any one help me with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 06:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276847#M783493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T06:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276848#M783494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can first copy the existing form to a new form and then make the modifications required in the new form.In this was you will be retaining your old form and can try out new form as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To copy the form you can follow this path.&lt;/P&gt;&lt;P&gt;SE71&amp;gt;Utilities&amp;gt;Copy from Client.&lt;/P&gt;&lt;P&gt;Here you can specify the source formname,destination form name and source client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make changes in this new form,go to SE71,enter form name and go to change mode and enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on button "windows". &lt;/P&gt;&lt;P&gt;You can also enalble Form-Painter by ticking te box at &lt;/P&gt;&lt;P&gt;Setting&amp;gt;For Painter&amp;gt;graphical form painter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To change the code of any window,juct double click on it and click Text-element(F9).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once done with changes,save the form and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To view this form in your output,go to t-code NACE.&lt;/P&gt;&lt;P&gt;Select the application where the Payment advice might be located and click on "Output types".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A new window opens,here selct the output type of payment advice form(the once that you select during Print output).&lt;/P&gt;&lt;P&gt;and click on "Processing Routines".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here the form name of existing output is shown,you can replace rthe name with the new form name that you created now and save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when you run your transaction related to payment advice,you will be able to view new form.&lt;/P&gt;&lt;P&gt;In case you want to revert to old form,just do it in NACE and you are back to original one.&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;Bhavin P shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 07:41:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276848#M783494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-02T07:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276849#M783495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi there, &lt;/P&gt;&lt;P&gt;thanks for the reply, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the current abap program get 2 smartforms,as 1 for printing invoice, another one is for tp print payment advice, &lt;/P&gt;&lt;P&gt;but now i have to replace the payment voucher with anohter payment voucher which develop using sap script, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i check the coding, i dont understand where do the program gets the smart form,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i cant find the name of the smart form in the abap program, &lt;/P&gt;&lt;P&gt;is there any other way that a smart form can be linked to a abap program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 03:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276849#M783495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T03:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276850#M783496</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; Hi ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP Program will create the FM (for calling smart form) Dynamically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below Fm in your ABAP program .You will find the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                formname = 'SmartForm Name'&lt;/P&gt;&lt;P&gt;           IMPORTING&lt;/P&gt;&lt;P&gt;                fm_name  = ws_form_fname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will return the FM (ws_form_fname) by using smartform &lt;/P&gt;&lt;P&gt;and calling that FM is like below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION  ws_form_fname&lt;/P&gt;&lt;P&gt;           EXPORTING&lt;/P&gt;&lt;P&gt;                control_parameters = device&lt;/P&gt;&lt;P&gt;           TABLES&lt;/P&gt;&lt;P&gt;                i_final_ap         = i_final_ap.&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>Tue, 08 Jan 2008 03:47:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276850#M783496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T03:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: smart forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276851#M783497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murali,&lt;/P&gt;&lt;P&gt;What you explained is correct but in case the ABAP program is a standard one,it does not show the formname in the call function may be because it reads the formname with the help of a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check this standard program &lt;STRONG&gt;RLB_INVOICE&lt;/STRONG&gt; for verification where the formnae is passed using a variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In suh cases how do we change the formname as asked by Mr.Vasantan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bhavin P Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jan 2008 06:18:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smart-forms/m-p/3276851#M783497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-08T06:18:00Z</dc:date>
    </item>
  </channel>
</rss>

