<?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: smartforms Driver programs or Z program? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625950#M279690</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think driver program is needed for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an Application form then attach that smartform to this application form. Assign that smartform to Contract account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 14:06:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T14:06:10Z</dc:date>
    <item>
      <title>smartforms Driver programs or Z program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625949#M279689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sap gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to have a suggestion from u all.&lt;/P&gt;&lt;P&gt;I need to develop a invoice on smartforms. I am wondering whether driver program rlb_invoice and form lb_bil_invoice is pretty efficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nor developing our own ZPrograms. Bcos the forms only require couple of modifications. Can u suggest me which one to go? and whats the usual procedure ? whether driver programs or Z programs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanxs in Advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 13:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625949#M279689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T13:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms Driver programs or Z program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625950#M279690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hari,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think driver program is needed for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create an Application form then attach that smartform to this application form. Assign that smartform to Contract account.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:06:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625950#M279690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T14:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms Driver programs or Z program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625951#M279691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The difference is pretty straight, as you mention the form just need some modifications means you have to create a Z-form.&lt;/P&gt;&lt;P&gt;Also if all ur requirements are satisfied thru the standard driver program go with that but the problem is you cannot control the flow....it will go as per predefined routines and any changes will lead to a Z-program.&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>Fri, 06 Oct 2006 14:08:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625951#M279691</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2006-10-06T14:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: smartforms Driver programs or Z program?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625952#M279692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hari,&lt;/P&gt;&lt;P&gt;Many cases we won't touch the Driver programs, if the basic logic need to be changed then we touch the Driver program, so in your case, just copy the layout to Zlayout and do the modifications, if you want to write any code in that then you can use the External performs .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mark all the helpful answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 14:09:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/smartforms-driver-programs-or-z-program/m-p/1625952#M279692</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T14:09:24Z</dc:date>
    </item>
  </channel>
</rss>

