<?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: smartforms program regaenration error on production server in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921853#M1148451</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't use the hardcoded name of smartform. Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gw_name TYPE rs38l_fnam.&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  = gw_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION gw_name&lt;/P&gt;&lt;P&gt;(with input/ output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Dec 2008 07:30:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-16T07:30:51Z</dc:date>
    <item>
      <title>smartforms program regaenration error on production server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921851#M1148449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guru's,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have done changes in smartforms on development server.that time my smartforms generated and work properly. But when i transfer request then on production server in smartfroms is generated but my smartforms generated program '/1BCDWB/LSF00000040F01' program not update. in that program whatever changes i have done that not update.that's why it's give me dump error .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Tell me it's abap problem. if yes then help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&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;SAM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 07:26:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921851#M1148449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T07:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms program regaenration error on production server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921852#M1148450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the changes done on development server is not available in the production server, this could be an issue with the transport requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the log for the transport request if it has been imported to Production system properly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can try transporting the smartform once again to the production system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 07:29:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921852#M1148450</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T07:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms program regaenration error on production server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921853#M1148451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SAM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;don't use the hardcoded name of smartform. Use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: gw_name TYPE rs38l_fnam.&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  = gw_name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION gw_name&lt;/P&gt;&lt;P&gt;(with input/ output parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 07:30:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921853#M1148451</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T07:30:51Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms program regaenration error on production server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921854#M1148452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why check in the generated program? Just confirm if the changes whereever u hav made in your smartform are they reflecting or not.&lt;/P&gt;&lt;P&gt;If not then transport the request again. Test execute the smartform to check if it is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 07:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921854#M1148452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T07:33:33Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms program regaenration error on production server</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921855#M1148453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are updating your smartforms and transporting it to the production server make sure that your smartform is being successfully generated and also check whether the updations are being properly saved in the transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also found out lots of problems when transporting. I make sure that the transport request are bieng transfered properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After that you check whether the updations are happening or not&lt;/P&gt;&lt;P&gt;if its happening then fine or else you open the smartforms in the dev server and also save it one more time and check the transport request and try and transfer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its a tidious process but its good.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2008 07:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-program-regaenration-error-on-production-server/m-p/4921855#M1148453</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-16T07:39:18Z</dc:date>
    </item>
  </channel>
</rss>

