<?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: Function module in a program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017832#M412586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give the current program's data:&lt;/P&gt;&lt;P&gt;DYNPPROG = SY-REPID&lt;/P&gt;&lt;P&gt;DYNPRO = SY-DYNNR&lt;/P&gt;&lt;P&gt;KZ_SYDYN = "This can be blank"&lt;/P&gt;&lt;P&gt;PFKEY = SY-PFKEY&lt;/P&gt;&lt;P&gt;PROGRAMM = SY-REPID&lt;/P&gt;&lt;P&gt;REPORT = SY-REPID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values that you give here will be displayed in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Mar 2007 23:00:44 GMT</pubDate>
    <dc:creator>sudhindra_chandrashekar</dc:creator>
    <dc:date>2007-03-12T23:00:44Z</dc:date>
    <item>
      <title>Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017829#M412583</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 in a program and display the results. I have problems in giving the exporting parameters for this fm. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me with this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'STATUS_ANZEIGEN'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    DYNPPROG       = DYNPPROG&lt;/P&gt;&lt;P&gt;    DYNPRO         = DYNPRO&lt;/P&gt;&lt;P&gt;    KZ_SYDYN       = KZ_SYDYN&lt;/P&gt;&lt;P&gt;    PFKEY          =&lt;/P&gt;&lt;P&gt;    PROGRAMM       = PROGRAMM&lt;/P&gt;&lt;P&gt;    REPORT         = REPORT&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SUBPROG        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SUBDYNP        = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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>Mon, 12 Mar 2007 22:25:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017829#M412583</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T22:25:10Z</dc:date>
    </item>
    <item>
      <title>Re: Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017830#M412584</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;For what reasons are you using this function module. If you can let us know what you want to acheive then there might be many ways of doing it.&lt;/P&gt;&lt;P&gt;If you want to use this function module you will have to supply all the import parameters as none of them are optioinal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 22:35:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017830#M412584</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2007-03-12T22:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017831#M412585</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;I have tool which is used to display all the database size information. The requirement is also to display the system information. So forums help someoen suggested to use this fm to disdplay the entire system information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's why i need to used this fm in  my program to display the total system information. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Prashant.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 22:52:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017831#M412585</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T22:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017832#M412586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just give the current program's data:&lt;/P&gt;&lt;P&gt;DYNPPROG = SY-REPID&lt;/P&gt;&lt;P&gt;DYNPRO = SY-DYNNR&lt;/P&gt;&lt;P&gt;KZ_SYDYN = "This can be blank"&lt;/P&gt;&lt;P&gt;PFKEY = SY-PFKEY&lt;/P&gt;&lt;P&gt;PROGRAMM = SY-REPID&lt;/P&gt;&lt;P&gt;REPORT = SY-REPID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The values that you give here will be displayed in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Sudhi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 23:00:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017832#M412586</guid>
      <dc:creator>sudhindra_chandrashekar</dc:creator>
      <dc:date>2007-03-12T23:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017833#M412587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   This FM displays the status as a window but you will not get the data in table format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If you need this as a table format then you have to look into other methods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   If you still wanna show the status window then give you current program details (you can also use system flds like sy-dynnr etc) and it will popup a window with current system details. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Let me know if you need more clarifications..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 23:08:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017833#M412587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T23:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017834#M412588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rakesh, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right, how to gett he data in table format. It will be very nice of you to suggest me how to go about. &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>Mon, 12 Mar 2007 23:34:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017834#M412588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T23:34:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module in a program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017835#M412589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashanth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  There is no table where system status is stored. You can rather use individual value and most of them are in sys table (syst).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  If you wanna use a existing program then try your luck in "SAPLSHSY".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please close this thread if your question is answered. Open a new one if there is a different question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; BR&lt;/P&gt;&lt;P&gt; Rakesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Mar 2007 23:55:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-in-a-program/m-p/2017835#M412589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-12T23:55:28Z</dc:date>
    </item>
  </channel>
</rss>

