cancel
Showing results for 
Search instead for 
Did you mean: 

Record Working Time PROFILE_NOT_INITIALIZED

Former Member
0 Kudos

Dear Expert,

When I try to click on the record working time page, it gives me the following error

Exception condition "PROFILE_NOT_INITIALIZED" raised., error key: RFC_ERROR_SYSTEM_FAILURE:

I have already assigned CVR = ESS in my user profile.

I try on sap note 878440 and make sure the profile is in upper case but still it does not work.

When i analyse the error in tcode PTARQ, it show that

A RAISE statement in the program "CL_XSS_CAT_BUSINESS_LAYER=====CP" raised the exception, condition "PROFILE_NOT_INITIALIZE

In the source code you have the termination point in line 4 of the (Include) program "CL_XSS_CAT_BUSINESS_LAYER=====CM006".

The source code is as below

METHOD get_profile .

IF profile IS INITIAL.

RAISE profile_not_initialized

ELSE.

re_profile = profile.

ENDIF.

ENDMETHOD.

My question is how do i set my profile not not INITIAL

Thanks

Regards,

Bryan

Accepted Solutions (1)

Accepted Solutions (1)

BrendaW
Explorer
0 Kudos

Thanks, Bryan. I tried what you said and unfortunately it didn't seem to help. I removed the workflow task in the profile config, saved, then added it back in and saved again. I used SCC1 in between saves to transport to my testing client but get the same error.

Haydn, I tried adding the parameters you mentioned and also had no luck with it. The one that looks like it might make a difference is the WLC Workflow Settings. I had to kind of guess where the X's and spaces are in your screenshot, but it looks like the X's are in spots 1,5,8,9,14. I'm not really familiar with workflow, do you know what these X's mean?

Former Member
0 Kudos

Dear Brenda,

Try ST22 see whether it create any abap dump? Are you using the standard 1?

Thanks,

Regards,

Bryan

Former Member
0 Kudos

I guess this problem has been solved for the requesters, but for everyone else confronted with this problem:

Check the created profile:

The periode type should be 2:

Period type 2 Weekly data entr

Jeschael

Former Member
0 Kudos

Hello Community,

This is a know issue and it's treated on the following Wiki page.

https://wiki.sdn.sap.com/wiki/display/ERPHCM/ChecksforthePROFILE_NOT_INITIALIZEDissue.

Normally, by implement note 1428947 you should solve this.

Regards,

Bentow.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Lee,

Have u got the solution, if so plz suggest me the steps how u resolved it.

Regards,

Kishore.

Former Member
0 Kudos

Hi Kishore,

Make sure the user that you are using have then cvr profile parameter

Then try to change some values for your profile and save it.

Let me know it it does not work.

Thanks

Regards,

Bryan

Former Member
0 Kudos

additionally you may also require any / all of the following depending on your implementation.


HR_DISP_INFTY_NUM 	X
ATR	s
MOL	08
POK	     x  X
POP	01
SCL                   	
UGR	08
WLC	X   X  XX   X00000

Haydn

BrendaW
Explorer
0 Kudos

Hi Brian,

Did you find an answer to your problem? I'm experiencing the same thing. I am using a custom profile ZHOURLY, but the CVR parameter is set right on the user and it is not a matter of upper/lower case.

I have noticed that if I uncheck the "With SAPBusiness Workflow" checkbox and remove the Task ID in the profile configuration, I don't get the error. Perhaps this is a problem with the workflow task?

Thanks for any advice.

Brenda

Former Member
0 Kudos

Hi Brenda,

Make sure the user that you are using have then cvr profile (ZHOURLY).

Then try to change some value for your ZHOURLY profile and save it.

Let me know it it does not work.

Thanks

Regards,

Bryan