<?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: Functioan Module problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/functioan-module-problem/m-p/6074965#M1356101</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to print itab in list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of ITAB occurs 0.&lt;/P&gt;&lt;P&gt;         include structure UINFO2.&lt;/P&gt;&lt;P&gt;        data: end of ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TH_LONG_USR_INFO'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;     USER            = '*'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;     user_info       = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa TYPE uinfo2.&lt;/P&gt;&lt;P&gt;LOOP AT itab INTO wa.&lt;/P&gt;&lt;P&gt;  WRITE:/ wa-session,wa-client,wa-user,wa-terminal,wa-mode,wa-tcode,wa-time,wa-lang.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Aug 28, 2009 1:37 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Aug 28, 2009 1:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Aug 2009 11:37:03 GMT</pubDate>
    <dc:creator>awin_prabhu</dc:creator>
    <dc:date>2009-08-28T11:37:03Z</dc:date>
    <item>
      <title>Functioan Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functioan-module-problem/m-p/6074964#M1356100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to execute '&lt;STRONG&gt;TH_LONG_USR_INFO&lt;/STRONG&gt;' FM in se38,program syntactically correct but when executing the program(F8).No output is displaying yet.Here is the program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: begin of ITAB occurs 0.
         include structure UINFO2.
        data: end of ITAB.

CALL FUNCTION 'TH_LONG_USR_INFO'
  EXPORTING
     USER            = '*'
  TABLES
     user_info       = itab.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can one help me out in this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 11:31:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functioan-module-problem/m-p/6074964#M1356100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-28T11:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: Functioan Module problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/functioan-module-problem/m-p/6074965#M1356101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to print itab in list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: begin of ITAB occurs 0.&lt;/P&gt;&lt;P&gt;         include structure UINFO2.&lt;/P&gt;&lt;P&gt;        data: end of ITAB.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'TH_LONG_USR_INFO'&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;     USER            = '*'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;     user_info       = itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: wa TYPE uinfo2.&lt;/P&gt;&lt;P&gt;LOOP AT itab INTO wa.&lt;/P&gt;&lt;P&gt;  WRITE:/ wa-session,wa-client,wa-user,wa-terminal,wa-mode,wa-tcode,wa-time,wa-lang.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Aug 28, 2009 1:37 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sap Fan on Aug 28, 2009 1:37 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 11:37:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/functioan-module-problem/m-p/6074965#M1356101</guid>
      <dc:creator>awin_prabhu</dc:creator>
      <dc:date>2009-08-28T11:37:03Z</dc:date>
    </item>
  </channel>
</rss>

