<?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: SAP script. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675961#M885243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay @  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the table for Excise duty availed on a material.i.e if a Material contains some Excise duties then this table comes into Picture, and about (12),(13) is the lenght of the field,&lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chapid(12) means chapter id of material and in output it should only display 12 charecters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;MENGE1(13)&amp;amp; means this field in output ,it displays only 13 charecters.&lt;/P&gt;&lt;P&gt;(12) describes Length of that field at output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u change it to Chapid(11) then then at output i can see only 11 charecters of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves u r problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2008 05:56:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-18T05:56:31Z</dc:date>
    <item>
      <title>SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675957#M885239</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;&lt;/P&gt;&lt;P&gt;pls explain this code.&lt;/P&gt;&lt;P&gt;Its from SAP script (Edit text)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;j_1iexcdtl-maktx&amp;amp;,,&amp;amp;j_1iexcdtl-Chapid(12)&amp;amp;,,&amp;amp;MENGE1(13)&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eg: &lt;STRONG&gt;Chapid(12)&amp;amp;,,&amp;amp;,,&amp;amp;MENGE1(13)&amp;amp;&lt;/STRONG&gt; what is use of &lt;STRONG&gt;(12) and (13)&lt;/STRONG&gt; after symbol?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls explain me,&lt;/P&gt;&lt;P&gt;Reward all helpful answers.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Jay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 05:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675957#M885239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T05:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675958#M885240</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;&lt;STRONG&gt;The menge has length of 13 and 3 decimals....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The quantity fields should not exceed the length so we are restriciting the length&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;priya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Banupriya R on Apr 18, 2008 7:47 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Banupriya R on Apr 18, 2008 7:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 05:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675958#M885240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T05:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675959#M885241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Jay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number written in ( ) indicates the length of that field&lt;/P&gt;&lt;P&gt;and also ,, indicates one tab space in the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope its Useful..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kota&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 05:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675959#M885241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T05:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675960#M885242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;(12) and (13) is the maximum length that is assigned to the value of both fields.&lt;/P&gt;&lt;P&gt;pls reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 05:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675960#M885242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T05:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675961#M885243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jay @  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the table for Excise duty availed on a material.i.e if a Material contains some Excise duties then this table comes into Picture, and about (12),(13) is the lenght of the field,&lt;/P&gt;&lt;P&gt;i.e &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chapid(12) means chapter id of material and in output it should only display 12 charecters&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;MENGE1(13)&amp;amp; means this field in output ,it displays only 13 charecters.&lt;/P&gt;&lt;P&gt;(12) describes Length of that field at output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u change it to Chapid(11) then then at output i can see only 11 charecters of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves u r problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if found helpful. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 05:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675961#M885243</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T05:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: SAP script.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675962#M885244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Depending on the source,  the value of a symbol comes from, they can be categorized as follows:&lt;/P&gt;&lt;P&gt;	- SYSTEM symbols&lt;/P&gt;&lt;P&gt;	- PROGRAM symbols&lt;/P&gt;&lt;P&gt;	- STANDARD symbols&lt;/P&gt;&lt;P&gt;	- TEXT symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORMATTING of the symbol can be done in following different ways:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL+ 4&amp;amp;		= Off set&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;amp;SYMBOL(5)&amp;amp;		= Length&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(I)&amp;amp;		= If  the symbol is initial, output nothing  &lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(Z)&amp;amp;		= Suppress leading zeros&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(C)&amp;amp;		= Compress blanks&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(R)&amp;amp;		= Right-justified output&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(S)&amp;amp;		= Suppress +/- sign&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(5,2)&amp;amp;		= Decimal place formatting&lt;/P&gt;&lt;P&gt;&amp;amp;SYMBOL(E3)&amp;amp;		= Exponential notation&lt;/P&gt;&lt;P&gt;&amp;amp;&amp;#146;text1&amp;#146;SYMBOL&amp;#146;text2&amp;#146;&amp;amp;	= Concatenation of symbol and text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Examples :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. If&lt;/P&gt;&lt;P&gt;         data : v_alfa(9) type c default '123456789'.&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;         &amp;amp;V_ALFA(5)&amp;amp; will print 12345&lt;/P&gt;&lt;P&gt;         &amp;amp;V_ALFA+5(4)&amp;amp; will print 6789&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Please Reward, If Helpful&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ajay Jangid&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;IBM India Pvt. Ltd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 06:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script/m-p/3675962#M885244</guid>
      <dc:creator>AjayJangid</dc:creator>
      <dc:date>2008-04-18T06:22:33Z</dc:date>
    </item>
  </channel>
</rss>

