<?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 sap script - form names in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746129#M323695</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'm a beginner. Is it good hard-coding values in the export/import parameters that we use? if not, how can we avoid hard-coding the form names in the function modules used in script programs? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smart forms, there is an automatic generation of function module using&lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME...is there anything similar happening with SAPscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 08:31:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-21T08:31:27Z</dc:date>
    <item>
      <title>sap script - form names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746129#M323695</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'm a beginner. Is it good hard-coding values in the export/import parameters that we use? if not, how can we avoid hard-coding the form names in the function modules used in script programs? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In smart forms, there is an automatic generation of function module using&lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME...is there anything similar happening with SAPscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 08:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746129#M323695</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T08:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: sap script - form names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746130#M323696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;open_form.
write_form.
close_form.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 08:35:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746130#M323696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T08:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: sap script - form names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746131#M323697</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;No nothing happens in Sapscript like smartforms.When you execute a smartforms a FM gets generated.Nothing like this happens in Sapscript.&lt;/P&gt;&lt;P&gt;You can do one thing.Select the form name from TNAPR table and pass this TNAPR-FORM in the OPEN_FORM FM.This is also cannot be used in all the programs because all the entries of form doesnot exist in TNAPR table.You will get SD and MM related forms in TNAPR table FI related forms will be there in T001F table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mukesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 08:35:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746131#M323697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T08:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: sap script - form names</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746132#M323698</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;You are very right that we should not hardcode but in case of calling function modules it is ok.This is the way a function module is supposed to be called.In case of smartforms the function module name is generated and so we need the &lt;/P&gt;&lt;P&gt;SSF_FUNCTION_MODULE_NAME to get the generated name. Also the framework of sapscript is not similar to smartform and no function module is generated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sourabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 08:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-form-names/m-p/1746132#M323698</guid>
      <dc:creator>sourabhshah</dc:creator>
      <dc:date>2006-12-21T08:38:29Z</dc:date>
    </item>
  </channel>
</rss>

