cancel
Showing results for 
Search instead for 
Did you mean: 

PSS: GRACQUESTION Table update???

former_member184114
Active Contributor
0 Kudos

Hi,

As we know that, when a user registers for PSS, that user's entry is made in table GRACQUESTION. If he is maintaining 3 questions (based upon configuration settings), his entry appears thrice for each question.

Earlier, we had a problem wherein, if a user registers himself with his id in lower case and tries to access PSS link to reset his password, he was asked to again register his security questions. The note below says that, the validation check for the user id while registering the question in PSS is case sensitive. Meaning, only CAPS users ids are considered. Otherwise, it behaves abnormally.

1732487 - User registered for PSS however prompted again to registers

An ABAP  program is suggested in the above note. That is successfully implemented. What it does is, it converts all lower case users ids to upper case against each question id.

It seems to be meeting its objective.

The real problem comes when 2 or more user ids are maintaining same question ID! This program can not covert such user ids to upper case. and again application is behaving abnormally, as in earlier situation.

Has any one faced such issue?

It is behaving properly for all of you?

Please advise how I can troubleshoot this.

Regards,

Faisal

Accepted Solutions (1)

Accepted Solutions (1)

Colleen
Advisor
Advisor
0 Kudos

Hi Faisal


The real problem comes when 2 or more user ids are maintaining same question ID! This program can not covert such user ids to upper case. and again application is behaving abnormally, as in earlier situation.

If that's the case it sounds like you need to raise a customer message for SAP to fix the code?

Regards

Colleen

former_member184114
Active Contributor
0 Kudos

Colleen,

Yes I did the same by now and waiting for their update.

It seems to be behaving inconsistently.

Regards,

Faisal

Answers (0)