<?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: Doubt in Scripts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740656#M900374</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;abinava siri &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;note:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; &lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;i just make on point clear the form name in the formname column is not the 100% true form name as there i have gone through some driver program where ppl use a different smartform / script name thatz y make sure u check the name of sapscript in dreiver program u hav to check the name of form i/p to FM if it is directly from nast den smartform is same as mentioned in nace&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2008 11:49:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-06T11:49:10Z</dc:date>
    <item>
      <title>Doubt in Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740653#M900371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I look over to NACE transaction, There in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;output types-&amp;gt;Processing Routines, I observed Program name,&lt;/P&gt;&lt;P&gt;Form Routine, and Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think program is nothing but Driver Program, and Form is nothing but Form Layout,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can any one tell me what is exactly Form Routine.What is the use of that, How can i check that one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why because when i observe some output type , those are not linked with Form,They have only Program name,Form Routine name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please can any one suggest me...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;               Thanks in Advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Siri...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 10:45:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740653#M900371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T10:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740654#M900372</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;without form routine we can't able to print form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it contains print parameters and output types configuration information in nast table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which memory and which output type it has configured.&lt;/P&gt;&lt;P&gt;it is link with output type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will link form and print program through output type in nast.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with out that it is not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perticularly edi,ale form is not required why means using message type means output type it will identify idoc type in partner profiles.these are based on partner profiles and port configuration .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just execute and generate idoc in file format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no need print printview of that.&lt;/P&gt;&lt;P&gt;using function module master_idoc_distribute  generate idoc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maintained configuratiopn details in condition record of that idoc based on condition record it will transmitt idoc to perticular receipient.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 11:33:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740654#M900372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T11:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740655#M900373</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;The form routine in this case is the subroutine that will be called in the driver program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 11:37:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740655#M900373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T11:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740656#M900374</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;abinava siri &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;note:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; &lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;i just make on point clear the form name in the formname column is not the 100% true form name as there i have gone through some driver program where ppl use a different smartform / script name thatz y make sure u check the name of sapscript in dreiver program u hav to check the name of form i/p to FM if it is directly from nast den smartform is same as mentioned in nace&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 11:49:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740656#M900374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T11:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in Scripts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740657#M900375</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;Form routine is nothing but a form in the 'program name' thru which control enters. e..g take any one example in nace. Just copy the FORM ROUTINE via Control C &amp;amp; double click on program name &amp;amp; then in find use Control V &amp;amp; press enter it will comd to the form routine. To Confirm that control enters thru this just put a break point in this routine &amp;amp; execute the corresponding transaction/Program , control will halt at the break point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this clarifies the matter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raju chitale&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2008 11:54:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-scripts/m-p/3740657#M900375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-06T11:54:43Z</dc:date>
    </item>
  </channel>
</rss>

