<?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: FM DATA NOT DISPLAY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-data-not-display/m-p/6540372#M1427854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narendrajinger ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The possible issue could be values you are passing in the parameters, Just follow the below code, Hope this resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETER: month TYPE dats DEFAULT sy-datum.

DATA: t_usertcode  TYPE STANDARD TABLE OF sapwlustcx,
      wa_usertcode TYPE sapwlustcx.


CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC'
    EXPORTING
      periodtype            = 'M'
      startdate             = month
      instance              = 'TOTAL '
    TABLES
      application_statistic = t_usertcode
    EXCEPTIONS
      unknown_periodtype    = 1
      no_data_found         = 2
      no_server_given       = 3
      OTHERS                = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 07:11:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-01-20T07:11:27Z</dc:date>
    <item>
      <title>FM DATA NOT DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-data-not-display/m-p/6540371#M1427853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DEAR ALL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I AM USING BELOW MENTIONED FM WITH PARAMETER PERIODTYPE AND STARTDATE. BUT DATA IS NOT DISPLAY.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLEASE EXPLAIN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPWL_WORKLOAD_GET_STATISTIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THANKS&lt;/P&gt;&lt;P&gt;NARENDRA JINGER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 04:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-data-not-display/m-p/6540371#M1427853</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T04:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: FM DATA NOT DISPLAY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-data-not-display/m-p/6540372#M1427854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narendrajinger ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The possible issue could be values you are passing in the parameters, Just follow the below code, Hope this resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETER: month TYPE dats DEFAULT sy-datum.

DATA: t_usertcode  TYPE STANDARD TABLE OF sapwlustcx,
      wa_usertcode TYPE sapwlustcx.


CALL FUNCTION 'SAPWL_WORKLOAD_GET_STATISTIC'
    EXPORTING
      periodtype            = 'M'
      startdate             = month
      instance              = 'TOTAL '
    TABLES
      application_statistic = t_usertcode
    EXCEPTIONS
      unknown_periodtype    = 1
      no_data_found         = 2
      no_server_given       = 3
      OTHERS                = 4.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 07:11:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-data-not-display/m-p/6540372#M1427854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T07:11:27Z</dc:date>
    </item>
  </channel>
</rss>

