<?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 output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993460#M404991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in NACE u need to attach the form name and program name to the corresponding doc type and output type through a medium.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2007 11:21:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-19T11:21:14Z</dc:date>
    <item>
      <title>script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993459#M404990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;             i hav created a customized script and a print prgram.&lt;/P&gt;&lt;P&gt;             everything is working fine but i m not getting the o/p in the from.&lt;/P&gt;&lt;P&gt;              i suppose  that we hav to create an o/p type in NACE but i dont dont wht to do for customized script.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:19:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993459#M404990</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:19:09Z</dc:date>
    </item>
    <item>
      <title>Re: script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993460#M404991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in NACE u need to attach the form name and program name to the corresponding doc type and output type through a medium.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:21:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993460#M404991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993461#M404992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you only need to created output type in NACE when you want to attach the form to a standard driver program.&lt;/P&gt;&lt;P&gt;Otherwise if it is a custom driver program you just require to call start_form, open_form etc.&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;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993461#M404992</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-19T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993462#M404993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Since yours is a Custom Program and Custom Form, there is no need to assign these things to any output type. Assign some Tcode for your driver program and can execute it. Enter the value on selection screen.&lt;/P&gt;&lt;P&gt;In the program, in the fun Module OPEN_FORM give the Script form number .&lt;/P&gt;&lt;P&gt;so when you execute the program through the Transaction code it will call the script form and display the output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only in the cases of the Std transactions/ application documents like SO, PO, Delivery, Invoice we have to assign the Output type, Program, Script form/Smartform in NACE transaction.&lt;/P&gt;&lt;P&gt;Reward if useful&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:26:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993462#M404993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993463#M404994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;case(1).&lt;/P&gt;&lt;P&gt;Basically we assign a o/p type in the Nace to trigger the output based on application like when we run a delivery or a po etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Output type is assigned in procedures for the form and program name and maintained bin the requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if u want this o/p to trigger on a certain condition/criteria then go for creation of o/p type .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case 2.&lt;/P&gt;&lt;P&gt;But if u have a selection screen in ur driver prog and you jsut want to see the o/p based on the selection criteria no need of o/p in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not mandatory that you need to have an o/p type for custom programs (case 2)  but based on the condition (case 1 )for a transaction /criteria we need to decide whether to have an output type or not.&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:28:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993463#M404994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993464#M404995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnk u all Frnds for ur helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But suppose frnds the custom ( form and print program ) are for a client requirement then also is that we dont hav to create any output type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just let me know regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 11:58:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993464#M404995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T11:58:15Z</dc:date>
    </item>
    <item>
      <title>Re: script output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993465#M404996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, till ou have custom driver program you dont require output type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 12:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output/m-p/1993465#M404996</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-19T12:37:30Z</dc:date>
    </item>
  </channel>
</rss>

