<?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 forms in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631320#M281732</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is  for  only sapscript...u have  to use&amp;lt;b&amp;gt; perform&amp;lt;/b&amp;gt; statement for that.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm" target="test_blank"&gt;http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 06:32:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T06:32:14Z</dc:date>
    <item>
      <title>Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631319#M281731</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;I have scenario like I have a form (either SMARTFORM or SAPSCRIPT)and driver program configured in NACE transaction. It is working fine. BUt now I have a ZTABLE and have 2 fields in it. Now I need to retreive these ZTABLE fields in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I link this ZTABLE fields to retrieve this values in the form?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I write just &amp;amp;ZTABLE-FIELDNAME&amp;amp; or is there anything else????? &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;Points will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631319#M281731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631320#M281732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this is  for  only sapscript...u have  to use&amp;lt;b&amp;gt; perform&amp;lt;/b&amp;gt; statement for that.&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm" target="test_blank"&gt;http://www.sap-basis-abap.com//abap/how-to-call-a-subroutine-form-sapscripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:32:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631320#M281732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631321#M281733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fill a internal table with the values from the Z Table and pass it to the smart form function which is been called in the report via the TABLES parameter.Now the internal table will be available in your smart form.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:32:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631321#M281733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631322#M281734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is ur ZTABLE already used in the Driver program or it is new once created and u want add the table now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want add new to able to standard driver program it is not posible,if u want to add the ztable to a driver program created by u then it is posible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the second case u have to select the fields into a internal table and pass them in script.Directly u cannot use the ztable in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope I am clear,let me know for other querys.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reagards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:36:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631322#M281734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631323#M281735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you are right.It is a new ZTABLE and not mention in the driver program.So in this case , I have to use a subroutine.&lt;/P&gt;&lt;P&gt;kindly confirm it....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 06:53:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631323#M281735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T06:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631324#M281736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First U define itab like Ztable in forminterface-&amp;gt;table options. Than define work area, and internal table in global data. U move data form itab to urs work area and internal table in coding part of of global data. then u can use ztable field in everywhere in smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u must pass ztable in smartforms in urs program also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it can help u.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631324#M281736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt in forms</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631325#M281737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ya u are right u have to define routines here in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check it out and let me know if u face any problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 10:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/doubt-in-forms/m-p/1631325#M281737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T10:16:55Z</dc:date>
    </item>
  </channel>
</rss>

