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 , giving error

Former Member
0 Likes
975

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

1 ACCEPTED SOLUTION
Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
869

May i know your inputs

5 REPLIES 5
Read only

Former Member
0 Likes
869

Maybe user the bapi and go to su53 to check all user authorization after the call of the bapi

Read only

0 Likes
869

Thanks.

I have checked SU53 also, but not find anything. it gives " The last authorization check was successful".

Please suggest !!

Rgds

Mohit

Read only

vallamuthu_madheswaran2
Active Contributor
0 Likes
870

May i know your inputs

Read only

0 Likes
869

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

Read only

Former Member
0 Likes
869

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.