<?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: How to pass data to SAP script form from an Include Program.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097315#M1359709</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;Are you using standard driver program for the script. You need to create a subroutine pool and then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form get_totals tables in_tab  type ty_itcsy                "#EC CALLED
                       out_tab type ty_itcsy.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ansari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 07:31:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-15T07:31:52Z</dc:date>
    <item>
      <title>How to pass data to SAP script form from an Include Program..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097314#M1359708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to call an SAP script form from an Include program in an user exit.&lt;/P&gt;&lt;P&gt;But the data was not displayed. It was showing an error like "Unknown Symbol" in form.&lt;/P&gt;&lt;P&gt;So the data was not mapping. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We can send data to an SAP script form from an executable program.&lt;/P&gt;&lt;P&gt;Can we send the data using include program. Is there any way that we can send data...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Waiting for reply....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 07:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097314#M1359708</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T07:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass data to SAP script form from an Include Program..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097315#M1359709</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;Are you using standard driver program for the script. You need to create a subroutine pool and then use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
form get_totals tables in_tab  type ty_itcsy                "#EC CALLED
                       out_tab type ty_itcsy.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ansari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 07:31:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097315#M1359709</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T07:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass data to SAP script form from an Include Program..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097316#M1359710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please write the code to call the sap script, in an executable program. Then call the executable program, from the include , which you have mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 07:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097316#M1359710</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2009-09-15T07:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to pass data to SAP script form from an Include Program..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097317#M1359711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasanna,&lt;/P&gt;&lt;P&gt;Firstly thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried that way.. but its not working... &lt;/P&gt;&lt;P&gt;I have tried using the memory variable, then it works fine but i think this was not the proper way as the program will be some what complex as the no of line items increases..&lt;/P&gt;&lt;P&gt;So I would like to know if there is any other way.. so that it could be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 09:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-pass-data-to-sap-script-form-from-an-include-program/m-p/6097317#M1359711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T09:21:23Z</dc:date>
    </item>
  </channel>
</rss>

