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

Similar Messages

  • 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 Field Name.....

    Hi Experts,
    In ALV Report there is Feild names like Order No., Qty, etc.
    When the user moves the cursor to the Feild Name i.e. Qty, it should show help text "This Qty is for A-B...".
    How to bring help text for Feild name when the cursor move to feild name ?
    Pl. guide.
    Yusuf

    Hi Shiva,
    There is no field TOLLTIP in SLIS_FIELDCAT_ALV.
    My sintex is :
      w_fcat-col_pos     = 9.
      w_fcat-fieldname = 'FACTOR'.
      w_fcat-seltext_l = 'Stock Value (55 %)'.
      w_fcat-outputlen = 18.
      w_fcat-do_sum = 'X'.
      APPEND w_fcat.
      CLEAR w_fcat.
    Is there any other way becaz there is no field like tooltip?
    Yusuf

  • How to display help text for Region in a page having more than one region

    Hi all,
    I want to display help text for each region in my page. I have 5 regions in my page.
    I have a big help text for each of my region so can any easy way is there to put the help text for each region more than 10 lines .I tried lot by searching forums but not able to implement. any document is there then please let me know.
    Thanks in advance,
    Amit

    i mean either if we click the region title name it should display some help text of near about 10 lines in a popup window.
    Or on moseover whenever we will put the cursor into the region title then it should displat the help text message of line 10.
    Hope you will get my qustion well.
    Thanks,
    Amit

  • Error while configuring Debugging for WebDynpro Application

    Hi Experts,
    I am trying to configure Portal server for debugging a WebDynpro application.
    In NWDS , in Debug configuration
    When i tried to add my Webdynpro Project and application under Debug tab , No problem.
    But when i checked J2EE Engine tab : it showed the following error.
    <b>[J2EE Engine]: the selected server node does not run  in restricted load balancing mode, please configure it correctly so that the URL extention can be used</b>
    And ignoring it when i started debugging the application , the URL was formed like this :
    http://<host>:50000/@@@DEBUG@@@7672950/webdynpro/dispatcher
    /local/WDtest/WDtest?SAPtestId=1
    with the error :   The requested resource does not exist.
    Details: Go to main page of this application!
    Can anybody help me to fix the configuration.
    Regards,
    Ashish Shah

    Hi,
    To configure to the debugging mode... follow the steps:
    1. Select "SDM" from J2EE engine (To get this view navigate thru Window--> Show View --> J2EE Engine)
    2. Make a right click on "SDM" and choose "Enabling Debugging of Process"
    3. Now, Navigate to Run --> Debug --> Select your Project as "Webdynpro Application" and click "new" button
    4. Now give some name and Click BROWSE to select ur project and then click APPLY and DEBUG
    Or if u use 2004s, then u can do the settings in Portal itself...which gives u more clear information...  follow the link
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d0cb32c5-36a7-2910-2c9b-ba4a5bbdbb56">WebDynpro Java Debug Configurator</a>
    Hope it helps...
    Regards / Guru

  • How to create the IView and Roles ,User for WebdynPro Application in Portal

    Hi,
           I have one simple webdynpro application. i want to create the user,Role and Iview for my webdynpro application in the Portal . after that i need to assign the roles to the user and i want to see the different output for each user depends upon the Role.
      Can anyone give me Tutorial page(PDF) or Guide me How to do?
             Thanks in Advance
    Regards
    Ramkumar

    Hello Ramkumar,
    following please find the link to available documentation in SAP Help Portal:
    http://help.sap.com/saphelp_nw70/helpdata/en/42/fa080514793ee6e10000000a1553f7/frameset.htm.
    Regards,
    SAP AG
    Gesine Raith

  • Callable Object for Webdynpro Application

    Hello,
    I have  a Webdynpro for Java Application where I am importing a model from R/3 and displaying certain records......and want to include it in GP Framework....so which is the Callable Object I should use.....i tried using Webdynpro application type but it gives me the error at runtime while execution as :
    Application error occurred during request processing.
      Details:   com.sap.tc.webdynpro.services.sal.core.DispatcherException: Failed to start deployable object sap.com/home~<webdynpro component name>
    Any help would be highly appreciated.
    Regards,
    Anil

    Hi Anil,
               I am also facing a similar problem . Can you please guide how to solve it.
    Thanks and Regards,
    Anurag

  • Help in importing WebDynpro application to NWDS.

    Hi,
    I need to customise an iview. These are the information i have -
    1.  platform of this ivew is WDJ.
    2. got codelink of the iview -com.sap.portal.appintegrator.sap.webdynpro
    3. got the corresponding par file.
    4. In the business package document, it says a folder name as the data source of this iview. i traced the folder of it.
    now how do i move forward?
    1. When i imported the par file, it opened in the package explorer as a portal application project, but could not find any source code. How do i open it in WebDynpro perspective?
    2. how do i import all these (data source + par file) into NWDS so that i can view the code in the WebDynpro perspective...
    I am already tired of searching the entire SDN.  Can some one help out to explain the steps in simple terms for me to move forward. I am in the process of learning this (portal customisation through WebDynpro Java).. kindly help :).
    I am just trying out in the test system.hence decided not to use JDI.
    Thanks in Advance,
    Anto.

    Hi Antony,
    As you mentioned WebDynpro application then there should be .EAR file not .PAR
    and the procedure i gave you earlier is not applicable for .PAR (Portal Archieve)
    for this please follow the following method.
    if you want to test the application directly, login in to the portal and navigate to system administrator -> support -> portal runtime -> administration console and import the .par file and then create a new iview in portal content and select par file name and you can see the application.
    if you want to see the code, import the .par file in EP Perspective and if it is a JSP Dynpro application, you can find the code in <b>\dist\PORTAL-INF\pagelet</b> folder.
    Also <b>you can not see the PAR in WebDynpro perspective</b> you can only open it in EP Perspective.
    hope now i got the right procedure for you. As per your Subject line, i quickly posted you the procedure to import webdynpro application to NWDS but in your case you are dealing with portal project.

  • Cannot maintain JCO connection  for webdynpro application in Portal Admin

    I cannot create or modify the JCO connection in Portal Content Admin->the application.name while executing webdynpro application.
    There should be a red or green icon Butr in my case for my application ,
    The create or test is disbaled .Colored  icon is not there.
    I am using SAP sneak preview and its first time.Should I check SLD settings.Pls help.
    George

    how to maintain it?
    accidently deleted SLD form localhost/sld url and now i cannot change or add the sld.It gives page cannot be displayed.PLs advice how to fix it  or should i reinstall it?
    George

  • Quicklink for WebDynpro application

    Hi everybody,
    I'd like to set up a quicklink to access my WebDynpro application as I can access for example the UME (http://<server>:<port>/useradmin)
    How can I build a URI like http://<server>:<port>/myApplication?
    thanks in advance
    regards
    Jan

    Hi Jan,
    A quick (and dirty) workaround would be to create htm file.
    the htm file will contain this:
    <html>
    <iframe
    src="/webdynpro/dispatcher/local/<project name>/<application name>"
    width="100%"
    height="100%"
    scrolling="auto"
    frameborder="0"
    >
    </iframe>
    </html>
    put the file under
    <drive>\usr\sap\<SID>\JC<InstanceNumber>\j2ee\cluster\server<No>\apps\sap.com\com.sap.engine.docs.examples\servlet_jsp\_default\root
    Then, you can run your application by:
    http://<server>:<port>/<file name>.htm
    Omri

  • Banner for WebDynpro application

    Hi,
    How to include banner as header for my WebDynpro application?
    Thanks
    Siva

    Hi,
    I want to place an image as banner to my WebDynpro application.
    Currently I have placed the image in header of group element.
    When I view the screen in the browser, I am getting space between image and top of the screen.
    I want to show the image at top of my screen.
    Could you please suggest any solution for this/
    Thanks
    Siva

  • Context Root for WebDynPro Applications

    Is it possible to give a custom context root for a WebDynPro Application?
    Ex: http://localhost:50000/myapp
    Thanks and Regards
    Chandu

    Hi,
    If u r talking about Custom Controller context , it is possible.For every WD component bydefault one component controller will be there and u can create any no of custom controllers.Both r faceless entyties and work as globel resource for any views in the component.
    Regards,
    Srikanth Reddy.T

  • Supporting  Environment for WebDynpro applications

    Hi All
    Please let me clarify my doughts...
    1) In local machine where all webdynpro applications stored...I mean I wnat to know path.
    2) who(Developer/Administrator) will deploy the webdynpro components and what is the process to deploy webdynpro components in to SAP Enterprise portal.
    3) In support environment which tools willbe used to give support for applications, which are developed using webdynpor technology.
    I mean how the tickets will be handled,,I worked for some days in java, where in that environment i have used remedy tool to get tickets from the clients.
    4) In local environment how can we run and deploy webdynpro applications...
    5) Can we use make utility for webdypro applications as we can use for java applications..
    Thanks
    Seshu..

    Hey Seshu
    1>By default it'll be in
    C:Documents and Settings<user>.dtc
    2>FYI we dont deploy applications in EP, we deploy in the J2ee engine and portal just a component on top of the java engine.
    An Administrator can deploy the applications developed.
    or anyone can deploy applications knowing the SDM password
    3> am not clear on wat tickets u spekin
    4>you need to deploy once in the server and then run the application throught he url generated after deploying.
    5>need more clarity..
    [Still More Details|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/29fd0ec7-0301-0010-359f-9f50928528db]
    regards
    Harish
    `

  • 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

  • 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.

Maybe you are looking for

  • I can't use my applications now without a subscription. Thats wrong.

    Below is a recent conversation transcript. I was trying to get a CLEAR answer as to what would happen after my 1 year "promo" subscription ran out - or if there was an avenue to simply just use the versions I downloaded. What I received was scripted

  • How to Create a new plugin in Strobe Media PlayBack?

    Hai               i want to create a plugin for swf,and added into the Strobe media Playback.i follow this link:http://osmf.org/dev/osmf/OtherPDFs/osmf_plugin_dev_guide.pdf But my plugin is Not Loaded ,i dunno wats the reason.Anybody kindly Help me,a

  • HT1051 change country of shipping address

    Hi, I am in Italy and I have an Italian account, I would like to ship my calendar to US but when I've tried to change the shipping address I could select only Italy, do you have any Idea on how I can make the calendar shipped to a friend in US? thank

  • Very Urgent help in Forms Personalization/Custom.pll for Dff

    Hello everyone, I want to enable the existing DFF segment i.e. Attribute12 when schedule_ship_date get changed. Means if schedule_ship_date changes then I want to store it in DFF segment. Please can you tell me the steps how i can enable the DFF segm

  • Extract data from Servo Tune in MAX

    Hello, I would like to know if it's possible to extract the data gathered in ServoTune in the MAX utility.  I am using the "jog" feature to view the velocity profile with the built-in graph.  I'd like to extract this data, and do my own analysis on i