cancel
Showing results for 
Search instead for 
Did you mean: 

Fiori: My Timesheet- Validations not working

former_member193023
Participant
0 Kudos

Hi All,

We have implemented My Timesheet app in our landscape.

For submitting a timesheet we have some custom validations implemented. These validations require value of SY-UCOMM to be 'FREE', as we want validations to occur during release timesheet time.

I debugged the Fiori application, and figured out that value for SY-UCOMM in case of Fiori is Initial, which makes sense as we are not going through SAP Gui. Due to this, the validations are not working for Fiori App.

Can anybody guide me on how can I make it work for Fiori?

Thanks,

Parth Jhalani

Accepted Solutions (0)

Answers (1)

Answers (1)

kammaje_cis
Active Contributor
0 Kudos

Parth,

You custom validations through BADI/User Exits will not work with Fiori.

Check under the subheading "Constraints"

App Implementation: My Timesheet - SAP Fiori Apps for Lower Back-End Releases - SAP Library

For your requirements, you need to enhance the  FIori timesheet application.

regards

Krishna

former_member193023
Participant
0 Kudos

Hi Krishna,

I know that. But this customizations we have inlcuded in the standard flow. So the code is actually getting executed here.

My question is that as user submits timesheet using CAT2, the value for SY-UCOMM is set to 'FREE'. Than in case of Fiori it is blank. Why is that so?

Thanks,

Parth

Former Member
0 Kudos

This message was moderated.