<?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 Scripts. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584967#M263729</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;check the table TNAPR to find print program or in tcode NACE. or in sapscript editor there is button in application tool bar called Program Symbols... click on that it pops-up with print program name assigned to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all above will work only if the executed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for allignment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use tab spaces allignment in paragraph format as right for the amount or use decimal with ( , ) to show it as..&lt;/P&gt;&lt;P&gt;__________________&lt;/P&gt;&lt;P&gt;   2.136,78&lt;/P&gt;&lt;P&gt;  16.000,65&lt;/P&gt;&lt;P&gt;     514,96&lt;/P&gt;&lt;P&gt;__________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for tab space use 2 commas EG: ,,&amp;amp;fieldname&amp;amp;,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Sep 2006 16:04:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-29T16:04:48Z</dc:date>
    <item>
      <title>SAP Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584964#M263726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have to align  USD under Amount in... all the amount to be left aligned ... &amp;amp; the final summation under Totals... for Statement of Accounts... how do I do that ??&lt;/P&gt;&lt;P&gt;How do I get which ABAP program is being used for this data generation...&lt;/P&gt;&lt;P&gt;   ___________&lt;/P&gt;&lt;P&gt;    Amount in &lt;/P&gt;&lt;P&gt;             USD&lt;/P&gt;&lt;P&gt;   ____________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2.136,78&lt;/P&gt;&lt;P&gt;16.000,65&lt;/P&gt;&lt;P&gt;   514,96&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   _____________&lt;/P&gt;&lt;P&gt;    Totals&lt;/P&gt;&lt;P&gt;   _____________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;18652,39&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 15:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584964#M263726</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T15:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584965#M263727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;to know the Driver program,you can check it in NACE transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for alignment,you have use TABS option available in Paragraph format.&lt;/P&gt;&lt;P&gt;create the TABS with LEFT JUSTIFIED and use them in the text editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;,,&amp;lt;/b&amp;gt; represents 1 tab position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srikanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Srikanth Kidambi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 15:56:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584965#M263727</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T15:56:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584966#M263728</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;For checking the Driver program you can you can use TNAPR table and also from &amp;lt;b&amp;gt;SE71 display the form and goto menu Form-&amp;gt;Check-&amp;gt;texts and select all the checkbox incl res,&amp;lt;/b&amp;gt; You will get the print program name in another window.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the tabs for alignment as mentioned by srikanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 16:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584966#M263728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T16:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Scripts.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584967#M263729</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;check the table TNAPR to find print program or in tcode NACE. or in sapscript editor there is button in application tool bar called Program Symbols... click on that it pops-up with print program name assigned to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;all above will work only if the executed successfully.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for allignment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use tab spaces allignment in paragraph format as right for the amount or use decimal with ( , ) to show it as..&lt;/P&gt;&lt;P&gt;__________________&lt;/P&gt;&lt;P&gt;   2.136,78&lt;/P&gt;&lt;P&gt;  16.000,65&lt;/P&gt;&lt;P&gt;     514,96&lt;/P&gt;&lt;P&gt;__________________&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for tab space use 2 commas EG: ,,&amp;amp;fieldname&amp;amp;,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Sep 2006 16:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-scripts/m-p/1584967#M263729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-29T16:04:48Z</dc:date>
    </item>
  </channel>
</rss>

