SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to make a reading implausible in user define validations?

Former Member
0 Kudos

Hi all,

Can any1 tell me how to make a reading implausible

in user define validations.

Regards,

Darshana.

1 ACCEPTED SOLUTION

kevin_dewilde
Active Participant
0 Kudos

I don't have an example at hand right now, but I've done this in the past.

If my memory doesn't fail me, one of the return parameters of the user-exit in which you have to make your validations has a parameter that let's you define (im)plausibility.

Edit: the user exit has:


EXCEPTIONS
       PLAUSI_ERROR

So, raise this exception to get an implausible reading.

Hope this helps!

Kevin

Edited by: Kevin De Wilde on Jul 8, 2008 11:09 AM

View solution in original post

2 REPLIES 2

kevin_dewilde
Active Participant
0 Kudos

I don't have an example at hand right now, but I've done this in the past.

If my memory doesn't fail me, one of the return parameters of the user-exit in which you have to make your validations has a parameter that let's you define (im)plausibility.

Edit: the user exit has:


EXCEPTIONS
       PLAUSI_ERROR

So, raise this exception to get an implausible reading.

Hope this helps!

Kevin

Edited by: Kevin De Wilde on Jul 8, 2008 11:09 AM

Former Member
0 Kudos

Hi,

Customizing: Tools -> System Modifications -> User-Defined Validations. For parameter and function module.

function: enhancement EDMLELDV, for example function module EXIT_SAPLEPU1_001

best regards

Sabine