<?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: CATA: time sheet problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799817#M1467280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating time sheet put a break point at your exit code.and check for sy-tcode at runtime&lt;/P&gt;&lt;P&gt;and check for t-code it is called and do the same for iw41 as well&lt;/P&gt;&lt;P&gt;and according you have to put sy-tcode inside your program as well&lt;/P&gt;&lt;P&gt;because for eg: for BUP01 ,BUP02,BUP03 the tcode called will be FTP01512&lt;/P&gt;&lt;P&gt;and in case of FV60 and MIRO the tcode called internally might be FBA7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please be carefull in putting checks&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Apr 2010 06:37:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-09T06:37:17Z</dc:date>
    <item>
      <title>CATA: time sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799816#M1467279</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 guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive dev the user exit for order conrformation which is iw41. its fine and its transport to QA also. &lt;/P&gt;&lt;P&gt;now funcitonal guys testing the CAt2 and CATA  for time sheet filling and transport to target componets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when he doing his testing with cata t.code,my user exit is kicking and gives the custom error. wht is the realtion between iw41 and CATA t.code?&lt;/P&gt;&lt;P&gt; my user exit name :EXIT_SAPLCORF_004. for iw41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think, if i put transation code based condition, it wont be interfear with other transactions? but still ive dobut wht is the relation between iw41 and cata tcode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any plz tell me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 06:22:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799816#M1467279</guid>
      <dc:creator>former_member251546</dc:creator>
      <dc:date>2010-04-09T06:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: CATA: time sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799817#M1467280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating time sheet put a break point at your exit code.and check for sy-tcode at runtime&lt;/P&gt;&lt;P&gt;and check for t-code it is called and do the same for iw41 as well&lt;/P&gt;&lt;P&gt;and according you have to put sy-tcode inside your program as well&lt;/P&gt;&lt;P&gt;because for eg: for BUP01 ,BUP02,BUP03 the tcode called will be FTP01512&lt;/P&gt;&lt;P&gt;and in case of FV60 and MIRO the tcode called internally might be FBA7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so please be carefull in putting checks&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 06:37:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799817#M1467280</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T06:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: CATA: time sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799818#M1467281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you..Just now ive put the break point &amp;amp; checked..CATA t.code check my user exit..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

so i can put condition in user exit .like if sy-code  ne  'CATA'
                                                                 statement 1
                                                                  statement 2
                                                              endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;plz let me if any other checks are required ? plz let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: balaji kiran on Apr 9, 2010 8:47 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 06:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799818#M1467281</guid>
      <dc:creator>former_member251546</dc:creator>
      <dc:date>2010-04-09T06:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: CATA: time sheet problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799819#M1467282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes that is enough&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;S.Janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Apr 2010 09:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cata-time-sheet-problem/m-p/6799819#M1467282</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-09T09:13:27Z</dc:date>
    </item>
  </channel>
</rss>

