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: 

Message during meter reading entry

Former Member
0 Kudos

Hi,

During meter reading entry, either EL28 or fast entry, i want to display a warning message as below:

     If the difference between the current MR date and previous MR date is outside the range of X days

. I think this number of days is recorded in table dberchz1 but this is after billing process.

+ the entry should be implausible.

Is this possbile?

Thanks.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

This is not standard SAP, I think you need to go for developement.

Try looking in Exit EDMLELDV.

Hope this helps.

Regards
Sachin

View solution in original post

4 REPLIES 4

Former Member
0 Kudos

Hello,

This is not standard SAP, I think you need to go for developement.

Try looking in Exit EDMLELDV.

Hope this helps.

Regards
Sachin

0 Kudos

Hi Gavisht,

As stated by Sachin, this requirement is not standard and this will be custom independent validation. You need to enhance it using user exit - EDMLELDV.

Additionally, you need to configure custom validation at SAP Utilities --> Tools --> System Modifications --> User-Defined Validations --> User-Defined Independent Validations --> Define Customer-Specific Independent Validations

and

SAP Utilities --> Tools --> System Modifications --> User-Defined Validations --> Allocate Customer-Specific Validations to Function Modules

Only once configuration and enhancement both are in place, this will work. (Please note that if you want to set meter read implausible, you need to raise exception - PLAUSI_ERROR in the function module.

Let us know if you need any further details.

Regards,

Avinash

0 Kudos

hi avinash,

how to achieve above requirement

0 Kudos

Hi Avinash,

Thank you for the detailed explanation.

Just raising the exception in the function module is enough?

What are the other fields that may need to be populated with?

When I simply raised the PLAUSI_ERROR exception, EL27 is dumping when I test it.

We have only XT_EABLG in the TABLES section and nothing in the CHANGING or EXPORTING section.

How do we get the custom independent validation details on to the "Overview of validations" page on EL28 transaction?

Any help you can provide will greatly reduce our problem.

Thanks in advance.

-Chi_matters