How can print Appraisal Document in ESS/MSS

Dear Experts.
We are using ESS/MSS with BP 1.41 and we are Working Appraisal Document with WD ABAP.
I want know if is posible using funcionallity standard print the Appraisal Document in ESS/MSS?
If the reponse is Yes, How can do this?
Best Regards
Carmen

Note 1325807 You can find the Print Appraisal functionality
Use this method for print appraisal:
METHOD if_ex_hrhap00_link~show_link_get_url.
  DATA ls_parameter   TYPE ihttpnvp.
  DATA lt_parameters  TYPE tihttpnvp.
  ls_parameter-name  = 'plan_version'.
  ls_parameter-value = plan_version.
  APPEND ls_parameter TO lt_parameters.
  ls_parameter-name  = 'appraisal_id'.
  ls_parameter-value = s_appraisal_id-appraisal_id.
  APPEND ls_parameter TO lt_parameters.
New parameter to use the FPM framework
  ls_parameter-name  = 'WDCONFIGURATIONID'.
  ls_parameter-value = 'HRPTPSSIADAP_PRINT_SELECTION_OIF'.
  APPEND ls_parameter TO lt_parameters.
Generate the URL to be called.
  cl_wd_utilities=>construct_wd_url(
            EXPORTING application_name = 'hrptpssiadap_print_selection'
                        in_parameters    = lt_parameters
              IMPORTING out_local_url    = url ).
ENDMETHOD.
Cheers
Vijay

