Show "Quick Help" in WebDynpro application as default

Hi all,
What I want:
I want to create a default setting for my application to always display the quick help ("Soforthilfe" in German).
I thought this should be done easily, but it seems that this is not the case!
What I did:
Opened application in Config Mode (via URL-parameter SAP-CONFIG-MODE=X) and activated quick help in context menu.
-> This should place the setting for all users, which do not have their own setting for the quick help. BUT it did not! (Even after I deleted the user settings.)
Can anyone help me with that?
Kind Regards,
Robert

Hi Lina,
Your question doesn't belong to this forum.
Please put it in Forum for Web dynpro ABAP under section "Application server". It will help you to get the solution to your problem.
Regards,
Vaibhav

Similar Messages

  • Value help in webdynpro applications

    Hi,
      I have implemented a simple value help application in webdynpro as given in one of the pdf's and it is working fine.
    I get a value and description pair as popup.
    I have changed the field name to "Subject ID" as shown below. and it is working fine too. now i want to change the label for the "display text" field. how can that be done.
    I mean there are 2 fields in the popup. for the first field i have changed the label name to "subject ID" (SubjectType.setFieldLabel("Subject ID"))
    now i want the second field label also to change to "Initials" instead of "display text" which is usually shown as default.
    <b>ISimpleTypeModifiable SubjectType = attributeInfo.getModifiableSimpleType();     
    SubjectType.setFieldLabel("Subject ID");
    IModifiableSimpleValueSet valueSet = SubjectType.getSVServices().getModifiableSimpleValueSet();
         valueSet.put("SUBJ-001","A.B.");
         valueSet.put("SUBJ-002","C.D.");
         valueSet.put("SUBJ-003","E.F.");
         valueSet.put("SUBJ-004","X.Y.");          </b> 
    is there any way to implement that?

    hi,
       I tried implementing Object value selector. I'am getting the data in the OVS table but there are some problems i'am facing
    1.> I cant see the headers for the result table
    2.> I cant see labels for the search input fields.
    I have not used any model binding, am directly binding an element to a node and hardcoding values in the element to test it.
    <b>IPublicOVSCustomController.IOutputListNode node = wdContext.nodeOutputList();
    IPublicOVSCustomController.IOutputListElement elem ;
    elem= node.createOutputListElement();
    node.addElement(elem);
    elem.setName("");
    elem.setId("");</b>
    does it have to do with this kind of binding cause in the pdf it gives an example with a BAPI. there has been a model binding and they are calling it like this:
    IPublicOVSCust.IBapi_Flight_Getlist_InputElement ovsInput =
    (IPublicOVSCust.IBapi_Flight_Getlist_InputElement)
    queryInputNodeElement;
    and the tables automatically show the hearders and there are label fields...does it have to do anything with model binding?

  • Default values for standard WebDynpro application

    Hi all,
    We are using standard WebDynpro applications (as an example Leave Request as part of ESS).
    Are there any functionalities in a standard WebDynpro to set a specific field initially (default value for a dropdown list for example) via the url?
    To be more concrete:
    On a specific portal page I would like to call the Leave Request application with the Leave Type set to the parameter I passed via this url (e.g. http://mywasserver:50000/webdynpro/dispatcher/sap.com/ess~lea/leaveRequest&leavetype=Exceptional%20Leave)
    Any thoughts are welcome.
    Regards,
    Noel

    At the default inplug of your interface view create a parameter that you need to access for e.g LeaveType in this case.
    The variable will recieve the value automatically from the url.
    Set the value in the context variable of the component controller and then access it from the view.
    Hope this link would be helpful
    Re: Can we pass parameters in querystring of the webdynpro application?
    Message was edited by: Noufal Kareem

  • Show explanation by defaul ("Display Quick Help")?

    If I put an explanation element on a web dynpro view, and if I use the design "Emphasized",  it is disabled by default. To see it, users have to right click and select "Display Quick Help".
    Is there a way to display, not hide, such an explanation by default?

    You can use the following code in WDDOMODIFYVIEW. It will never let user disable the quick help.
    DATA api_main2        TYPE REF TO if_wd_view_controller.
       DATA component        TYPE REF TO if_wd_component.
       DATA application      TYPE REF TO if_wd_application.
       api_main2 = wd_this->wd_get_api( ).
       component = api_main2->get_component( ).
       application = component->get_application( ).
       application->set_show_explanation( abap_true ).
    -Manish

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

  • 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

  • Error occured while showing adobe form in abap webdynpro application

    Dear SAP-Masters ,
    This is the mail regarding the error occured while showing adobe form in abap webdynpro application .
    When i run the adobe form seperately it works fine but with abap web dynpro , i'll get following error .
    Pls tell me how to resolve this problem .
    The following error text was processed in the system D35 : WebDynpro Exception:
    The error occurred on the application server DV35_D35_00 and in the work process 2 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: UPDATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: CREATE_PDF of program CL_WD_ADOBE_SERVICES==========CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/LADOBE==================CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L8STANDARD==============CP
    Method: IF_WDR_VIEW_ELEMENT_ADAPTER~SET_CONTENT of program /1WDA/L7STANDARD==============CP
    Method: CONV_VIEW_INTO_VE_ADAPTER_TREE of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: SET_CONTENT_BY_WINDOW of program CL_WDR_INTERNAL_WINDOW_ADAPTERCP
    Method: RENDER_WINDOWS of program CL_WDR_CLIENT_SSR=============CP

    Hi Arjun ,
                Thanx for ur reply ,
                i got following results in ST22 dump analysis :
    '  An exception occurred that was not caught ' .
            and
    Source Code Extract
    Line
    SourceCde
    79
    x_xml = get_wd_context_as_xml( data_source = data_source ).
    80
    m_pdf_object->set_data( formdata = x_xml ).
    81
    catch cx_fp_exception into lr_fpexc.
    82
    raise exception type cx_wd_general
    83
    exporting
    84
    previous = lr_fpexc.
    85
    endtry.
    86
    if fillable = abap_true.
    87
           if m_version is initial.
    88
             m_version = m_pdf_object->get_version_info( ).
    89
           endif.
    90
           if version < ''.
    91
             set_usage_rights( m_pdf_object ).
    92
           endif.
    93
    endif.
    94
    endif.
    95
    endif.
    96
    97
    only call the ads if requested
    98
    if execute_ads_call = abap_true.
    99
    try.
    100
          set document
    101
    m_pdf_object->set_document( pdfdata = pdf ).
    102
    103
          execute, call ADS
    104
    m_pdf_object->execute( ).
    105
    106
          get result
    107
    m_pdf_object->get_document( importing pdfdata = pdf ).
    108
    catch cx_fp_exception into lr_fpexc.
    >>>>>
    raise exception type cx_wd_general
    110
    exporting
    111
    previous = lr_fpexc.
    112
    endtry.
    113
    endif.
    114
    115
    endmethod. 
    and
    Error analysis
    An exception occurred which is explained in detail below.
    The exception, which is assigned to class 'CX_WD_GENERAL', was not caught and
    therefore caused a runtime error.
    The reason for the exception is:
    WebDynpro Exception:
    The occurrence of the exception is closely related to the occurrence of
    a previous exception "CX_FP_RUNTIME_SYSTEM", which was raised in the program
    "CL_FP_PDF_OBJECT==============CP",
    specifically in line 255 of the (include) program
    "CL_FP_PDF_OBJECT==============CM02Y".
    The cause of the exception was:
    ADS: com.adobe.ProcessingException: PDF is not interactive.  Data can only be
    |    imported into interactive forms.(201501).

  • WebDynPro Application Need Help.

    Hi Gurus,
    Our developers have developed a WebDynPro application.We needed to make it available through internet.The first step was to enable the HTTPS protocol on the server which we did  successfully.
    We imported the SSL certificate and enable HTTPS and ran the application successfully.We moved the server to DMZ and generated a public URL for the application.
    Now we are able to run the applicaton on our internal LAN but when we access the application on the internet we are stuck at the login page only even after entering the password and username it comes back to the same login page.
    If any body has any ideas about this do share.We need urgent help on this.
    Best Regards
    Amit

    Hi,
    have you checked the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/af/0489ce55002f44a8c927371bedf719/frameset.htm">security aspects</a>, also HTTPURLLOC?
    Regards, Heidi

  • Need help in developing a webdynpro application using UWL API

    Hi developers,
    Iam developing a new WebDynpro application for UWL using UWL API.the functionality is to dispaly the summary of UWL like number of unread items, total items.
    Iam getting the problem while deploying the application, iam getting warning while deployed the application.
    I have given all possible ways mentioned in the below forum link
    Re: Accessing PortalRuntime at runtime?
    The exact problem is coming at reference file.
    Please giude me how to move forward.
    1. Below is the error when given "tckmcbc.uwl~api" in the service entry
    deployed with warning :
    Finished with warnings: development
    Caught exception during application startup from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while starting application local/UWLCountDemo and wait. Reason: Clusterwide exception: server ID 21763550:com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to prepare application local/UWLCountDemo for startup. Reason=Clusterwide exception: Failed to start dependent service ''tckmcbc.uwl~api'' of application ''local/UWLCountDemo''. Status of dependent component: STATUS_MISSING. Hint: Is the component deployed correctly on the engine?
    2.Below is the error  when i gave PORTAL:sap.com/tckmcbc.uwl~api in the sharing refernce entry
    Finished with warnings: development
    Caught exception during application startup from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Error occurred while starting application local/UWLCountDemo and wait. Reason: Clusterwide exception: server ID 21763550:com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application local/UWLCountDemo cannot be started. Reason: it has hard reference to resource tckmcbc.uwl~api with type application, which is not active on the server.
    Thanks in Advance
    Sekhar.
    Edited by: sekhar c on Mar 21, 2009 11:24 AM

    Please see Kenichi Unnai in his blog "How to use UWL API for NetWeaver BPM Tasks"
    How to use UWL API for NetWeaver BPM Tasks
    The .sca-file can be found on the sap service marketplace, afterwards you need to import the .sca-file, add the SC to your "MyComponents" and then you can select your necessary DC's.

  • WebDynpro Application View

    Hi Guys,
    We create WebDynpro application  that contains three views.
    We want to publish each view to a portal iview.But when we create WebDynpro iview , it only shows the application default view.How can we show the other two views as iview in the portal?

    hi,
    U can create the Iview by using the application name only not to directly.
    I think it is not not possible.
    Or otherwise create three applications and create three appplication assing into one page of three columns.
    Thant might be helps you.
    Thanks,
    Lohi.

  • Unable to test WebDynpro Application

    Hi,
    I am learning WebDynPro Application development by installing SAP NetWeaver 7.1 Demo System from SDN.
    I am able to view the Views as Preview in SE80 Layout TabPage and they work fine. But an activated WDA wont show up on my browser. I seem to be getting a set of errors that take turns, such as "Die URL enthält keine vollständige Domainangabe (sree statt sree.). "
    Occasionally, a logon page is opened in the browser but i dont know what username/password to input. No matter what i input it wont work.
    During installation I did not specify FQDN since I do not know what it is and since mine is a desktop installation.
    I am new to WDA. Could someone help me with a detailed instruction to help solve the problem.
    I have carried out the following:
    OS: Win XP; Web Browser: IE 6
    MS Loop Back Adapter Installed as instructed.
    Java Runtime Engine 1.4.2 installed as instructed in installation.
    Host name set up in : e:WINDOWSsystem32driversetchosts as 192.168.0.2      NSP
    The above IP is connected to home wireless Router network, and internet connection is working fine
    Installation of Netweaver 7.1 Demo system carried out with no errors.So did not carry out any post installation steps but able to work with the demosystem alright.
    SICF activation of services carried out as per the help link Active Services in SICF
    For example, I am trying to run demo_flash_flight application and its ICF is seen as active  as shown in GO TO > HTTP Service Maintenance
    One of the many different errors that come up are :
    The URL http://sree:8000/sap/bc/webdynpro/sap/demo_flash_flight was not called due to an error
    The following error text was processed in the system NSP : Die URL enthält keine vollständige Domainangabe (sree statt sree.).
    The error occurred on the application server sree_NSP_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    Guess the link has to be https instead of http. How to switch this to HTTPS.
    Tried setting up user name/password in the WDA service was not successful.
    Thanks in advance for any pointers.
    Cheers

    Hi Andreas,
    Thanks for the suggestion. It works.  )
    But couple of questions.
    1)It takes a long time to load.
    2) Everytime, i have to manually change the url from hostname to  <localhost>:8000. 
    3)Also what is the default username / password for SAP WAS. Is it right to assume, each time i start the instance, the WAS is also started? is there a way i can tune it so that the browser loads happen fast.
    The above questions are not show stoppers. I am able to work with the programs. Thanks for the suggestion. Going by the SDN posts, there are many who have had this problem. Your suggestion is definitely a helper.
    thanks heaps!
    Cheers Sree

  • Reset and close ur  webdynpro application

    hi
        I have a RESET button in the main window  which
      need to be reset and  moved to starting stage  after certain operations have been done when i click on RESET button ,
    and other is close button where  the whole WEBDYNPRO
    APPLICATION has to be closed .  how can this be done.
    i have used certain method where i called WDCLIENTUSER
    and closed the application , but its moving to the next page
    and calling the SAP default logoff.htm page . 
    can any one help me ?

    hi
    thanks  for the response 
    WDClientUser.forceLogoffClientUser(null);
    this will move to the next page as  show  a  message 
    webdynpro application terminated , good bye 
    instead  ,  can  we  show  out  own  messages  or message
      any suggestions  ?

  • Debugging WebDynpro Application( Java)

    Hi All,
    Can anyone help me to understand how to debug a webdynpro application in java.
    To be more clear what are the steps right from starting the debugger to viewing the data in the variable.
    Thanks in Advance.

    hi Hemalata,
    to debug an webdynpro application follow these steps:-
    1.First put <b>breakpoints</b> in your code on the lines you wish to debug.(<b>double click</b> to put breakpoint).
    2. First step would be to goto <b>Window Menu</b> -> <b>Preferences</b>
    In <b>Preferences</b> setup the SAP J2EE with  the appropriate <b>Host</b>   and   <b>Port</b>.
    3. Goto <b>Window</b> -> <b>Show View</b> and select <b>J2EE Engine</b>.Make sure you <b>J2EE </b> engine is up and running.Also make sure that the  debug mode for <b>SDM</b> and <b>SERVER0</b> variables is <b>ON</b>.You can check these paramters in the J2EE Engine TAB.
    4.Now goto <b>Window</b> -> <b>Open perspective</b> -> <b>Other</b> and select <b>Debug</b>.The Debug screen should open.
    5.Next goto <b>Run</b> ->Select <b>Debug</b> -> Select <b>Webdynpro Application</b> -> click on <b>New</b>.
    6.Give the <b>Name</b>  for  your configuration.In the <b>Debug Tab</b> select your <i>Project</i> and <i>Application</i>. In the <b>J2EE Tab</b> select your <i>J2EE Engine</i>(should be selected by default).Click on <b>Apply</b> and then on <b>Debug</b>.
    7.Your application should run automatically.In case it doesnt run it manually.Now once you trigger the event which contains the breakpoint given code the window should automatically shift from INTERNET EXPLORER to NETWEAVER.
    8.Now <b>select any variable</b> you wish to see the value for , <b>right click</b> and select <b>Watch</b>.You should see the values in the top right window in Debug view.
    9.Use <b>F6</b> for step by step debug, or <b>F5</b> for breakpoint to breakpoint debugging.
    Reward points if this is of any help.
    Thank you in advance.

  • View custom payslip using the standard webdynpro application in ESS

    Dear All,
    We want to display a custom developed payslip in the Salary Statement webdynpro application in the ESS. Our Custom Payslip gets called from a custom program. Can anyone please let us know how to call this program from the standard webdynpro salary statement appplication.
    With Regards,
    Kaustuv Goswami.

    Hello,
    What you have to do is create an iview for Webdynpro Application which you deployed on the portal ....add it to the workset and the role ....then copy the PCD Location of it and then goto the ECC SPRO -> Cross Application Components -> Home Page Framework -> create a new Resource and specify the PCD Location in the URL of the PCD Column of it ...then create a Service ...assign the resorce created for it ...and then finally add the Service to the SubArea you want and it will show in the portal under that SubArea like Personaol Information or others....
    Hope it helps.
    Shikhil
    Edited by: Shikhil Arora on Dec 4, 2008 3:56 AM

  • Issues while running a WebDynpro Application through portal.

    Hi,
    I am trying to execute a webdynpro application through portal and facing some issues. I hope to get a significant help from the experts:
    > Initially, a report is called from the portal which in turns calls the WebDynpro Application.
    > After this, I am again trigerring "FIRE" event in order to go back to report.
    At this step, portal shows a message "The Page Can Not be Displayed". Browser link field contains the event name which I am passing to the Fire Event.
    Can anybody let me know the root cause for this issue? Below is the piece of code that I am using for navigating from Webdynpro to Report.
            l_sapgui_manager->fire(
              EXPORTING
                name = 'INDI'
            parameters = lt_parameters ).
    lt_parameters contains some field values which are required in the report.
    Thanks,
    Ashish

    No Solution

