Hi
I'm using function BAPI_CATIMESHEETMGR_INSERT to upload data to CAT2.
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
When i call the function code it splits the records into 2 line when viewing it using CAT2 using the date range.
01.04.2009 02.04.2009 03.04.2009 04.04.2009
WBS2 H 8 8 8
WBS2 H 8
When we make an entry manually using CAT2, all entries are on one line.
How can i ensure that the function call creates entries on one line?