<?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 Transaction Code for Smartforms... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720989#M314683</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;&lt;/P&gt;&lt;P&gt;  i have created smartform and now i want to create Transaction code for that..how can i do that, i knew tcode 93 for creating transaction code..but after creating transaction code while executing it is giving error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Pls help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; yunus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Nov 2006 10:07:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-18T10:07:19Z</dc:date>
    <item>
      <title>Transaction Code for Smartforms...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720989#M314683</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;&lt;/P&gt;&lt;P&gt;  i have created smartform and now i want to create Transaction code for that..how can i do that, i knew tcode 93 for creating transaction code..but after creating transaction code while executing it is giving error...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Pls help..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Regards,&lt;/P&gt;&lt;P&gt; yunus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 10:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720989#M314683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T10:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code for Smartforms...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720990#M314684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Smart forms aren't invoked from Tr. code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usually you will have a driver program that will make a call to the SMART Form.&lt;/P&gt;&lt;P&gt;And this program is usually configured in NACE transaction so that the subroutine calling the form, is dynamically called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For your testing purposes, you can write a report program and call the form in it. If you want you can create a transaction code and attach the report to that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note - Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 10:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720990#M314684</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T10:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code for Smartforms...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720991#M314685</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;Every smartform will generate a function module.&lt;/P&gt;&lt;P&gt;U'll get the function module name for ur smartform in 'Environment' menu--&amp;gt;'Function Module Name'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First create a driver program in SE38, call this function module in ur program.&lt;/P&gt;&lt;P&gt;Now in se93, create a TCode with this program name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 10:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720991#M314685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-18T10:17:51Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code for Smartforms...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720992#M314686</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;first u create the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then call the smart from from that driver program. driver program is simply an exceutable report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from that use the FM - &amp;gt; SSF_FUCTION_MODULE_NAME &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give the t-code for this report program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg: code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

DATA: FM_NAME TYPE RS38L_FNAM.

call function 'SSF_FUNCTION_MODULE_NAME'
exporting
formname = 'ZSMARTFORM'
* VARIANT = ' '
* DIRECT_CALL = ' '
IMPORTING
&amp;lt;b&amp;gt;FM_NAME = FM_NAME&amp;lt;/b&amp;gt;
EXCEPTIONS
NO_FORM = 1
NO_FUNCTION_MODULE = 2
OTHERS = 3.

*at first give the 'Environment' menu--&amp;gt;'Function Module *Name' in the below code and call 'PATTERN'.
*then Remove that number with FM_NAME

call function &amp;lt;b&amp;gt;FM_NAME&amp;lt;/b&amp;gt;
* EXPORTING
* ARCHIVE_INDEX =
* ARCHIVE_INDEX_TAB =
* ARCHIVE_PARAMETERS =
* CONTROL_PARAMETERS =
* MAIL_APPL_OBJ =
* MAIL_RECIPIENT =
* MAIL_SENDER =
* OUTPUT_OPTIONS =
* USER_SETTINGS = 'X'
* IMPORTING
* DOCUMENT_OUTPUT_INFO =
* JOB_OUTPUT_INFO =
* JOB_OUTPUT_OPTIONS =
TABLES
GS_MKPF = INT_MKPF
EXCEPTIONS
FORMATTING_ERROR = 1
INTERNAL_ERROR = 2
SEND_ERROR = 3
USER_CANCELED = 4
OTHERS = 5.

if sy-subrc &amp;lt;&amp;gt; 0.
MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;P&gt;Anver&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pls mark all hlpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Nov 2006 10:23:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720992#M314686</guid>
      <dc:creator>anversha_s</dc:creator>
      <dc:date>2006-11-18T10:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Transaction Code for Smartforms...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720993#M314687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jitendra,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thank you for your solution...&lt;BR /&gt;Its very useful as your solution solved my issue of creating TCODE for my smartform:):):)&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;&lt;/P&gt;&lt;P&gt;Reagrds,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 06:47:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/transaction-code-for-smartforms/m-p/1720993#M314687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-22T06:47:39Z</dc:date>
    </item>
  </channel>
</rss>

