<?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 for sap memory consumption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568470#M1659673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TH_USER_LIST nt usefull... as need FM which give memory details(roll area, extended,heap) along with terminal id or some unique value fields.&lt;/P&gt;&lt;P&gt;Rg,&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 12:24:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-06T12:24:53Z</dc:date>
    <item>
      <title>Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568465#M1659668</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;Is there any standard function module or report which gives all sap memory details occupied by user level?&lt;/P&gt;&lt;P&gt;Like extented memory, roll area , heap , paging memeory&lt;/P&gt;&lt;P&gt;for that currentlly i'm using &lt;/P&gt;&lt;P&gt;call 'ThUsrInfo' id 'OPCODE' field &lt;STRONG&gt;opcode_long_blk_info&lt;/STRONG&gt; in a Zfunction but i need a standard one for this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuj jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 08:09:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568465#M1659668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T08:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568466#M1659669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this monitoring function &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;/SDF/MON_USER_MEMORY&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This gives the required details sorted for each user's handle&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 09:56:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568466#M1659669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T09:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568467#M1659670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check transaction st02 , it calls the report program RSTUNE50. You get details about Roll area , Page area ,Extended memory &amp;amp;&lt;/P&gt;&lt;P&gt;Heap memory. Click the detailed analysis menu and SAP memory Button for more details. If required the click the Current parameters button and copy the names and pass to tableTPFYPROPTY-objname to get the min &amp;amp; Max values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For user wise details&lt;/P&gt;&lt;P&gt;Goto Sm04 - select user-&amp;gt;Menu Goto-&amp;gt;Memory, again if you need a session wise split, then do the same from selecting the menu Memory List(Session Details).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For reference:[Monitoring the Memory Management System|http://help.sap.com/saphelp_nw04/helpdata/en/02/96263e538111d1891b0000e8322f96/content.htm]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 10:10:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568467#M1659670</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-02-06T10:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568468#M1659671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ncvajja ,&lt;/P&gt;&lt;P&gt;RFC   mentioned by you provides all the memory details consumed by user but as i have a specific requirement in which i have provide session level details of a user so that if same user a multiple session then i need also to differentiate them which is not possible by the this  FM.&lt;/P&gt;&lt;P&gt;As per my research we can differentiate them on TID(Terminal id) level so is there any fm which provide these inputs with tid also.&lt;/P&gt;&lt;P&gt;@ structure UBLKS contains TID.&lt;/P&gt;&lt;P&gt;Rg,&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 11:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568468#M1659671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T11:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568469#M1659672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Anuj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the FM &lt;STRONG&gt;TH_USER_LIST&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 12:06:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568469#M1659672</guid>
      <dc:creator>umashankar_sahu</dc:creator>
      <dc:date>2012-02-06T12:06:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568470#M1659673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TH_USER_LIST nt usefull... as need FM which give memory details(roll area, extended,heap) along with terminal id or some unique value fields.&lt;/P&gt;&lt;P&gt;Rg,&lt;/P&gt;&lt;P&gt;Anuj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 12:24:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568470#M1659673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T12:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568471#M1659674</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;How can terminal id differentiate if the same user had done multiple login from the same terminal ? The function provided above has the field TERMINAL &amp;amp; IP ( which can used to differentiate from different terminals ) &amp;amp; the field handle is also unique. For example open 5 sessions and then execute the FM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 12:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568471#M1659674</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2012-02-06T12:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568472#M1659675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try and analyse Tcode /SDF/04 the report generated has terminal ID, user and all the memory details as you wanted....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the report is /sdf/sm04&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope thats useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Ncvajja on Feb 6, 2012 1:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 12:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568472#M1659675</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T12:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568473#M1659676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Terminal ID / Session&lt;/P&gt;&lt;P&gt; The terminal ID is the number of the terminal in the list of all the clients logged on to the dispatcher. The session number is the current external session. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This information is used to determine RFC dependencies in the analysis of RFC connections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The combination TID/session defines the context belonging to a conversation ID either as a client or as a server. The TID/session is used to determine which RFCs are still coming from this context (client). The TID / session information on the server side is used to check whether this also appears again as a client, and hence is part of an RFC chain that is accessible iteratively.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;we check in sap report  RSM04000_ALV put a break point on line 1542 and check table USR_BTABL here we will get a unique TID whether user has multiple login  .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anuj jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 13:34:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568473#M1659676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-06T13:34:33Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568474#M1659677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any suggestions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2012 06:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568474#M1659677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-07T06:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for sap memory consumption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568475#M1659678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I checked the origianl code of &lt;SPAN style="color: #333333; font-size: 12px;"&gt;RSTUNE50 (ST02).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;function module saptune_get_summary_statistic will get consumption information of extended memory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;import parameters: &lt;SPAN style="font-size: 13.3333330154419px;"&gt;DESTINATION: NONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;export parameters - EXTENDED_MEMORY_USAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the fields: ALLOCATED/TOTAL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 05:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-sap-memory-consumption/m-p/8568475#M1659678</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-08-03T05:50:04Z</dc:date>
    </item>
  </channel>
</rss>

