<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SAPLab-SAP Tips! ABAP Tips! &#187; SAP Script &amp; Smart Forms</title>
	<atom:link href="http://www.saplab.net/tag/sap-script-and-smart-forms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.saplab.net</link>
	<description>SAP ABAP User!</description>
	<lastBuildDate>Fri, 09 Dec 2011 14:09:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>SAP ABAP SMARFORM tutorial(PDF version)</title>
		<link>http://www.saplab.net/sap-abap-smarform-tutorial/</link>
		<comments>http://www.saplab.net/sap-abap-smarform-tutorial/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 01:58:42 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[SAP Script & Smart Forms]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=86</guid>
		<description><![CDATA[What is SAP SMARTFORM? There is a PDF version tutorial about SMARTFORM by SDN. SMARTFORM-tutorial Download Related PostsDifference between SAPSCRIPTS...]]></description>
			<content:encoded><![CDATA[<p>What is SAP SMARTFORM? There is a PDF version tutorial about SMARTFORM by SDN.</p>
<p><img class="alignnone" title="SMARTFORM" src="http://www.saplab.net/wp-content/uploads/2009/07/download_icon.gif" alt="" width="70" height="70" /><a href="http://www.saplab.net/wp-content/uploads/2009/10/smartform-tutorial.pdf">SMARTFORM-tutorial Download</a></p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/difference-between-sapscripts-smartforms/" title="Difference between SAPSCRIPTS &#038; SMARTFORMS">Difference between SAPSCRIPTS &#038; SMARTFORMS</a></li><li><a href="http://www.saplab.net/smart-forms-multiple-language/" title="Smart forms multiple language">Smart forms multiple language</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/sap-abap-smarform-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference between SAPSCRIPTS &amp; SMARTFORMS</title>
		<link>http://www.saplab.net/difference-between-sapscripts-smartforms/</link>
		<comments>http://www.saplab.net/difference-between-sapscripts-smartforms/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:35:08 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[ABAP Interview]]></category>
		<category><![CDATA[SAP Script & Smart Forms]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[SAPscript]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=61</guid>
		<description><![CDATA[Difference with SMARTFORMS vs. SapScript(SE71) The Following are the differences :- a) Multiple page formats are possible in smartforms which...]]></description>
			<content:encoded><![CDATA[<p><strong>Difference with SMARTFORMS vs. SapScript(SE71)</strong></p>
<p><strong>The Following are the differences :- </strong></p>
<p>a) Multiple page formats are possible in smartforms which is not the case in SAPScripts</p>
<p>b) It is possible to have a smartform without a main window .</p>
<p>c) Labels cannot be created in smartforms.</p>
<p>d) Routines can be written in smartforms tool.</p>
<p>e) Smartforms generates a function module when activated.</p>
<p>f) Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.</p>
<p>g)sap script is client dependent,smartform is client independent.</p>
<p>h)sap script main window is mandotary,smartform not mandatory</p>
<p>i)sap script 99 main windows, smartform only one main window</p>
<p>j)you can post sap scripts diretely to web but this is not possible in the case of smartform.</p>
<p>via <a href="http://www.saptechies.com/difference-between-sapscripts-smartforms/" target="_blank">http://www.saptechies.com/difference-between-sapscripts-smartforms/</a></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<h3><span class="mw-headline">The Following are the differences</span></h3>
<ul>
<li> Multiple page formats are possible in smartforms which is not the case in SAPScripts</li>
<li> It is possible to have a smartform without a main window .</li>
<li> Labels cannot be created in smartforms.</li>
<li> Routines can be written in smartforms tool.</li>
<li> Smartforms generates a function module when activated.
<ul>
<li> Contributed by : SAP ABAP/4 Programming, Basis Administration, Configuration Hints and Tips</li>
</ul>
</li>
<li> Unlike sapscripts (RSTXSCRP), you cannot upload/download Smartform to your local harddisk.</li>
</ul>
<p>It was said that it was provided in CRM 3.0 version, but not available in R/3. You can download smartforms into Local PC in a XML format. In the same way you can upload this XML format into Smartform. From the smartform editor itself you can call download option, if you are working in CRM 3.0 environment.</p>
<p>In R3 also, you can download into XML format. However, it&#8217;s not sure about uploading. Refer to the program &#8216;SF_XSF_DEMO&#8217;.</p>
<p>In 4.7 Enterprise, other have seen this utlity which is completey missing in 4.6c. There is functionality to downlaod a complete form or only a particular node. (Utilities -&gt; Download form). It will create a XML file and save it in the hard disk.</p>
<p>For others, if you want to download/upload the Smartforms source, you will need the help from the Basis people. What you can do is to create a Transport and then FTP down to your local harddisk. When you need the Smartform source in another system, you have FTP up the Smartforms file back to the SAP server. Finally, the Basis team, will tp it into your system.</p>
<p>The protect and endprotect command in sapscript doesn&#8217;t work with smartforms. For example on a invoice: First data of position no 80. is printed on page one, other data of position no 80 is printed on page 2. And there&#8217;s nothing you can do about it. Actually, there is something you can do about it. By using a folder node and checking the &#8216;protect&#8217; checkbox, everything in that folder will be page protected.<br />
FAQ on Migrating SAPscript to SmartForms Is it possible to migrate a SAPscript form to a Smart Form? Smart Forms provides a migration tool for this purpose which migrates layout and texts of a SAPscript form to a Smart Form. It does not migrate SAPscript form logic of the print program. Using Smart Forms, this logic is described by the tree structure of the Form Builder. The effort involved in migrating it depends on the complexity of the print program.</p>
<p>via http://it.toolbox.com/wiki/index.php/SAP_Smart_Forms</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/difference-between-badi-and-user-exits/" title="Difference Between BADI and User Exits">Difference Between BADI and User Exits</a></li><li><a href="http://www.saplab.net/fico-interview-questions-answers-pdf-version/" title="FI/CO Interview Questions &#038; Answers(PDF version)">FI/CO Interview Questions &#038; Answers(PDF version)</a></li><li><a href="http://www.saplab.net/fico-interview-question-answers/" title="FI/CO Interview Questions &#038; Answers">FI/CO Interview Questions &#038; Answers</a></li><li><a href="http://www.saplab.net/sap-abap-smarform-tutorial/" title="SAP ABAP SMARFORM tutorial(PDF version)">SAP ABAP SMARFORM tutorial(PDF version)</a></li><li><a href="http://www.saplab.net/smart-forms-multiple-language/" title="Smart forms multiple language">Smart forms multiple language</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/difference-between-sapscripts-smartforms/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Smart forms multiple language</title>
		<link>http://www.saplab.net/smart-forms-multiple-language/</link>
		<comments>http://www.saplab.net/smart-forms-multiple-language/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 04:26:04 +0000</pubDate>
		<dc:creator>Jack</dc:creator>
				<category><![CDATA[SAP Script & Smart Forms]]></category>
		<category><![CDATA[LANGUAGE]]></category>

		<guid isPermaLink="false">http://www.saplab.net/?p=57</guid>
		<description><![CDATA[Question: hi I have to display multiple languages in same page in smartfroms I have to display like Customer Name:...]]></description>
			<content:encoded><![CDATA[<p><a href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/smart-forms-multiple-language-814070" target="_blank">Question:</a></p>
<div style="clear: left; padding-top: 10px;">hi<br />
I have to display multiple  languages in same page in smartfroms<br />
I have to display like</p>
<p>Customer  Name: &amp;kna1-name1&amp;<br />
&lt;Customer Name in japaneese&gt;<br />
&lt;Customer  Name in Fench&gt;<br />
the output should be like<br />
Customer Name: John  Smith<br />
Japaneese<br />
french<br />
The point is John Smith should be printed only  in English<br />
but &#8216;Customer Name&#8217; should be in in english japaneese and  french.<br />
I am abel to copy and paste the japneese language from word sheet  into text</p>
<p>elements but they are not getting displayed in the  output.<br />
Any help in this is greatly appreciated</p></div>
<div style="clear: left; padding-top: 10px;"><a href="http://sap.ittoolbox.com/groups/technical-functional/sap-dev/smart-forms-multiple-language-814070" target="_blank">Answer:</a></div>
<div style="clear: left; padding-top: 10px;">I faces a similar problem but instead of using SAPScript text I used<br />
Text  Modules (which can be translated into different languages) and then<br />
just set  the Language field as a variable to the correct language. It<br />
simplified the  whole process as the Transport system will actually<br />
transport Text Modules  and the translations instead of having to<br />
maintain the Standard Text in each  system.</p>
<p>In TCode SMARTFORMS, click on the Text Module radio button, and  enter<br />
the name of the text module.<br />
Enter your text in whatever language  you are logged in as, save and<br />
activate.</p>
<p>In TCode SE63 use menu path  Translation &#8211;&gt; R3 Enterprise &#8211;&gt; Other Long<br />
Text.<br />
Select SSF (SAP  Smart Forms) from the Popup box.<br />
Enter the name of the Text Module, you  created in the first step, into<br />
the Object line.<br />
Choose the Source  language you created in and Target Language you what<br />
to translate  too.</p>
<p>Cut and past your text from Word and Save Active.</p>
<p>In the  Smart Form use the Text Type &#8216;M&#8217; Text Module. Enter the name of<br />
the Text  Module you created. Set the Language to be a variable and enter<br />
the variable  that holds which language you want to print in.</p>
<p>Hope this helps, and I  find Text Modules much easier to work with then<br />
SAPScript Text.</p></div>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.saplab.net/sap-abap-smarform-tutorial/" title="SAP ABAP SMARFORM tutorial(PDF version)">SAP ABAP SMARFORM tutorial(PDF version)</a></li><li><a href="http://www.saplab.net/difference-between-sapscripts-smartforms/" title="Difference between SAPSCRIPTS &#038; SMARTFORMS">Difference between SAPSCRIPTS &#038; SMARTFORMS</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.saplab.net/smart-forms-multiple-language/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

