cancel
Showing results for 
Search instead for 
Did you mean: 

ESS CA-TS Missing time sheet,

ravi_joseph
Active Contributor
0 Kudos

Hello ESS experts,

In the ESS record working time screen in the portal, if a person missed the previous week time entry and he is trying to enter the current week time, then a error message needs to displayed asking him to enter the previous weeks time before proceeding, if anybody into this pls help.

points will be awarded for helpful answers

Jo

Accepted Solutions (0)

Answers (1)

Answers (1)

suresh_datti
Active Contributor
0 Kudos

>

> points will be awarded for helpful answers

>> Jo

You have been around for a while & should not have put the above statement..

BTW, your reqt is not ESS specific & the validation can be put in the CATS User exit CATS0003.

~Suresh

ravi_joseph
Active Contributor
0 Kudos

well apologies for that :).... coming to my question , the User exit CATS0003 will display the errors on the portal?

Jo

suresh_datti
Active Contributor
0 Kudos

Yes & the following [SAP Help|http://help.sap.com/saphelp_erp60_sp/helpdata/en/ef/e18d3f7057eb0ce10000000a114084/content.htm] tells you which exits will not get triggered in the WebDynpro.

~Suresh

ravi_joseph
Active Contributor
0 Kudos

Hi Suresh, when I looked at the user exit CATS0003 it has a function module exits and couple of lines of code in that, can we modify this standard function module?

FUNCTION EXIT_SAPLCATS_003.

*"----


""Local interface:

*" IMPORTING

*" VALUE(FIELDS) LIKE CATS_COMM STRUCTURE CATS_COMM

*" VALUE(SAP_TCATS) LIKE TCATS STRUCTURE TCATS OPTIONAL

*" VALUE(OLD_DATA) TYPE BOOLEAN OPTIONAL

*" TABLES

*" I_MESSAGES STRUCTURE CATS_MESG

*"----


INCLUDE ZXCATU03.

ENDFUNCTION.

EXIT_SAPLCATS_003

Jo

suresh_datti
Active Contributor
0 Kudos

looks like you are new to the User Exits.. these have been around for quite a while.. any way, double click on the Z include & put your validations inside that include..

~Suresh

ravi_joseph
Active Contributor
0 Kudos

yes I am new to this ...... well any ways thnx for the info ...

jo