‎2009 Jul 15 12:11 PM
Hi All,
we are using BAPI BAPI_CATIMESHEETMGR_INSERT to update the T code CAT2.
It is giving the error message " Personal number 00002000 does not exist or you dont have authorization ".
I have checked the authorization CAT2 and personal number 200 also. both exist.
please sugegst me what is missing ?
The same file works in QA but not in the development.
Rgds
Mohit
‎2009 Jul 15 12:30 PM
‎2009 Jul 15 12:21 PM
Maybe user the bapi and go to su53 to check all user authorization after the call of the bapi
‎2009 Jul 15 12:25 PM
Thanks.
I have checked SU53 also, but not find anything. it gives " The last authorization check was successful".
Please suggest !!
Rgds
Mohit
‎2009 Jul 15 12:30 PM
‎2009 Jul 15 2:23 PM
Hi ,
please see the input , the same is working fine in QA but in developement and giving the above error.
CALL FUNCTION 'BAPI_CATIMESHEETMGR_INSERT'
EXPORTING
profile = p_prof
testrun = p_test
TABLES
catsrecords_in = l_i_cats
return = i_ret.
Rgds
Mohit
Edited by: M Bansal on Jul 16, 2009 11:05 AM
‎2009 Jul 16 10:07 AM
I have got the solution after debugging the BAPI.
In the bapi , one FM is using, it accept the date.
Our user profile for date was in proper to get it same. I change the setting and it is working fine now.