Similar Messages

  • Doubt with Appraisal Document BP ESS/MSS 1.41

    Hello.
    Anyone can please help me with the following doubts:
    1) In the following image , the system display a field iview(enclosed in the box red). In this moment for ESS is [Standar iview] and for MSS[Status]. Where can be configured this?
    [Image1|http://www.freeimagehosting.net/uploads/43d4eb22c3.jpg]
    2) In this same image, is posible add a column with a link for that the employee can call a report?
    [Image2|http://www.freeimagehosting.net/uploads/7803082c54.jpg]
    Thank in advance for your help,
    Best Regards

    Hello Juan,
    what you are looking at is standard functionality provided by the WD ABAP ALV table view (which is used by the POWL - of which these are examples) - the user themselves can define their own views of the data (and you can I believe - although I have not yet tried - even define them globally and assign them as defaults).
    Have a look at the POWL feeder class used by the appraisal status view - I think that it explicitly enhancable through a BAdI - if not then you could always just enhance the feeder class yourself. I'm not sure that you could include an action link column in the POWL, but you can certainly include a new button at the top of the list - and allow actions to be launched on selecting a row of the table and then clicking that button.
    For more details on POWL - have a look at [SAP help doco on POWL|http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/65c34314e97184e10000000a114a6b/frameset.htm]
    and as an answer to your original question -
    [doco on the view used in POWL|http://help.sap.com/erp2005_ehp_04/helpdata/EN/46/65c34314e97184e10000000a114a6b/frameset.htm]
    Hope this helps,
    Cheers,
    Chris

  • Access to appraisal document via ESS is restricted by status

    Our requirement is for the appraisee to record their objectives (via ESS) and then select a 'To Manager' pushbutton to send a workflow to the manager requesting them to approve the objectives. The problem is that once the workflow has gone to the manager the appraisee cannot access the appraisal document until the manager has approved the objectives and the appraisal status has changed from 'In Planning' to 'In Process'. How can the appraiser view the appraisal document (via ESS) whilst it has the status ‘In Planning’?
    We also have a similar issue later in the process. When the appraisee selects the <Close Part Appraisal> pushbutton to signify that they have completed their self appraisal the appraisal document has status ‘In Process’. The appraisee cannot access the appraisal (via ESS) until the appraiser also completes their part appraisal and sets the status to ‘Completed’. Is there a setting to allow the appraisee to have read access to the document during this part of the process?
    Thanks and regards,
    Janet

    Hi again Maurice.
    Once the appraisal status has been set to 'Completed' the appraisee needs to Accept or Reject the appraisal but the appraisal now appears as display only (both in ESS and ECC). We are using BSP documents_received.htm for ESS
    The 'Accept' and 'Reject' pushbuttons are not active in ESS
    The 'Accept' and 'Reject' pushbuttons are active in ECC and update the appraisal status as required. However if the appraisal is rejected and the status is set back to 'In Process' the appraisal document is still display only.
    Any ideas?

  • How to print material document in header level?

    Hi Guys,
    How to print material document from header level. I can only print them in item level. But i want that in header level. For example, I have 4 movements inside a material document and I want to issue only one output from the header level.
    I can see the option Goto -> Additional Function -> output, but it is disabled. Please let me know hot to acheive this and if you need further info on this. Please throw some light on this.
    Thanks
    Yasin.

    HIi
      Your question is not clear.  What exactly you want to be.
    1.  To print material header in your smart form / Sap Script what is the problem. Itu2019s quite easy you can do it. Let me know what problem you are facing.
    2. The option is disables because of business functionality ask your functional guys to help you on the same.
    Regards
    Swati

  • How to print a document in Pages

    just got iMac computer and downloaded Pages.  Can not work out how to print a document I just created

    Hi LL,
    There's a great piece of free documentation for Pages called the Pages User Guide. It can be downloaded from the Help menu. I suggest that you read the well-written guide some quiet evening. It will get you off and running with your new computer and Pages.
    Printing documents on a Mac is the same as on a Windows system: File > Print.
    Jerry

  • How to print devlievery document with out condition record mess type

    Hi,
    Actually user want to take the sample print out  ( Hard copy ) of the delivery note and other documents for reference, even the message type processed, not processed and even ended with errors also
    I have written a program to display the delivery document numbers  with check boxses and added one button in application tool bar.
    onece user executed the program, he will able to see all the delivery or sales numbers with checkboxes.
    now requirement is, users will select check box and click on the print button it should fire printouts in local printer of user location.
    for this what we are planning is we want to maintian the entries in NAST by RV_MESSAGE_* function modules and printing the output immedaietly
    If any one worked on this kind of requirement, please suggest step by step, how we can print the documents with directly maitaining the message types with out condition records
    Thanks in advance.
    Raju

    Hi,
    Generally if we create any document ( sales or delivery ), based on the condition record message type will be created and with message type details print will be triggered when the medium is 1, date time 4
    But in my case i want to take the printout irrespective of the message and condition records
    i want to take printout even if the message processed,not processed and ended with error.
    is there any way to take the print of the documents by using function modules or updation of NAST table.
    Please help me.
    Thanks in advance
    Raju

  • How to print PDF documents on Unix(Solaris)

    Hi ,
    I wanted to know how to print PDF documents on Unix(Solaris)?
    Is there a document or white paper that i can refer to start printing PDF document.
    What kind of drivers/utilities will be required to achieve the objective?
    Kiran

    Have you tried FOXIT? I think there is a trialversion. I tried Adobereader 2.5 but there is still no option to print.
    ‡Thank you for hitting the Blue/Green Star button‡
    N8-00 RM 596 V:111.030.0609; E71-1(05) RM 346 V: 500.21.009

  • I can print word documents but can not print email messages

    i can print word documents but can not print email messages
    I am using an officejet 4500 wireless on  Windows 7

    I called HP and after being on the phone for 1 1/2 hrs  They reinstalled my printer and I printed an alignment page without then I tried to print arouble  I was also able to scan a page to HP.      When I tried to print something from my email  it barely printed 2 faded lines and that was it  I openrd my word documents and was able to print a clear copy.  HP told me my cartrige was empty so I changed my cartridge with no results it was the same.  I use refill  CATRIDGES AND NEVER HAD ANY PROBLEMS but they told me they can ruin a printer.  I told them I would purchease new HP cartridges and they we agreed they would call me back on Monday to determine if my problems were solved with the new cartridges.  What I don't understand is how I can print documents but not emails.   HELP

  • PLD: How to print 1 document to 2 printers

    Dear All,
    Can someone tell me how to print 1 document to 2 different printers? I need this for my delivery documents. 1 copy goes to 1 printer with normal A4 paper (return with signature copy) and the other needs to go the the other printer which has pre-printer paper with a logo and different color paper (for client to keep copy).
    Can this be done with normal functionality or does this require an add-on?
    Thanks!

    Hi,
    This can be done using a UDF.
    If Value of UDF is 1 then all the field related to the Deliver document has to Print
    If Value of UDF is 2 then all the field related to the Pre-printed format has to print
    This can be done by changing the UDF whenever your are taking the print out you have to select the UDF so that they can take the Delivery Document and Pre-printed document by using Formula field in the Single Print Layout.
    But you have to customize the report according to that.      I Had done the same for my client.
    Once the Problem is solved please close this issue.
    Regards
    Chidambaram

  • Documents on ESS/MSS

    HI SAP GURUS
    Please can anyone spare your precious  time to send me sap hr documents regarding ess/mss from basics  so that i can practice in ides, i am very new to sap field.
    Thanks in advance
    Regards
    Chandu.

    contd to poornima
    http://help.sap.com/saphelp_erp60_sp/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm
    https://forums.sdn.sap.com/click.jspa?searchID=22541873&messageID=6683999
    /message/6229160#6229160 [original link is broken]
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/208974c1-b4c2-2b10-cbb4-eac704d7b707

  • How to print a documents

    po

    Hi,
    Firstly what is your document and what is your printer ? Where do you print from ? Nearly all applications have a Print function and when we click Print, the document will print to the default printer. BUT that's very general. We need more information before we can answer the questtion "How to print a document".
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How can print a report from form 6i,  when I press a button?

    hi Friends,
    How can print a report from form 6i, when I press a button?
    When i press a button from Form 6i, the report should print through printer.
    I have done it by using report parameter DESTYPE Printer but problem is that when I press a button printer dialogue box appear and then I give command Print to printer, I don’t want to show Printer dialogue box.
    I want when I press a button form Forms 6i , printer will print my report directly.
    Please send me the solution of this problem.
    Best regards,
    Shahzad

    Hi
    If You are using Client server application then to passing to Add all Print Parameter in the Host Command.
    Means Print command in unix to Host(lp.............) and Other Parameter to file name of the report to print.
    If You not Use Client Server Application the Also Passing a Host Command in Button-Pressed Event and Run.

  • How can i share documents with different users on the same mac?

    How can i share documents with different users on the same mac?

    Shared how? The other users can read the documents or you all can read and write the documents?
    The first is easy just place the documents in /Users/Shared anyone can access the files there and the other users will be able to read them.
    The second is a bit trickier.

  • I`d like to know how can i insert documents, xls/doc/pdf into iCloud and have them in my iPhone and my iPad. I just found one way, through ibooks, but i think it isn't a practical option.

    I`d like to know how can i insert documents, xls/doc/pdf into iCloud and have them in my iPhone and my iPad. I just found one way, through ibooks, but i think it isn't a practical option.

    Just use Drop Box instead.

  • How can i retrieve documents(.doc,.pdf, .txt) using forms from the database.

    How can i retrieve documents(e.g .doc,.pdf, .txt etc) using forms from the database.
    i inserted the documents using sql*loader, below is the control and data files.
    -- control file
    LOAD DATA
    infile 'load.txt'
    INTO TABLE husman
    APPEND
    FIELDS TERMINATED BY ','
    (id integer external,
    fname FILLER CHAR(50),
    docu LOBFILE(fname) TERMINATED BY EOF)
    --data file
    1,../husman/dell.doc,
    2,../husman/me.pdf,
    3,../husman/export.txt,
    in the form i have a text field to display the id and an OLE container to display the document as an icon. but when i execute query, i only get the id number and not the document.
    any help will be appreciated.
    Thanks
    Hussein Saiger

    Step by step
    1. Erase all contents and settings
    2. You'll be asked twice to confirm
    3. You'll see Apple logo and progress bar
    4. You'll see a big iPad logo on screen
    5. Configuration start
    6. Set language
    7. Set country
    8. Enable Location Service
    9. Select network, enter password and join network
    10. You'll be given 3 options (a) Setup as New iPad (b) Restore from iCloud Backup (c) Restore from iTune Backup
    11. Selected Restore from iCloud Backup
    12. You'll be required to enter Apple ID and Password
    13. Agree to Terms and Conditions
    14. Select Backup file
    15. You'll see progress bar
    16. Red slider will appear; slide to unlock; step #1 to #16 is fast
    17. Pre-installed apps will be restored first
    18. Message: Purchased apps and media will now be automatically downloaded
    19. You'll see a pageful of apps with Waiting/Loading/Installing
    20. Message: Some apps cannot be downloaded, please sync with computer

Maybe you are looking for

  • 4th gen ipod touch has white screen

    I have a 4th generation Ipod touch. The screen turned white all of a sudden for no reason. I've tried holding buttons letting it die and plugging it back in but the white screen is still there.It still makes noise. like the other day it was making a

  • Standard form

    What is the Standard form for service order. can u just help me on this.

  • Keyboard drivers - function keys

    1. How to make all function keys working under Win XP Pro on MacBook Pro? 2. Does anyone knows, where I can find delete key, or how to map it under Win XP? 3. Is it possible to map right mouse key on the keyboard? 4. Where I can find drivers for mode

  • Using J2EE Security Correctly

    Regrettably my job consists of "working by the seat of my pants" on a continual basis. As such, I sometimes feel that although I can design a solution that "works", I often know there is a better design out there, its only my limitations of knowledge

  • Where do I get an English Sherlock?

    Oddly, my Sherlock 3 channels appear to be in German. But I do not speak German, and German was never defined as a chosen language on my computer. How do I get the Sherlock channels in English, like it used to be on Sherlock 2?