<?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: SAPSCRIPT Beginner in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562022#M584331</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;The (12) specifies the field length u reserve in the script and (l12) specifies the same length for that particular field and prevents the field value to shift to next line, but pls check if its (112).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Jul 2007 14:27:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-23T14:27:38Z</dc:date>
    <item>
      <title>SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562013#M584322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to SAPSCRIPT. What are these two lines below doing? They are in the text editor........Thank-You.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(12)&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(I12)&amp;amp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:18:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562013#M584322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562014#M584323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(12)&amp;amp; brings the value stored in that particular field from that structure that is being used in the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:21:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562014#M584323</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562015#M584324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What does the (12) do and the (I12) do?  Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562015#M584324</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562016#M584325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(12)&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(I12)&amp;amp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the above two are nothing but variables in the script, they are placed between ampersand symbols (&amp;amp;) coz, at run time, data wil be print at that place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sujatha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:24:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562016#M584325</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:24:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562017#M584326</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; SAP SCRIPT uses variables to display the data from the driver program. The data is passed by using variables in between two '&amp;amp;'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; If we need any data to be printed in the form and if this data is not hardcoded then we need to pass this data from the print program to the sap script using variables. These variables are then placed in between two '&amp;amp;'. Once this is done during run time the value of the variable is printed on the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Hope this helps&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:24:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562017#M584326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562018#M584327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(12)&amp;amp;&lt;/P&gt;&lt;P&gt;This will display value of field KOMVD-KAWRT upto 12 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;KOMVD-KAWRT(I12)&amp;amp; &lt;/P&gt;&lt;P&gt;This will display value of field KOMVD-KAWRT upto 12 characters and the value is initial then nothing will be display means no zero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:25:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562018#M584327</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562019#M584328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;brings the values stored in the field kawrt from the table komvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;*&lt;STRONG&gt;reward for useful answers&lt;/STRONG&gt;*&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562019#M584328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562020#M584329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;12 is the length of that field. I12 will help you to position the place where that field shows up on the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562020#M584329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562021#M584330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(12) means that print only first 12 characters of the variable. Sometimes the place where the data to be printed might be limited. So to fit the value in the space available we can use the option. All formatting options are put in brackets. Anything you see in brackets after a variable within the '&amp;amp;" is formatting options provided by sap script editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:26:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562021#M584330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:26:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562022#M584331</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;The (12) specifies the field length u reserve in the script and (l12) specifies the same length for that particular field and prevents the field value to shift to next line, but pls check if its (112).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope u reward points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ameet&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562022#M584331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562023#M584332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would suggest you go though below link ... there are many formatting options available in sapscripts...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/d1/803411454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/d1/803411454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:33:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562023#M584332</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2007-07-23T14:33:04Z</dc:date>
    </item>
    <item>
      <title>Re: SAPSCRIPT Beginner</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562024#M584333</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;In the two lines KOMVD is a structure and KAWRT is a field of that particular structure and 12 is the size of that particular field. it brings the value of that particular field through driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points!!&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Vasudeva Rao&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Jul 2007 14:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-beginner/m-p/2562024#M584333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-23T14:37:24Z</dc:date>
    </item>
  </channel>
</rss>

