‎2006 Aug 10 9:05 PM
Hi,
I Have this BAPI Function module 'BAPI_CATIMESHEETMGR_INSERT' for inserting the data into CATSDB table. (Transaction CAT2). I never used this before. I am passing 3 records of same employee into the function module. If I get 2 return messages which has a field called ROw, and the value of 2 Return messages-field row are '1 ' and '3', then does that mean that there are errors in 1st record and 3rd of the records ? and that 2nd record doesnt have any error.?
I want to know more about this function module and how the return message of this function module work.. any links or detail description would be appreciated...
Regards
Venu
‎2006 Aug 10 9:09 PM
Hi Venu,
If the RETURN table has entry with 'A' or 'E' in the field TYPE, then its an error.
~Suresh