<?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: help in user exit in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946445#M694639</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;there is no place in code that performed append or insert or modify to this table.&lt;/P&gt;&lt;P&gt;if there is place like that i never been ask that qustion.&lt;/P&gt;&lt;P&gt;i think that in sap performed process that fill i_t_data but i dont now which process i new in user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Oct 2007 09:49:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-22T09:49:18Z</dc:date>
    <item>
      <title>help in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946441#M694635</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;there is user exit that bring table i_t_data with org.unit and dates ,&lt;/P&gt;&lt;P&gt;the problem is that the table dont bring all the org units we have, my qustion is how i now where this table become filled ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i new in this topic i give more details maybe it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZXRSAU02 the name of user exit and inside i have this call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHEN '0ORGUNIT_ATTR'.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;    LOOP AT I_T_DATA INTO LW_T_DATA_0ORG&lt;/P&gt;&lt;P&gt; ......&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and when i go to tables in EXIT_SAPLRSAP_002 &lt;/P&gt;&lt;P&gt;the table I_T_DATA dont have type or associated type just short text of&lt;/P&gt;&lt;P&gt;Transferred Data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 06:13:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946441#M694635</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T06:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: help in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946442#M694636</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se, open fm EXIT_SAPLRSAP_002.in attirbutes tab double click on program name SAPLXRSA.in top include u'll get u'll get data sources..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 06:24:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946442#M694636</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2007-10-22T06:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: help in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946443#M694637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi abapuser&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes i now that i go to cmod and go to their but my qustion is when&lt;/P&gt;&lt;P&gt;u inside the code i get the table I_T_DATA  where this table filled?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 07:41:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946443#M694637</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T07:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: help in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946444#M694638</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;Put a Break point and find it out&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 07:55:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946444#M694638</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T07:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: help in user exit</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946445#M694639</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;there is no place in code that performed append or insert or modify to this table.&lt;/P&gt;&lt;P&gt;if there is place like that i never been ask that qustion.&lt;/P&gt;&lt;P&gt;i think that in sap performed process that fill i_t_data but i dont now which process i new in user exit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thankes&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2007 09:49:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/help-in-user-exit/m-p/2946445#M694639</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-22T09:49:18Z</dc:date>
    </item>
  </channel>
</rss>

