<?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 CAT2: upload data using function code BAPI_CATIMESHEETMGR_INSERT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492783#M1256889</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;I'm using function BAPI_CATIMESHEETMGR_INSERT to upload data to CAT2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;The data file
*EMP;DATE;HRS;UOM;WBS
123;01.04.2009,8;H;WBS2
123;02.04.2009,8;H;WBS2
123;03.04.2009,8;H;WBS2
123;04.04.2009,8;H;WBS2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i call the function code it splits the records into 2 line when viewing it using CAT2 using the date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

                01.04.2009     02.04.2009     03.04.2009  04.04.2009
WBS2  H          8                               8           8  
WBS2  H                            8 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we make an entry manually using CAT2, all entries are on one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i ensure that the function call creates entries on one line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2009 22:23:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-15T22:23:23Z</dc:date>
    <item>
      <title>CAT2: upload data using function code BAPI_CATIMESHEETMGR_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492783#M1256889</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;I'm using function BAPI_CATIMESHEETMGR_INSERT to upload data to CAT2. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;The data file
*EMP;DATE;HRS;UOM;WBS
123;01.04.2009,8;H;WBS2
123;02.04.2009,8;H;WBS2
123;03.04.2009,8;H;WBS2
123;04.04.2009,8;H;WBS2
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i call the function code it splits the records into 2 line when viewing it using CAT2 using the date range.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

                01.04.2009     02.04.2009     03.04.2009  04.04.2009
WBS2  H          8                               8           8  
WBS2  H                            8 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we make an entry manually using CAT2, all entries are on one line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i ensure that the function call creates entries on one line?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 22:23:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492783#M1256889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-15T22:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: CAT2: upload data using function code BAPI_CATIMESHEETMGR_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492784#M1256890</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;why do you have separator , between date and hours instead of ;? You can also check difference between record for 1.4.09 and 2.4.09 in the table CATSDB. Maybe you will see some difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 23:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492784#M1256890</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2009-04-15T23:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: CAT2: upload data using function code BAPI_CATIMESHEETMGR_INSERT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492785#M1256891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CATSDB table did not reveal anything specific. When you enter the data manually, the entries in the CATSDB table looks the same. Any other table perhaps? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Giovanni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 19:47:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/cat2-upload-data-using-function-code-bapi-catimesheetmgr-insert/m-p/5492785#M1256891</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T19:47:40Z</dc:date>
    </item>
  </channel>
</rss>

