Print a KM document displayed in the portal

Hi Experts,
I'm implementing ESS MSS for a client and I was asked to add an iview in the same page as Address to inform employees which other companies/phone provider.. they should inform when they change their address.
I added a KM document with the different addresses they should contact and displayed on the right on the screen like they asked.
Now they want to add a print button in order to print this KM document directly from the portal, I suggested the 'by default' browser's print clicking in the right button but they refuse (because the page is printed and not only the KM iview), they want to have a seperate button to print just the KM document.
Any suggestion guys?
Thanks you

In this case nothing to do with the KM Document iview.
You need to write your custom code in the KM document for getting the print button and print functionality.
Raghu

Similar Messages

  • Printing remuneration statement (Pay slips) in the portal

    Good Morning.
    I have the following request.
    I want that the employee can display the remuneration statement (Pay slips) or (receipt of payroll) in the portal.
    There is a service standard in the ESS for do this customizing.
    What are the steps to do this?.
    Kind Regards,
    Sanew2

    Hi,
    The salary statement is either a Pe51 form or the HRFORM. Whichever it is, it needs to be added to the 'HRFOR' feature e.i, the form name needs to be added and the feature needs to be activated. Then the same will be displayed in the portal.
    Secondly, there is another BADI, 'XSS_REM_INTERFACE' which needs to be implemented.
    Then from here you can configure the settings for printing the salary statement from the portal ( the method DEFINE_PRINTBUTTON_STATUS in the BADI mentioned above needs to be activated, the button needs to be enabled) and then the MASS printing configured.
    Regards,
    Pinki

  • Work item not getting displayed in the portal

    Hi  experts,
    We are creating a protoype for one of the standard HCM form for change in working time. When we initiate the process, the workflow is supposed to identify the agent(which is the manager in this case) and push the work item in the inbox of the manager.
    In our issue, we are able to see the workitem in SAP inbox, but the same work item is not getting displayed in the portal.
    If we try to approve from the SAP inbox, the hard coded message u201CWork item can only be executed using the Portal and the UWLu201D comes. [this comes through the method of  one of the tasks 17900101 which we are using for approving the form]
    We commented the message by using a Z class. Now we donu2019t get the hardcoded message, but still the workflow does not complete from here.
    Can this be aan integration issue of the workflow tasks with the portal??Can someone elaborate on this??

    <ItemType name="uwl.task.webflow.TS17900101.SAP_ECC" connector="WebFlowConnector" defaultView="DefaultView" defaultAction="launchWebDynPro" executionMode="default">
          <ItemTypeCriteria systemId="SAP_ECC" externalType="TS17900101" connector="WebFlowConnector"/>
          <Actions>
            <Action name="launchWebDynPro" groupAction="" handler="SAPWebDynproLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes" launchNewWindowFeatures="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no">
              <Properties>
                <Property name="WebDynproApplication" value="ApproveFormApp"/>
                <Property name="WebDynproDeployableObject" value="sap.com/pa~asr~formstep"/>
                <Property name="newWindowFeatures" value="resizable=yes,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,directories=no"/>
                <Property name="openInNewWindow" value="yes"/>
                <Property name="display_order_priority" value="5"/>
              </Properties>
              <Descriptions default=""/>
            </Action>
          </Actions>
        </ItemType>
    You have to say to your portal team to modify their XML file as above. In simple you hvae to configure the task in the portal and in the SWFVISU txn as follows with the following vizualization parameters
    Task TS17900101 and visualization type is JavaWebDynpro
    APPLICATION     ApproveFormApp
    PACKAGE     sap.com/pa~asr~formstep

  • Adobe Form not getting displayed on the portal

    Hi,
    From the MSS portal when I run the process, the associated adobe form(using HCM) doesn't get displayed on the portal. Initially the problem was with higher version of acrobat reader but now it is solved. Now I am not getting any error or warning but adobe form still not getting displayed.
    Please help.

    Later

  • How to Restrict printing the document using IRM for a Single Document?Allow printing for some documents and restrict the printing for particular documents in same document library?

    Can we able to Configure the IRM in Document Level in SharePoint Document libraries?
    The document library contains multiple document sets , Can we restrict the printing according to document sets? Allow printing for some documents and restrict the printing for particular documents in same document library
     Is this possible?Please suggest.

    Yes, that can be done. But note that all administrators will have the same right to print, so you need to make sure the users are not administrators. You can include a macro to disable printing, but if the users disable macro, they can print the documents.
    Hence, there is no foolproof way to prevent printing documents. If you still need a foolproof security, PDF format provides password based security (viewing doesn't require a password) that can be implemented to prevent the document from printing,
    which doesn't require any special scripts and is tough.
    You can have a look at the following links:
    http://msdn.microsoft.com/en-us/library/office/ms458245(v=office.14).aspx
    http://msgroups.net/microsoft.public.word.docmanagement/prevent-printing-of-docum/91353
    http://www.go4sharepoint.com/Forum/prevent-printing-saving-documents-10150.aspx
    The following link explains about the security features in PDF. This is for information purpose only and not for promotion of any products:
    http://www.pdflib.com/knowledge-base/pdf-security/
    Balaji Kundalam

  • Problem URL-IView - is not display in the Portal Content Area

    Hi!
    I have a problem. My URL-IView is not displayed in the Portal Content Area. The setting "launch in new window " is  "display in Portal Content Area". What can I do that the URL -IVIiew is not display in a separate window.
    Can anyone help me???
    Thank you very much
    regards

    Hi.
    You have to add your URL iView to a page. See URL iview - The page cannot be found for details.
    Best regards,
    Aliaksandr Zhukau

  • How to get the error message from a AWS code to display on the portal

    I implemented IAuthProvider, it works, within the code when authentication fails, I threw AccessDeniedException(customMessage) but when the login fails, the login screen always display the "You could not be logged in to the portal." error message, how can I get it to display the custom message? Am I throwing the wrong exception?
    TIA.

    Simpler? Uhm as far I know there doesn't exist any magic and you have just to write one or two lines of Javascript code yourself. Is that hard?

  • Converting PDF to RAW for display in the portal

    Hi all,
    We have an application that took a pdf and converted it into a raw datastring to pass to the portal for display purposes.
    We have migrated this function to a unicode system and are now struggling to get this to work.
    Code in non-unicode system
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize   = e_filesize
        TABLES
          otf            = lt_otf
          doctab_archive = lt_doctab_archive
          lines          = lt_pdf.
      LOOP AT lt_pdf INTO wa_pdf.
        CLEAR et_pdf.
        MOVE wa_pdf TO et_raw.
        APPEND et_raw.
      ENDLOOP.
    Now in the unicode system.
    CALL FUNCTION 'CONVERT_OTF_2_PDF'
        IMPORTING
          bin_filesize   = e_filesize
        TABLES
          otf            = lt_otf
          doctab_archive = lt_doctab_archive
          lines          = lt_pdf.
        FIELD-SYMBOLS: <x_wrk_line> TYPE rmps_raw134,
                       <x_struc> TYPE xstring.
        DATA: buffer1 TYPE xstring,
              conv TYPE REF TO cl_abap_conv_out_ce.
    Convert PDF to RAW Type
      LOOP AT lt_pdf INTO ls_pdf.
        CLEAR et_raw.
        MOVE ls_pdf TO lv_pdf_line.
        ASSIGN buffer1 TO <x_struc> CASTING.
        ASSIGN et_raw-rawline TO <x_wrk_line> CASTING.
        conv = cl_abap_conv_out_ce=>create(
               encoding = 'UTF-8'
        conv->convert( EXPORTING data = lv_pdf_line
                       IMPORTING buffer = buffer1 ).
        <x_wrk_line> = <x_struc>.
        APPEND et_raw.
      ENDLOOP.
    If we simply download the pdf after we have tun the  'CONVERT_OTF_2_PDF' Fm the pdf created is fine.  However when we view the output in the portal of the pdf (as streamed in the raw format) we just get chinese looking (they may well not be any language) characters in the pdf. 
    With a non-unicode R/3 system the pdf was displayed without any issues in the portal.
    Any help appreciated.
    Thanks,
    Paul

    Hi, could you kindly share the complete set of this conversion? i also need similar requirement.
    thx so much.
    regards,
    Rudy.

  • How do I retrieve document information from the portal tables?

    Hi, I'm really stuck on this and any help would be much appreciated.
    I want to select out document information using the categories and perspectives as search criteria, I've written the following select statement but am not sure that this is the correct way to do it and I keep getting a 'unhandled user-defined exception ... at PORTAL.WWCTX_SSO'
    (I have set the context before running the sql)
    select id, display_name, description, real_filename, mime_type, doc_size
    from
    portal.wwsbr_all_items, portal.wwv_document$
    where
    wwsbr_all_items.filename = wwv_document$.name
    and category_id=(select id from portal.wwsbr_all_categories where name = 'MY_CATEGORY')
    and id in (select item_id from portal.wwsbr_item_perspectives where upper(perspective_name) = 'MY_PERSPECTIVE')
    and is_current_version = 1 and (expiredate IS NULL or expiredate > sysdate)
    Alison

    If the iPhone was connected to iCloud at the time you deleted the Contact, then the Contact has been removed from iCloud and is not recoverable.
    Check at www.icloud.com to see what iCloud Contacts you still have.

  • Getting portal hostname and displaying on the portal masthead.

    Dear SCN
    I have some requirement, where in my portal masthead I need to display some string based on the portal hosname.
    eg, if my hostname is portaldev.abc.com then in my masthead I need to display a string portal development system.
    I  am new to the portal development, can somebody pls suggest me in getting the portal hostname and pls give me some code snippet on this. appreciate your help , many thanks.
    Thanks
    RAD

    The following portal component could be used to replace your masthead iView . Basically it makes a small table which has the normal masthead plus a bit of code that works out which host you're on and puts out a message,
    Make an iView from it and add it to your framework page in place of the regular masthead and you'll then get the appropriate information.
    public class WhoAmI extends AbstractPortalComponent
        public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
              IPortalComponentProfile profile = request.getComponentContext().getProfile();
              StringTokenizer st = new StringTokenizer(System.getProperty("SAPMYNAME"),"_");
              String message1 = "You are on the ";
              String host = "development";
              for (int i=0;st.hasMoreElements();i++) {
                   String s = st.nextElement().toString();
                   if (i==0) {
                        if (s.equals("abcdef")) host = "production";
              String message2 = " server";
              response.write("<div id=\"WhoAmIArea\"><table width=\"100%\"><tr>");
              response.write("<td align=\"left\" width=\"90%\"><iframe width=\"100%\" height=\"38\" src=\"/irj/servlet/prt/portal/prtroot/com.sap.portal.navigation.masthead.default\"></iframe></td>");
              response.write("<td  align=\"right\" width=\"10%\">");
              response.write("<span class=\"urTxtStd\">"+message1+host+message2+"</span>");
              response.write("</td></tr></table></div>");

  • Overmenu isn't getting displayed in the portal

    Hi,
    I have created overview for my portal and have assigned the same to multiple users. The problem is that, the same overview is getting displayed for some users and it isn't for some.
    Well, if there is anything i can know related to this, it would be very much helpful.
    Thanks in Advance.

    Vipin,
    Open the overview page or iview that you have created in the PCD and open the permissions of it.
    Add the everyone group and check enduser and try.
    Good Luck.
    Sandeep Tudumu

  • Is there any way to print a Pages document that includes the on screen highlights?

    Hello,
    For my studies I have to read and then highlight a number of online documents. By mistake I opened one in pages instead of PDF form and highlighted it that way.
    Is there any way in which I can print out the document with the on screen highlights included?
    I have tried converting the document to a PDF form but once that happens it loses the highlights - I don't really have enough time to go through and re-highlight this in PDF form.
    Thanks!

    Pages (v5.2.2/v5.5) true highlight capability is not Insert > Highlight — which is actually the Author color that won't export or print. To actually select words and place a true highlight behind them, use the Advanced Options menu, and Character Fill Color. The Advanced Options menu is the gear icon adjacent to the underline button on the Text Font panel.

  • Appraisal document header not showing up in the Portal

    when I look at the appraisal document in Portal ESS MSS (using WD4A application Appraisal Document) the header of the appraisal document does not show up (in PHAP_ADMIN it does).
    how can I show the appraisal document header in the Portal?
    regards,
    Tiberiu

    >
    Chris Thomas wrote:
    > Do you know how to set the template such that the Header is expanded (displayed) by default ?
    >
    > Chris
    hi chris, that would almost definitely only be available by doing a webdynpro enhancement to hap_main_document.

  • Display of budget in the portal

    Hi,
    I have an organizational structure in place with a chief position. An employee occupies the chief position and all the necessary comp plans are configured. In addition, i have the budget configured and rolled-up for the comp planning, but am not able to see the budget in the portal. Also, when i access the comp planning iview, it tells me that the users in that org structure don't have a budget assigned.
    1.) Is there any configuration that needs to be done from the portal side to make sure that the budget is displayed in the portal ?
    2.) Is there a reason i get the errors about the employees not being assigned the budget. My assumption is that once you created a budget based on an org structure and release it, it automatically reflects in the portal.
    Any help is appreciated.
    Thanks,
    Bhushan.

    Hi Nazeer,
    I am not sure there is any out of box solution for this from SAP. I did this by coding a AbstractPortalComponent in NWDS.
    part of the code which can be of help is
    IUserFactory userfactory = UMFactory.getUserFactory();
    String unique_user = (String) users.next();
    IUser user = userfactory.getUser(unique_user);
    IUserAccount account[] = user.getUserAccounts();
    response.write(" <TR class=\""cls"\"> <td>" + account[0].getLogonUid() + "</td></tr>\n" );
    Now this out put can be printed in jsp or can be downloaded in excel.
    Regards,
    Vishal
    PS: Reward points for helpful answers.

  • Appraisal Document in the portal ESS

    Dear Experts.
    We have the following issue.
    The consultant of HR created a Appraisal Document and Realase it for display in the portal. The problem is that the Appraisal Document not is displayed in the portal. The system not is update this. And display the previus Appraisal Document.
    Regards

    Hi.
    The system not display none error.
    The Scenar is the following:
    We created an appraisal doc in the R/3 and assigned the chief as the appraiser, but when the chief logs in to portal he can't see the document.
    [Image|http://www.freeimagehosting.net/uploads/667f92a01b.jpg]
    I checked that my user have the  auth object P_HAP_DOC and yes.
    What status should have the appraisal docum for that an employee in the ESS can display?
    Regards
    Edited by: consultor_ess_mss on Aug 13, 2010 9:02 PM

Maybe you are looking for

  • Automaticf creation of purchase order through pr

    Dear Consultants, system is not creating automatic  purchase order. in me59n i am getting the following error Requisition could not be converted i have done the following setting for automatic creation of purchase order 1. in materil master record i

  • Error: Missing initial value for session parameter

    Hi, I'm facing a problem while running the ETL process for Complete 11.5.10 Execution Plan in DAC Client. Some tasks are getting failed beacuse of the following error:- ERROR : TM_6292 : (5080|4064) Session task instance [SDE_ORA_Product_Category_Der

  • Error VMware Tools Installation (Shared Folder) - Ubuntu 15.04 [SOLVED!]

    Workstation 11.1 Ubuntu 15.04 Guest OS Kernel 3.19.0-15-generic VMwareTools-9.9.2-2496486 When I try to install vmwaretools in my Ubuntu 15.04, I receive the following compilation errors (shared folder feature don't work): Initializing... Making sure

  • Timeline output to external monitor

    Hi - I'd like to see the timeline output on an external monitor (TV set with composite in) while editing. I'm told the only way to do this is to purchase an input-output card and one of the most reasonably priced ones seems to be the Pinnacle Movie B

  • Photos into iMovie: yes, it's been addressed, but...

    ... I can't find exactly my issue, at least not recently. Many of the posts on this topic seem to be about exporting to iDVD, but that's not my problem. It starts earlier. My photos get compressed and look terrible as soon as they're imported into iM