Help option for webdynpro Iview.

Hi all,
      Need to implement <b>help</b> option for webdynpro iview.
i found it can be implemented through Par file http://help.sap.com/saphelp_erp2004/helpdata/en/50/bb174082fe1961e10000000a155106/frameset.htm
i want this to be implemented for webdynpro iview.
thanks in advance.
Regards,
Srikanth.

Hi all,
      Need to implement <b>help</b> option for webdynpro iview.
i found it can be implemented through Par file http://help.sap.com/saphelp_erp2004/helpdata/en/50/bb174082fe1961e10000000a155106/frameset.htm
i want this to be implemented for webdynpro iview.
thanks in advance.
Regards,
Srikanth.

Similar Messages

  • TSD(Technical specifications document) for webdynpro iview

    Hi,
    Do we hav any standard template to prepare TSD for  WEBDYNPRO-IVIEW as we hav it for reports and interfaces?Please send it to me as soon as possible if u hav it,i need it immediately in my project work.
    Thanks,
    Deepthi.

    Hi
    send me a test mail with subject dynpro Ts at [email protected] I will reply you back with the template
    Regards
    Vishal kapoor

  • How to implement the documentation help function for webdynpro application

    We have implemented SAP Travelmanagement ESS services which uses ABAP Webdynpro. In each of the screen there is a "help" link on the top right corner. I would like to know how to use this function to link a help file that explains what needs to be done on each screen.
    My requirement is to provide screen specific help information as a document for each of the screen in my webdynpro application.
    Any suggestions, options, samples from the experts would be most appreciated.
    Regards
    Vivek

    Hi Vivek,
    seems to be your WDA are built by FPM, thats how by default you will be getting help link in top corner.
    when you click on help link it has to display the help related data.
    for this sap calls the standard wdc: WDHC_COMPONENT and the view:WDHC_APPL_HELP in this view you will see the element as: TEXT to fill some text which is your help data.
    there might be some way to fill this TEXT (text view) try this.
    or else i will check and upate you soon.
    all the best.
    Regards,
    Mahesh.Gattu

  • Help Text for Webdynpro Application

    Hi Guys,
    I've created a "Help" link. clicking on it displays a popup  Help_Window. I want to display paragraph of  Text in this Help_Window.
    Is there any element available where i can enter a paragraph of text ?
    ( my goal is to create  documentation for the application. just like we do documentation for se38 programs )
    Your inputs are highly appreciated.
    Thanks in Advance.
    Arun.

    Solution :
    1. Create MIME to import the help.PDF file which contains documentation to your application
    2. In Help_View i have included the element INTERACTIVE_FORM.
    3. In method WDDOINIT of HELP_VIEW  i have included the following code to call the help.pdf file
      data:
        mime_repository type ref to if_mr_api,
        content type xstring,
        url type string value '/SAP/BC/WebDynpro/SAP/WDR_TEST_ADOBE_PDF_ONLY/test.pdf'.
      mime_repository = cl_mime_repository_api=>get_api( ).
      call method mime_repository->get
        exporting
          i_url = url
        importing
          e_content = content.
      wd_context->set_attribute( name = 'PDF' value = content ).
    4. on clicking the help link from my main window i'm calling the HELP_VIEW as a popup window. in this window it displays the help.pdf file which give the documentation about the application.
    check example - WDR_TEST_ADOBE_PDF_ONLY

  • F4 Help Option for fiscal year/period to show most recent one first

    Hello Friends, We have audit team which wants this F4 Help for fiscal year/period to show the per/year in the current one first and then old one. Like 007/2007, 006/2007 -
    012/2005
    Please tell me if there is any Settings in Web template or in BI to make this work. Please help asap since auditor are required to test the reports for SOX.
    Thanks
    Regards
    SK

    i don't think it's possible... if you want you can restrict it to fiscal year 2007.

  • Hide Personalizse and Details option in webdynpro page

    Hi,
    I have created a page for webdynpro application through SPRO. When I open a page in portal, i'm able to see Personalize and Details options.
    How to hide personalize and details options in Options for webdynpro iview/page.
    Thanks for your advice.
    Regards
    Vasundhara

    Hi Vasundara
    1) Login into Portal as Administrator
    2)Contenet Adminsitrator
    3)Portal Content
    4)Navigate to the page for which you want to change the options
    5)Open the page in <b>Object</b> Mode
    6)Goto Appearance Tray in Property Category
    7) Deselect <i><b>Show ''Personalize'' Option</b> </i>and <b><i>Show 'Details' Option</i></b>
    Regards
    Chaitanya.A

  • Help URL for ESS web dynpro applications

    Hi gurus,
      I am trying to assign help URL for a standard ESS iView( Record working time).
      When i go to the iView properties i have property showhelp. I have the same property for the page record working time.
      When i set this property to yes at the page level the help option shows up and whn i set this at the iView level the help option does not show up ( in the right hand corner of the page or iView)
      My main question... how do i set up the help url for this help. becuase even for page when i click on help it says "no help found"
      I want to give a URL for this help link.
       Any thoughts on why this option is not popping up when i set the show help option for iView and how to enable the help URL for iView as well.
       Appreciate any help on the same.
    regards
    Sam

    The Help option should show up in the iview tray if you set it at the iView level.  Im not sure why that part isnt working for you.
    For the iView help, you can set the property URL to Help Topic property on the iview or page. 
    If your version doesnt have this property, you can use the PCD inspector (available under system administration>Support>Portal Content Directory-->PCD Inspector).  Browse to the iview, click on prop editor, click the Switch to PCM property.  Edit the com.sap.portal.iview.HelpUrl and enter your help url.
    Hope this helps-
    Marty
    Message was edited by:
            Marty McCormick

  • Webdynpro iview

    Hi
    I am trying to create a webdynpro iview, but I am confused about parameter.
    In order to call my webdynpro application directly I use the following url:
    http://fhnt01:50000/webdynpro/dispatcher/local/apon_wd/Apontamentos
    For webdynpro iview creation it requires two parameters:
    WebDynproNamespace
    Application Name
    I supposed in this case application name should be "Apontamentos"
    And WebDynproNamespace? I tried apon_wd but it did not worked:
    500 Internal Error
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Wrong WebDynpro-URL: no application name specified
    Thanks.

    Hi Pankaj,
    I read where you were speaking of the Webdynpro Browser...can you tell me what we need to install/configure to make this work? Any of the Webdynpro sections in EP (including in PDK) all bring up Page Not Found messages.
    Thanks,
    -Kevin

  • Custom Help text for Oracle Apps

    Hello All,
    We are currently on 10.7SC(!) and would like to know how we can customise the online help files to include text that is specific to our setup.
    Basically, we would like the 'Window Help' option for some key forms (PO entry, Invoice workbench, etc..) to contain the custom text.
    Has anyone done this before? Any help/ideas greatly appreciated.
    Many Thanks,
    Vipul.

    I'd post this in weblogic.developer.interest.management or
    weblogic.developer.interest.management.console newsgroup, since no security code
    is envolved here.
    Pavel.
    "Mihhail" <[email protected]> wrote:
    >
    Hello,
    I'm developing a custom authentication security provider for Weblogic
    8.1 sp1.
    Everything goes well, I mean according to the documentation, that says
    that attributes
    and operations for custom atn providers specified in MDF file are automatically
    supported by Administration Console. I do see them in a console, but
    whithout
    help/description text. I've tried to use DisplayMessage and Description
    properties
    of MBeanAttribute in MDF, but the only way my attributes are reflected
    in Details
    tab is an attribute name followed by it's value box. Should I write a
    console
    extension in order to have attribute help text displayed, or there is
    some simplier
    way to achieve that (any property in MDF or any option to MBeanMaker
    utility etc)
    Thanks in advance, Mihhail

  • Personalization option for Standard Webdynpro ABAP iView

    Hello Experts,
    We are stuck with an issue on personalizing a Webdynpro ABAP application.  Personalization option is available for Webdynpro Java iViews, when we preview the iView from the Administrator's login and do a Control + Right click.  This will provide a dialog box where we can personalize the iView.  We can do personalization on the existing fields (hiding the fields, changing the text etc).  But this is not happening with Webdynpro ABAP iView. 
    Scenario:
    We have a Standard Webdynpro ABAP iView which has 3 rows of links (Row1 - 5 links, Row2 - 2 links and Row3 - 2 links).  The client wants only one link in Row1, one link in Row2 and one in Row3.  I tried hiding the other links through Personalization.  It is not working as am able to see the changes only with the Admin ID.  When I assign this iView to a different user and tried viewing the iView its showing all the links. 
    But the strange thing is that, if I hide the complete row (eg. Row2 both the links are hidden),  then am able to see the complete row being hidden with both the Admin ID and also the end user's ID.  So not sure where am I missing.
    Please refer the link for the Personalization option available for Webdynpro ABAP iView.
    [http://help.sap.com/saphelp_nw04s/helpdata/en/46/98ce61f37d19ace10000000a11466f/frameset.htm|http://help.sap.com/saphelp_nw04s/helpdata/en/46/98ce61f37d19ace10000000a11466f/frameset.htm]
    Any help in this regard will be greatly appreciated.  Thanks in advance.
    Cheers
    Madhu

    Hi Volker,
       Thanks for your reply.
       I think, I have set the properties of the iView right. I have tried with all the options for the property "Launch in new window" property of the iView but it didn't work.
       "By home page framework" I mean that the link of the iView in portal has been created using the "Home page framework" i.e. from "SPRO" transaction in the backend.
       Please let me know if you need any other input from me.
    Regards
    Mukesh

  • API - method for Webdynpro Java iview functionality of Print

    I know.. you would love to post me with n different blogs and forums discussion about how to print from webdynpro java application.
    But lets read before what i am looking for..
    There is standard "Print" function available on webdynpro for java iview.. and layout and all its just fine for us. though we want to trigger this event from a screen button. as going to iview properties is very user friendly.
    I was looking for some iview api which can help me.. We are on NW 7.01 SP6 at the moment. And this is for standard ESS applications.
    Thanks a lot for your inputs.
    Regards,
    Sudhir

    Hi
    You can write Java program for printing. Call the java class from screen (button or Url). Also you can write the content to XMl file.open the xml file in action. so that u will get print preview and print option.

  • Print Option for iview in Portal

    Hello Experts,
    In ESS/MSS almost all iviews we have option call "Print" in right top corner of iview
    when i click on Print
    i get the following error
    com.sap.tc.webdynpro.clientserver.session.SessionExpiredLongJumpException: Application session has expired: No application session with ID wdnRLqM5F7yGikZlMHC lw==rZq0cozoccUloYHc1XTJMg==/pcd:portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.pages/com.sap.pct.erp.mss.hcm/com.sap.pct.erp.mss.position_profile/sap.com/mss~ppro/PositionProfileApp/base exists. Hint: A follow-up request was sent to Web Dynpro, but no corresponding session was found under the existing sessions. Reasons: a) Session has expired; b) Web Dynpro is called with incorrect session parameters; c) Application session has been destroyed due to proceeding exception. Please restart the application.
        at com.sap.tc.webdynpro.clientserver.session.ClientSession.doSessionManagementPostProcessing(ClientSession.java:868)
        at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:302)
        at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
        at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:69)
        at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
        ... 35 more
    what is the cause of the error  , do i need to set any properties.
    any help
    Thanks
    Regards
    Vijai

    Vijay,
    SAP Note :  890314 - EP on NW 2004s - Central Note for EP-PIN-AI says below:
    Web Dynpro for ABAP cannot start active documents in the Portal
    You are using Web Dynpro for ABAP iViews in the Portal and you want to start active documents (e.g pdf files) or Excel files from the WD Dynpro application or you want to preview the print output. You discover that the new window is opened but it remains blank. However it works, when running the Web Dynpro for ABAP application outside the Portal or when using Firefox instead of Internet Explorer.
    The problem is that the Portal provides an external session ID to Web Dynpro ABAP which is reused to open the new window. The external session ID is URL encoded which is removed by Internet Explorer, so that the server receives a different ID for the active document request.
    The solution is to use only URL save characters for the representation of the external session ID, so that the ESID must not be URL encoded at all.
    This problem is fixed in SAP NetWevaer 2004s
    SP12 path #1
    SP13 (and beyond)
    Checkout this SAP Note as well:
    Note 907959 - Print Issue In Skills Profile -ESS Application
    Regards,
    Karthick Eswaran

  • Create iView for Webdynpro DC in CE 7.1

    Hi all,
    I have created a small Webdynrpo DC  applicaiton in CE 7.11. I need to create iview for that application in the portal.Can anyone help me how to do that?. Bcoz there are mnay templates availble, i dono which one to use for WEbdynpro Java application.
    pls suggest.
    thanks,
    raji

    Hi buddy,
    Do follow the following steps to create a WD Page in the PCD.
    1. Logon to the portal with a user have content administration privileges.
    2. Browse to Portal Content. Expand the node named "Web Dynpro Applications".
    3. Browse the expanded node until you find your WD application.
    4. Right click the application and select the option Copy.
    5. Now browse to the project folder where you want to create the iview under the node Portal Content.
    6. Right click the folder and select the option Paste as PCD Object.
    7. Give the appropriate name and id and click next.
    8. Click Finish to complete the process.
    9. Open the newly created object and preview to see your work.
    Hope this helps,
    Good Luck!!!
    GLM

  • Error when copying a webdynpro iview for one environment to an other

    I am currently setting up a training environment for test purposes.
    I have to copy some webdynpro appplication iview.
    I do the export of the i view but unfortunatly when I import my webdynpro Iview, there are many properties in the new system  that are missing such as application name which give the link to my java application.
    Of course the iview doesn't work.
    Do you have an explanation why the properties are missing? A resolution since I try many time the import.
    Regards,
    Julien

    Hi Julien,
    Please check the status of SLD and JCO in content administrator >> Web dynpro in the portal (new enviroment).
    then deploy your wd applciation.
    then create the transport package - export for webdynpro appplication iview. and import in the new enviorment
    Hope this will help you.
    BR
    Arun Jaiswal

  • WebDynpro proxy page with Webdynpro iView and SAP Gui for html iView

    Hello,
    I have a requirement to have a page that has at the top of it a webdynpro for java iView screen with several links that when pressed pop-up various data pulled from the back-end. This part is fine and presents no problem. Beneath this the requirement calls for a SAP Gui for HTML iView to be displayed. Which is no problem either. The problem occurs when one of the links in the java webdynpro application at the top of the screen is pressed it causes the SAP Gui for HTML portion to refresh and come back to the beginning. So for example you first navigate to this screen and you go into the sap gui for html portion and drill into 2 or 3 screens in the sap gui for html transaction. If you then press one of the webdynpro links the sap gui for html (which is a separate iView) refreshes and you are taken back to the initial screen. This only occurs when using a web dynpro proxy page. If I use a standard page the SAP Gi for html does not refresh. Unfortunately there are other things not mentioned here that require us to use the webdynpro proxy page.
    Any help is greatly appreciated,
    Bert

    Use System admin -> System Config and find your system in the PCD (under portal content). Right click and open -> permissions. Find a user or group or role and give it the end user permission. I'd suggest the group Everyone.
    Cheers

Maybe you are looking for