<?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: User Exit Problem with activity rate in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843166#M1473397</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for reply..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Mar 2010 11:48:39 GMT</pubDate>
    <dc:creator>former_member251546</dc:creator>
    <dc:date>2010-03-31T11:48:39Z</dc:date>
    <item>
      <title>User Exit Problem with activity rate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843164#M1473395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Good day every one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a userexit for iw41. i got a problem with finding the activity rate. As per fucspec&lt;/P&gt;&lt;P&gt;Find the activity rate [TOGnnn] in table COST WHERE nnn = currnet financial period and GJAHR = current financial year and Objnr = cssl-objnr and versn = '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is first comparission.  bcoz 'nnn' field is not in the cost table.. but as per spec TOGnnn is the camparison field with current financial period.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activity Rate fieldes looks like : TOG001, TOG002, TOG003, TOG004,TOG005,TOG006,TOG007,TOG008,TOG009,TOG010,TOG011,TOG012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; select single * from cost into ls_cost where togxxx = lv_poper and  " my problem is here&lt;/P&gt;&lt;P&gt;                                                                      gjahr = lv_gjahr and&lt;/P&gt;&lt;P&gt;                                                                      objnr = ls_cssl-objnr and&lt;/P&gt;&lt;P&gt;                                                                        versn = '0'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to compare numaric degits after tog..with lv_poper.so how to read the numaric degits exact eq to lv_poper[current financial period]&lt;/P&gt;&lt;P&gt;if any one knows how to do it? plz let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 10:16:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843164#M1473395</guid>
      <dc:creator>former_member251546</dc:creator>
      <dc:date>2010-03-31T10:16:41Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Problem with activity rate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843165#M1473396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi..&lt;/P&gt;&lt;P&gt;try something like this:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select single * from cost
 gjahr = lv_gjahr and
 objnr = ls_cssl-objnr and
 versn = '0'.
field-symbols &amp;lt;f_TOG&amp;gt; like COST-TOG001.
data sact(30).
concatenate 'COST-TOG' lv_poper into sact.
assign (sact) to &amp;lt;f_TOG&amp;gt;.
if &amp;lt;f_TOG&amp;gt; is assigned
* here &amp;lt;f_TOG&amp;gt; should be filled with desired value
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards,darek&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:28:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843165#M1473396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-31T11:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Problem with activity rate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843166#M1473397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thank you for reply..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 11:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843166#M1473397</guid>
      <dc:creator>former_member251546</dc:creator>
      <dc:date>2010-03-31T11:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: User Exit Problem with activity rate</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843167#M1473398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Iam sorry.. its not working..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Mar 2010 12:24:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/user-exit-problem-with-activity-rate/m-p/6843167#M1473398</guid>
      <dc:creator>former_member251546</dc:creator>
      <dc:date>2010-03-31T12:24:42Z</dc:date>
    </item>
  </channel>
</rss>