Maybe you are looking for

  • Index on LRS returning error

    Hello We running some test on Oracle Spatial 8.1.7 on NT using LRS. After conversion our test dataset (roads) into LRS, we're trying to create an index on the geometry column. We're receiving the following error: ORA-29855: error occurred in the exec

  • Printing problems after installing OS X  version 10.4.8

    I reciently upgraded to OS X version 10.4.8. After doing so, my Dymo Twin Turbo Label Writter won't print. I also am having problems using my Epson RX700 All-In-One Printer Scanner where the scanner cannot be found. Both of these printers worked flaw

  • Delivery order by IDOC

    Hi Experts, I'm trying to make a delivery order by IDOC type DELORD (ORDERS05). Does any one process with this type of massage? I create several orders, but I still have a problem with orders. They look almost the same but still not working. Could so

  • How to call a function with the dependency editor

    Dear all, I am trying to develop a dependency for the charectristics with dependency editor (t-code:CU01). But it always occurs an error "E28152 Function myfunction is not declared". The following is the snatch of my code. Please provide me the solut

  • Spotlight hidden behind menu bar in Leopard?

    I updated to Leopard three days ago with no problems. Today, however I suddenly find my spotlight drop down box is three quarters hidden behind the menu bar and I cannot get it to appear in front of it. Weird. Does anyone have an idea what's going on