cancel
Showing results for 
Search instead for 
Did you mean: 

How to skip independent validation at the time of meter read upload process through EL28.

former_member644641
Discoverer
0 Kudos

Hi,

I want to skip the independent validation except '15 meter overflow' at the time of meter read upload process with one below condition.

We need all validations in place with an exception that ‘15’ should always be first along with other validations like 06 tolerance limit, 95 previous implausible reading, etc.

During Meter Read Upload process:

1)If the Meter Read is from MeterSense (Meter Reader = MS), then SKIP all validations except ‘15’.

2)If the Meter Read is not from MeterSense (all other Reads), then all validations must happen to go to implausible.

I’m not sure if this can be achieved by configuration, if not, can be use any User Exists/Enhancements to do this.

Please note: We have to skip the validations, not the other way round where Read goes to implausible and then we release it. i.e., we need to catch before validations being to happen.

Please help with this.

Thanks,

Arpit

Accepted Solutions (0)

Answers (1)

Answers (1)

mohit_gupta13
Participant
0 Kudos

Hello,

using standard configuration you can only either entirely skip validation or change the order of validations of validations. Customer specific logic has to be built specifically.

Check below options:

1. Validate table TE900, it has list of all FMs called for independent validation. You may have to add explicit enhancement in ISU_VALID_SP15_OVERFLOW.

2. Validate any useful user exit in package EE17 .

3. To validate working of validations Go to EL28-->GOTO-->SET BP--> Add all BP checkpoints to validate.

Thanks,

MG