Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

BAPI_CATIMESHEETMGR_INSERT

Former Member
0 Likes
285

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

1 REPLY 1
Read only

suresh_datti
Active Contributor
0 Likes
230

Hi Venu,

If the RETURN table has entry with 'A' or 'E' in the field TYPE, then its an error.

~Suresh