<?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: script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603154#M596426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in smartform, with in the server means no need to transport, otherwise transport the C.R .No for  driver program(se38) ,smartform,smartstyles,logo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 26 Jul 2007 13:22:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-26T13:22:35Z</dc:date>
    <item>
      <title>script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603152#M596424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what r text elements in a form?&lt;/P&gt;&lt;P&gt;what can be done if the standard copied form to zform does not contain a window&lt;/P&gt;&lt;P&gt;how to transport smartforms&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 13:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603152#M596424</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T13:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603153#M596425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Text Elements of a Form &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPscript calls the individual text components of a form &lt;/P&gt;&lt;P&gt;text elements. To achieve good structuring and readability, &lt;/P&gt;&lt;P&gt;you assign a fixed name to each text element in the form. &lt;/P&gt;&lt;P&gt;The print program then uses these names to access the &lt;/P&gt;&lt;P&gt;elements. This name applies also for translated versions of &lt;/P&gt;&lt;P&gt;a text element, while the contents of the text elements &lt;/P&gt;&lt;P&gt;depend on the language. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text elements are related to a window, that is, a print &lt;/P&gt;&lt;P&gt;program can call for each window only those text elements &lt;/P&gt;&lt;P&gt;that exist in this window. The screen below (shot in the &lt;/P&gt;&lt;P&gt;SAPscript line editor) shows the definition of the text &lt;/P&gt;&lt;P&gt;elements HEADING and FLIGHTLIST in the window MAIN. The &lt;/P&gt;&lt;P&gt;variables used within '&amp;amp;...&amp;amp;' are replaced by the system at &lt;/P&gt;&lt;P&gt;output time (see also Representing Text Elements in the PC &lt;/P&gt;&lt;P&gt;Editor).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can compare text elements with numbered texts in ABAP &lt;/P&gt;&lt;P&gt;programs (for example, TEXT-001). However, text elements &lt;/P&gt;&lt;P&gt;are much more flexible:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The length of a text element is unlimited.&lt;/P&gt;&lt;P&gt;Text elements may contain variable symbols.&lt;/P&gt;&lt;P&gt;You can use several different formatting options within one &lt;/P&gt;&lt;P&gt;text element.&lt;/P&gt;&lt;P&gt;You can use SAPscript control statements in text elements.&lt;/P&gt;&lt;P&gt;In each window, you may use two different kinds of text &lt;/P&gt;&lt;P&gt;elements:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Elements with Names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Text Elements Without Names&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The print program can Activate Text Elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whenever you copy a standard form to a ZFORM, all the properties of the standard form are copied.&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;A smartform is transported no differently than any other object. if it is assigned to a development class that is atteched to a transport layer, it will be transported. &lt;/P&gt;&lt;P&gt;The definition is transported, and when called, the function module is regenerated. &lt;/P&gt;&lt;P&gt;This leads to an interetsing situation. On the new machine, it is very likely the function module name will be different than the name on the source system. Make sure, before you call the function module, you resolve the external name to the internal name using the 'SSF_FUNCTION_MODULE_NAME' function module. &lt;/P&gt;&lt;P&gt;Typically, generate the SF, then use the pattern to being in the interface. Then change the call function to use the name you get back from the above function module.  &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;Regards,&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 13:21:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603153#M596425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T13:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603154#M596426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in smartform, with in the server means no need to transport, otherwise transport the C.R .No for  driver program(se38) ,smartform,smartstyles,logo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 13:22:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script/m-p/2603154#M596426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T13:22:35Z</dc:date>
    </item>
  </channel>
</rss>

