<?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 Execute this fm in a program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-this-fm-in-a-program/m-p/1994969#M405485</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call this fm "BDL_SYSTEM_INFO" in a program and display the results. But unfortunately not at all able to do it. Since in the fm it refers to a structure "BDLSYSTINF" and tried to declare this in my prgram but stil get even get the results out of it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be of great use to me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Prashant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2007 23:58:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-08T23:58:18Z</dc:date>
    <item>
      <title>Execute this fm in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-this-fm-in-a-program/m-p/1994969#M405485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to call this fm "BDL_SYSTEM_INFO" in a program and display the results. But unfortunately not at all able to do it. Since in the fm it refers to a structure "BDLSYSTINF" and tried to declare this in my prgram but stil get even get the results out of it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be of great use to me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Prashant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2007 23:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-this-fm-in-a-program/m-p/1994969#M405485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-08T23:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Execute this fm in a program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/execute-this-fm-in-a-program/m-p/1994970#M405486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.  Works good in my system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

REPORT zrich_0001.

DATA: system_info TYPE TABLE OF bdlsystinf.
DATA: wa LIKE LINE OF system_info.

CALL FUNCTION 'BDL_SYSTEM_INFO'
  TABLES
    system_info = system_info.
LOOP AT system_info INTO wa.
  WRITE:/ wa-key, wa-value.
ENDLOOP.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2007 00:01:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/execute-this-fm-in-a-program/m-p/1994970#M405486</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-03-09T00:01:37Z</dc:date>
    </item>
  </channel>
</rss>

