<?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 Calling a Z-Report using a Function Module. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154067#M1369098</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;&lt;/P&gt;&lt;P&gt;Kindly provide me help in:  &lt;/P&gt;&lt;P&gt;How to call a Z-Report which generates a flat file in the Application server. And which I want to call using a Function Module and display all the fields which are generated in the file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps I've already done:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I've created a Function Module&lt;/P&gt;&lt;P&gt;2) Created a structure which I've used in the Tables tab of the FM&lt;/P&gt;&lt;P&gt;3) Used:&lt;/P&gt;&lt;P&gt;   SUBMIT ZSCOMAR&lt;/P&gt;&lt;P&gt;                VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;                USING SELECTION-SET 'Variant'&lt;/P&gt;&lt;P&gt;               AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output whichI'm receiving:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the no. of rows is shown but not the fields individually. &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;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Sep 2009 08:41:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-24T08:41:20Z</dc:date>
    <item>
      <title>Calling a Z-Report using a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154067#M1369098</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;&lt;/P&gt;&lt;P&gt;Kindly provide me help in:  &lt;/P&gt;&lt;P&gt;How to call a Z-Report which generates a flat file in the Application server. And which I want to call using a Function Module and display all the fields which are generated in the file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steps I've already done:&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I've created a Function Module&lt;/P&gt;&lt;P&gt;2) Created a structure which I've used in the Tables tab of the FM&lt;/P&gt;&lt;P&gt;3) Used:&lt;/P&gt;&lt;P&gt;   SUBMIT ZSCOMAR&lt;/P&gt;&lt;P&gt;                VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;                USING SELECTION-SET 'Variant'&lt;/P&gt;&lt;P&gt;               AND RETURN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output whichI'm receiving:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only the no. of rows is shown but not the fields individually. &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;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sreedhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 08:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154067#M1369098</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T08:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Z-Report using a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154068#M1369099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can either :&lt;/P&gt;&lt;P&gt;display the data from the ZPROGRAM(by editing it)&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;by reading the file again in you FM using open dataset, read dataset, close dataset. and display the content&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 08:44:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154068#M1369099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T08:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a Z-Report using a Function Module.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154069#M1369100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You very Much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2009 08:55:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-z-report-using-a-function-module/m-p/6154069#M1369100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-24T08:55:41Z</dc:date>
    </item>
  </channel>
</rss>

