2012 Oct 19 8:40 AM
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.
2012 Oct 19 9:43 AM
Hello,
This is not standard SAP, I think you need to go for developement.
Try looking in Exit EDMLELDV.
Hope this helps.
Regards
Sachin
2012 Oct 19 9:43 AM
Hello,
This is not standard SAP, I think you need to go for developement.
Try looking in Exit EDMLELDV.
Hope this helps.
Regards
Sachin
2012 Oct 19 10:58 AM
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
2013 Jan 23 11:09 AM
2013 Oct 09 2:05 PM
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