<?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 Regarding CAT2  T Code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456258#M1649976</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;&lt;/P&gt;&lt;P&gt;I Have added the Z Fields (Columns) in CAT2. What ever the data i am entering into the CAT2 is getting saved in CATSDB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i came accorss a scenario that i need to manipulate(Means Updation insertion etc) the CATSDB Table for the Calculated Zfields..&lt;/P&gt;&lt;P&gt;Is BAPIs needed to do that or is there any proecedure please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subhaskar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Dec 2011 15:52:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-26T15:52:12Z</dc:date>
    <item>
      <title>Regarding CAT2  T Code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456258#M1649976</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;&lt;/P&gt;&lt;P&gt;I Have added the Z Fields (Columns) in CAT2. What ever the data i am entering into the CAT2 is getting saved in CATSDB table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i came accorss a scenario that i need to manipulate(Means Updation insertion etc) the CATSDB Table for the Calculated Zfields..&lt;/P&gt;&lt;P&gt;Is BAPIs needed to do that or is there any proecedure please suggest me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subhaskar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Dec 2011 15:52:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456258#M1649976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-26T15:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding CAT2  T Code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456259#M1649977</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Subhaskar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are going to upload the respective fields using the data from a flat file (excel, notepad etc) then yes you can use a BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If teh amount of data to be uploaded is not very high and if it is feasible (and if you have the necessary authorizations) you can also use the transaction SE16N to modify the table CATSDB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clarifies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Ritesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 04:15:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456259#M1649977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T04:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding CAT2  T Code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456260#M1649978</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;To update zfields use  BAPI           'BAPI_CATIMESHEETMGR_CHANGE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but the problem I suppose is that if you change records that have already been approved, the system cancels the original record and creates a new record. If the records to be changed have not yet been approved, they are simply overwritten.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to create    bapi is    BAPI_CATIMESHEETMGR_INSERT&lt;/P&gt;&lt;P&gt;&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;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 04:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456260#M1649978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-27T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding CAT2  T Code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456261#M1649979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The BAPI mentioned by you above BAPI_CATIMESHEETMGR* only considers standard fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned a z field needs to be updated. Please try to find some exit or BADI in CAT2 transaction to update your z field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Dec 2011 03:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-cat2-t-code/m-p/8456261#M1649979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-31T03:19:19Z</dc:date>
    </item>
  </channel>
</rss>

