cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro - FITV_POWL_TRIPS Help

Former Member
0 Kudos

Hi,

My Client's travel policy establishes maximum daily limit for the reimbursement of meals. Standard SAP enforces maximums at receipt level, but cannot sum receipts and enforces a daily maximum. Since as associate will mostly likely have several meal receipts for a single day, Client want summarize these receipts and flag a policy violation (with warning message) if the daily limit has been exceeded.

We are implementing ESS/MSS and for travel expenses we are using Web Dynpro Application - FITV_POWL_TRIPS.

Please let me know how to achieve summarized check on daily max limit.

Regards,

Amey

Accepted Solutions (1)

Accepted Solutions (1)

yesrajkumar
Active Participant
0 Kudos

Hi,

There is a BADI named TRIP_WEB_CHECK and there is a method USER_CHECK_RECEIPTS through which you can sum the amount and throw the error message using the RETURN parameter, if it exceeds the limited amount.

Thanks,

Rajkumar.S

Former Member
0 Kudos

I have some other iviews on ESS personal information like addresses and once it is changed/edited by employee on portal I have to shoot an email to HR department.

So is there any enhancement I can use to achieve this functionality.

And thanks for your previous inputs, it was useful.

Regards,

Amey

Former Member
0 Kudos

You can implement BADI : HRPAD00INFTYBL.

in the methods INSERT_COMPUTATIONS or MODIFY_COMPUTATIONS for change in infotypes.

regards

sivaraj

Answers (0)