<?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: hai in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379386#M527912</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;/P&gt;&lt;P&gt;U have a search option in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take effort and search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will get answers for all the questin u have asked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jun 2007 09:20:41 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2007-06-19T09:20:41Z</dc:date>
    <item>
      <title>hai</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379385#M527911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.wt is difference b/w a script &amp;amp; report?&lt;/P&gt;&lt;P&gt;2.wt are the components/elements in sap script?&lt;/P&gt;&lt;P&gt;3.how can we use tables in sap scripts?&lt;/P&gt;&lt;P&gt;4.how to print a logo in a sap script?&lt;/P&gt;&lt;P&gt;5.when we need to modify sandard scripts(eg.medruck)given by sap?&lt;/P&gt;&lt;P&gt;6.wt is the use of transaction code NACE in sap scripts?&lt;/P&gt;&lt;P&gt;7.wt is the print program?&lt;/P&gt;&lt;P&gt;8.wt is the table name that will contain all the script from names and print program names?&lt;/P&gt;&lt;P&gt;9.can you assign your own form to a standard print program?how?&lt;/P&gt;&lt;P&gt;10.wt is use of PROJECT and ENDPROJECT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:11:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379385#M527911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T09:11:38Z</dc:date>
    </item>
    <item>
      <title>Re: hai</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379386#M527912</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;/P&gt;&lt;P&gt;U have a search option in the forum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please take effort and search.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U will get answers for all the questin u have asked...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 09:20:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379386#M527912</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-06-19T09:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: hai</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379387#M527913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;1.wt is difference b/w a script &amp;amp; report?&lt;/P&gt;&lt;P&gt;Script is a form which has a layout set as per the company standards and can be used for external use too. Generally reports are designed for internal use for in house users &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A script is a used for printing company specific documents as shipping labels, invoice, purchase order etc. it is basically meant for printing as copy to the customer or others. it is client dependent. It can never be interactive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, a report is an executable program which can be static or interactive used to automate an existing business functionality which is mainly used for reporting purpose. it is client independent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.wt are the components/elements in sap script?&lt;/P&gt;&lt;P&gt;Pages&lt;/P&gt;&lt;P&gt;Windows&lt;/P&gt;&lt;P&gt;Page Windows&lt;/P&gt;&lt;P&gt;Paragraph formats&lt;/P&gt;&lt;P&gt;Character Formats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3.how can we use tables in sap scripts?&lt;/P&gt;&lt;P&gt;In Smartforms, we have an option called Tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.how to print a logo in a sap script?&lt;/P&gt;&lt;P&gt;Go through the following Procedure&lt;/P&gt;&lt;P&gt;You can achieve as per below:&lt;/P&gt;&lt;P&gt;1) Upload your logo via SE78.&lt;/P&gt;&lt;P&gt;- Select 'Import' button from application toolbar of SE78, and perform upload.&lt;/P&gt;&lt;P&gt;2) upload that coloured Logo into SAP Script output&lt;/P&gt;&lt;P&gt;In tcode SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;6.wt is the use of transaction code NACE in sap scripts?&lt;/P&gt;&lt;P&gt;7.wt is the print program?&lt;/P&gt;&lt;P&gt;9.can you assign your own form to a standard print program?how?&lt;/P&gt;&lt;P&gt;All about NACE&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3275826"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3485460"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3367605"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3469268"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3270134"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="3331164"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.wt is the table name that will contain all the script from names and print program names?&lt;/P&gt;&lt;P&gt;If it is custom script and not attached to output&lt;/P&gt;&lt;P&gt;types then check table TTXFP.&lt;/P&gt;&lt;P&gt;If it is attached to output types in NACE transaction then&lt;/P&gt;&lt;P&gt;check table TNAPR.&lt;/P&gt;&lt;P&gt;Go to transaction code NACE.&lt;/P&gt;&lt;P&gt;for example for PO(Purchase Order):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to NACE tcode&lt;/P&gt;&lt;P&gt;2. select EF and click on Output Types&lt;/P&gt;&lt;P&gt;3. double clk on NEU&lt;/P&gt;&lt;P&gt;4. double clk on Processing Routines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there u can see the Program Name and the Form Name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10.wt is use of PROJECT and ENDPROJECT? &lt;/P&gt;&lt;P&gt;R u sure...is it &amp;lt;b&amp;gt;PROJECT&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more info check this URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jun 2007 19:09:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hai/m-p/2379387#M527913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-19T19:09:16Z</dc:date>
    </item>
  </channel>
</rss>

