cancel
Showing results for 
Search instead for 
Did you mean: 

Print option for Leave Application

Former Member
0 Kudos

Dear All,

   we had ESS/MSS webdynpro Java application I need to customize source code in NWDS

     in leave application we had two things :  Leave request , Quota Overvew

  In a "Leave Request " I need to put Print option , please share your knowledge

In Leave Request : if I click on  " Show Overview Of Leave "  here I need to mainatain print option

please suggest possible ways to reach the requirement

Thanks,

Giri.

Accepted Solutions (0)

Answers (1)

Answers (1)

Sharathmg
Active Contributor
0 Kudos

Edit the component for leave request and specially the view "Overview of leave" .

Insert a button or link with the name a print and an icon and implement the print functionality in the onclick event of the ui element.

Regards,

Sharath

Former Member
0 Kudos

Shall we do from r/3 side reach our requirement.

Sharathmg
Active Contributor
0 Kudos

You need to get the printers list and prepare the object to be sent to printer.

This is a standard requirement for print in WD Java, too.

You can look up the object preparation with printer window for the user to select and submit the job to printer.

Key is to identify the right DC to edit and implement the print functionality.

Regards,

Sharath