cancel
Showing results for 
Search instead for 
Did you mean: 

In ESS - Working time want to add a note when applying for maternity leave

Former Member
0 Kudos

Hi,

In ESS - Working time when an employee tries to apply for Maternity/Paternity leave I want to display a text - mention the From Date will be the start of the maternity/paternity leave and to date is the End date of the maternity/paternity leave.But this page is standard Java application, can I add a not in the standard page or should it be customized thru ABAP Webdynpro? If so what all implications will be there?

Regards,

Selva

Accepted Solutions (0)

Answers (3)

Answers (3)

siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

You are using Working Time? Then You can use Long text

Leave Request you can have NOTES or Define additional fields ie Ilness description

Former Member
0 Kudos

If your backend is ECC 6.0, there is an option to do field selection for Leave request application. In SPRO ESS configuration node, fine Define Field Selection node with documentation on how to do it. It is possible to define field selection for specific leave types. It is possible to use 10 customer fields for Leave request application using this.

Note that these fields are available in temperory tables only and if you want to save this in Infotypes, use BADI to map the fields for save.

Thanks

Karthik

former_member191510
Active Participant
0 Kudos

hello Selva,

Yes, you are right it is possible.

Karthik is also right in his reply.I am just enhancing his reply...

You can add custom fields using IMG and can update them using BAdi PT_ABS_REQ.

You can customize the custom fields using IMG node following path;

Employee Self Service ->Service Specific settings->Working time->Layout of the web application ->Define field selection.

Regards

Pooja

Former Member
0 Kudos

Thanks Karthik and Pooja.I will check and update in this string.

I have rewarded points to both of you for providing valuable information.

Regards,

Selva

Former Member
0 Kudos

HI,

I think you should be using Leave Request for any leave (It2001) and Working time only for any attendance(IT2002).

Regards

Srini

Former Member
0 Kudos

Hi,

Found one solution. Can add a text in the Functional module "PT_ARQ_REQUEST_CHECK",once the text is added it is getting displayed when Maternity/Paternity leave is selected in ESS -> Working time.

Also will check for other alternative and keep posted.

Regards,

Selva

Former Member
0 Kudos

Hi,

After searching i found some solution:

Can include the text in the Badi of that Working time

Or else can customize that page and link the customized page with that application.

Kindly let me know whether it is correct or wrong.

Regards,

Selva