cancel
Showing results for 
Search instead for 
Did you mean: 

Travel and Expenses / Create Expense report / Mileage Details

Former Member
0 Kudos
121

Hi all,

I have a requirement to do some validations whenever the user enters the license plate number in

ESS Travel and Expenses / Create Expense report / Mileage Details .The system must throw a message if the user enters a wrong license plate number.

How do i know whether this is ABAP WD iview or JWD iview.IS there any BADI or BAPI for the validations.

Where is the information about License plate getting saved.

I have created a custom infotype for my requirement. The license plate must be validated from the data present in this infotype.

Can someone post me some advice on this please.

Thanks,

Anil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Achieved by enhancing WDA Component FITE_VC_MILEAGE, view DETAILS_VIEW and added a post-method exit call to check if the licence plate entered by the users match the one saved on infotype 0017 or our custom infotype. So when the user clicks on either 'Accept' or 'Accept and New entry' buttons the license plate is check with the data stored on IT0017 or your custom infotype - If the license plate match then the user should be able to save the record but if this doesn't match then the system should throw an error message. created a custom message class in SE91.

Former Member
0 Kudos

ESS/MSS is JWD.

two options.

1. Check with the functional team if there is any configuration for it in the backend system for it.

2. Download the standard DC and create a copy of it and customize it based on your requirements.

Thanks,

VP