cancel
Showing results for 
Search instead for 
Did you mean: 

User ID in usage decision digital signature

Former Member
0 Kudos

Hi Gurus,

I'm facing to the following issue:

I activated digital signature during inspection lot usage decision and when the system shows the popup where is possible to fill the signature, the field of user ID (RC70D-SIGNER) is open so that is possible to change it.

I don't want to allow SAP users to change the user ID.

Does anyone know how to do this?

Thanks a lot.

Pietro.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186399
Active Contributor
0 Kudos

Hello

Please check for any enhancement spots.

Kindly check with your abaper whether with this BADi or enhancment spot your requirement can be acheived

QEVA_SUBSCREEN_1101

Enhancement spot :

ES_RQALVF16

ES_SAPMQEVA

Regards

Gajesh

Former Member
0 Kudos

Hi Gajesh,

I'll try to activate enhanc. point ES_SAPMQEVA (it looks good).

Thanks,

Pietro.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You may use the QEVA0010 UD: Usage decision check user exit.

Here logic will be If user ID (logged in )of the User is not same as that of entered in Digital signature (RC70D-SIGNER) while tasking UD then

system will through as error.

I hope this will help

Regards

Sujit

Former Member
0 Kudos

Thanks Sujit for your quick answer,

but that user exit is not active after the signature has been filled, but just before; so I cannot perform the check you suggest.

Regards,

Pietro.

Former Member
0 Kudos

Hi

I think user Exit will work for sub-screen

QEVA0005 User subscreen for displaying add. data for usage decision

Regards

Sujit

Former Member
0 Kudos

Dear Sujit,

also that user exit is not performed after the signature's been filled.

Thanks again,

Pietro.

Former Member
0 Kudos

Hi

As per my knowledge

You Enter UD code then system gives Pop-up of digital signature.Then You save UD .

so user Exit QEVA0010 UD: Usage decision check will be useful in this case.

This is my perception.

Regards

Sujit

Former Member
0 Kudos

Hi Sujit,

I've executed a new test after having activated user exit QEVA0010:

1. I fill the UD code

2. the user exit is executed

3. I save UD

4. I get the popup with digital signature

5. end of the process (the user exit is no longer executed)

I think that unfortunately this exit is not useful to my purpose.

Regards,

Pietro.