<?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: output type in sap script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572421#M258392</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;Some useful info about output type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;An output type (or also a "condition type") summarizes messages of the same meaning. It contains parameters that are valid for all its assigned messages, for example appropriate partner functions.&lt;BR /&gt;&lt;BR /&gt;BA00 (order confirmation), MAIL (internal message), KRML (credit limit exceeded)&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;For each transmission medium, one form routine in a program is assigned to the output type. This form routine is called for processing the message (message status record).&lt;BR /&gt;&lt;BR /&gt;For transmission medium 7: SAPoffice mail you can assign the output type title and text of mails which are used as default values in the condition records, that is to say, in the messages. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Output types come after procedures in the condition component hierarchy. One access sequence (next hierarchy level) is assigned to the output type. In addition, one or more condition tables (last hierarchy level) can be assigned to an access sequence.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Defining Output Types&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;You can select one of the two following alternatives: &lt;BR /&gt;· Select the appropriate activity from Customizing in the relevant application&lt;BR /&gt;&lt;BR /&gt;· Use transaction NACE in expert mode. The following describes this alternative.&lt;BR /&gt;&lt;BR /&gt;Select your application and select Edit ® Output types. &lt;BR /&gt;In change mode select Edit ® New entries. You can also define default values for the condition records in your new definition. &lt;BR /&gt;Save your entries.&lt;BR /&gt;&lt;BR /&gt;The following diagram shows that for order messages the output type BA00 (order confirmation) was defined with condition access (that is to say the message determination is called). Here you can also determine whether specific processing times should be excluded. In addition, control parameters for message determination and exits (that can occur during message determination) are declared for the transmission media "Print" and "Mail" (SAPoffice).&lt;BR /&gt;&lt;BR /&gt;Default values are declared for the condition record for output type BA00, for example transmission medium 6 (EDI). It makes no sense to create a communication strategy for this transmission medium. It makes sense for transmission medium 5: &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Defining Processing Program and Form&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;Prerequisites&lt;BR /&gt;&lt;BR /&gt;You are in the maintenance dialog for output types.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose your output type ("condition type") and choose processing routine.&lt;/P&gt;&lt;P&gt;Enter in change mode for the requested transmission medium a processing program, a form routine, and if applicable an SAPscript form. For a transmission medium that has not yet been entered, choose Edit ® New entries.&lt;/P&gt;&lt;P&gt;Save your entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Oct 2006 08:30:07 GMT</pubDate>
    <dc:creator>santhosh_patil</dc:creator>
    <dc:date>2006-10-17T08:30:07Z</dc:date>
    <item>
      <title>output type in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572419#M258390</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;what is this output type?why it is needed?&lt;/P&gt;&lt;P&gt;i have developed a print prog for exise invoice &lt;/P&gt;&lt;P&gt;but not used output type anywhere to see the output of the form. &lt;/P&gt;&lt;P&gt;so my question is when this output type is reqired and when not?&lt;/P&gt;&lt;P&gt;whther i should create output type for the above print program also. whether it is good practice to have output type? if yes why and how can we create output type for my above program?&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 07:49:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572419#M258390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T07:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: output type in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572420#M258391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sanjeev &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Will try to keep it this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Considering an example whereby we need to print an invoice whenever it is generated, an output type will be configured and assigned via Output Determination procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Here just by assigning the output type, the system will not know which form to use for printing.&lt;/P&gt;&lt;P&gt;  Hence we will be specifying the driver program, form name and routine where the process has to start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  So when an invoice is generated, throught the output determination procedure it will recognize the output type to be inserted and then the associated form and print program for the generation of document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Second case is a print program and form whereby these need not be associated to any output types. This is a normal report program which when executed will generate a document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Hope i have managed to give you some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:17:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572420#M258391</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-17T08:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: output type in sap script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572421#M258392</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;Some useful info about output type..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;Definition&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;An output type (or also a "condition type") summarizes messages of the same meaning. It contains parameters that are valid for all its assigned messages, for example appropriate partner functions.&lt;BR /&gt;&lt;BR /&gt;BA00 (order confirmation), MAIL (internal message), KRML (credit limit exceeded)&lt;BR /&gt;&lt;BR /&gt;Use&lt;BR /&gt;&lt;BR /&gt;For each transmission medium, one form routine in a program is assigned to the output type. This form routine is called for processing the message (message status record).&lt;BR /&gt;&lt;BR /&gt;For transmission medium 7: SAPoffice mail you can assign the output type title and text of mails which are used as default values in the condition records, that is to say, in the messages. &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Integration&lt;/P&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;Output types come after procedures in the condition component hierarchy. One access sequence (next hierarchy level) is assigned to the output type. In addition, one or more condition tables (last hierarchy level) can be assigned to an access sequence.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Defining Output Types&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;You can select one of the two following alternatives: &lt;BR /&gt;· Select the appropriate activity from Customizing in the relevant application&lt;BR /&gt;&lt;BR /&gt;· Use transaction NACE in expert mode. The following describes this alternative.&lt;BR /&gt;&lt;BR /&gt;Select your application and select Edit ® Output types. &lt;BR /&gt;In change mode select Edit ® New entries. You can also define default values for the condition records in your new definition. &lt;BR /&gt;Save your entries.&lt;BR /&gt;&lt;BR /&gt;The following diagram shows that for order messages the output type BA00 (order confirmation) was defined with condition access (that is to say the message determination is called). Here you can also determine whether specific processing times should be excluded. In addition, control parameters for message determination and exits (that can occur during message determination) are declared for the transmission media "Print" and "Mail" (SAPoffice).&lt;BR /&gt;&lt;BR /&gt;Default values are declared for the condition record for output type BA00, for example transmission medium 6 (EDI). It makes no sense to create a communication strategy for this transmission medium. It makes sense for transmission medium 5: &lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Defining Processing Program and Form&lt;/P&gt;&lt;/B&gt; &lt;BR /&gt;&lt;BR /&gt;Prerequisites&lt;BR /&gt;&lt;BR /&gt;You are in the maintenance dialog for output types.&lt;BR /&gt;&lt;BR /&gt;&lt;B&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose your output type ("condition type") and choose processing routine.&lt;/P&gt;&lt;P&gt;Enter in change mode for the requested transmission medium a processing program, a form routine, and if applicable an SAPscript form. For a transmission medium that has not yet been entered, choose Edit ® New entries.&lt;/P&gt;&lt;P&gt;Save your entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Oct 2006 08:30:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-type-in-sap-script/m-p/1572421#M258392</guid>
      <dc:creator>santhosh_patil</dc:creator>
      <dc:date>2006-10-17T08:30:07Z</dc:date>
    </item>
  </channel>
</rss>

