Bringing up a WDA in NWBC

Hi All,
There a existing WDA which would be displayed in the NWBC. We have developed a custom configuration for that application. The URL of the new application will now be appended with " &sap-wd-configid=ZTM_POWL_CONFIG_APPL".
The requirement is to display this configured application in the NWBC, instead of the earlier one.
Please help on this.
Thanks,
Selvakumar M,.

I suggest you have a look at the online help:
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/d80fccdaba5705e10000000a1553f6/frameset.htm
http://help.sap.com/saphelp_nw70ehp1/helpdata/en/44/d8120bdaba5705e10000000a1553f6/frameset.htm

Similar Messages

  • Webdynpro in NWBC

    Hi.
    I created a webdynpro application in my ECC server.
    But now i need to replicate all the stuff using NWBC.
    I never used NWBC.
    Can someone help me by listing down the steps to create a webdynpro application in NWBC including configuration (special if required).
    Thanks.
    Edited by: vaibhav.bhandegaonkar on Sep 21, 2011 11:39 AM

    SUNIL B SMG wrote:
    Hi Vaibhav,
    >
    > Create a TCode (SE93) for the Webdynpro application,check the below link
    >
    > http://help.sap.com/saphelp_tm60/helpdata/en/43/27ca50d51e0b19e10000000a1553f6/content.htm
    >
    > and while creating the TCODE for the application put STARTMODE = GUI (to display in GUI itself) or BROWSER (to display in browser)
    This information is completely incorrect for usage of WDA in NWBC. There is absolutely no reason to create a TCode for the WDA application for it to run in the NWBC. In fact that that would be a waste as WDA can run native inside the NWBC canvas. Simply configure your role either in PFCG or the NetWeaver Portal (depending upon which role repository the NWBC runs in) and include an entry for this WDA application. No special configuration needs to be done to the WD Application for it to run in the NWBC.

  • ESS Travel different screen

    Hi all,
    I am using ESS in NWBC using standard sap roles.
    When we go for create travel request. I am getting screen like this.
    In additional Information, You can see the tabs.
    But I need it like this.
    I need Travel mode & comments in additional information.
    I am getting the option for comments in ECC. But not in NWBC.
    How can I make the changes to bring Comments & Travel mode in NWBC.
    Pls give me some solution.
    Thanks,
    Namsheed.

    HI Shankar,
    I have configured manually by going through this path and I got comments field in NWBC.
    The path I gone is : SPRO->Financial Accounting(New)->Travel Management->Employee Self-Services->Interface Configuration for the Web-Dynpro Interface in Travel Management.
    Then I selected 99
    Chosen trip Schema PL. i checked
    There i checked additional info. Now I am getting comments field. But still Travel mode is pending. What to do for getting travel mode..??

  • Role Menu for ESS (WDA) in SAP NWBC

    Dear experts,
    I am implementing ESS&MSS using SAP NWBC. For this use the following documentation:
    Configuration of the Role Menu for ESS (WDA) in SAP NWBC - SAP Documentation
    SAP delivers the composite role SAP_EMPLOYEE_ESS_WDA_2.
    1. Call up transaction PFCG and create or copy your customer-specific role based on the standard shipped composite role for ESS (WDA), SAP_EMPLOYEE_ESS_WDA_2 in the customer name space (Z_*.
    I have copied this role with the singles roles
    My first question: Should modify my composite role for add a new folder that content two applications WDA customer or this should do it in the single role ? How Can do it?
    My second question:
    What I dont can display the folder in top screen "Employee Self-Service"---"Employee Self-Service XX"---"Employee Self-Service2"(See Image leff)
    Thanks

    Hi Armin,
    For NWBC you must place transactions under the second folder down (or at least this is how its works for NWBC for ERP roles). Standard NWBC roles have 'Role menu' as top folder and then (generally) one main folder under that - like 'Purchasing'. Transactions should go under this folder or under subsequent sub-folder.
    There are additional parameters using right click 'Details for Net Weaver Business Client' under PFCG also - but assume your documentation has explained this to you.
    Regards,
    Craig

  • Display Request Form is not triggering in Standard SAP WDA : FITE_REQUEST

    Hi Guru's,
    In our Travel Scenario in NWBC, Once the employee finish the Travel Request he is unable to take print out by clicking on Display Request Form. Nothing is happening when we click on "Display Request Form".
    The Form I am using is FITP_REQUEST_FORM. It is displaying perfectly when I execute via SFP. The problem I am facing is nothing is happening when I click on "Display Request Button" in WDA
    Application:
    FITE_REQUEST
    Application Component:
    FI-TV
    Component:
    FITE_VC_REVIEW
    Window:
    VC_WINDOW
    View:
    REVIEW_VIEW
    Application Component:
    FI-TV
    Give me some lights to solve this issue
    Thanks,
    Namsheed.

    Hi Samuli,
    Issue is solved. It was Program Error from SAP side.
    Now All the buttons are working fine and I am able to print PDF also.
    Solution is implement the note 2031585 - SAP NWBC ABAP Runtime Patch 40.
    System Details : ECC 6.0 NetWeiver 7.4 ,
                                EHP 7 , SP-Level 06
    Thanks a lot for all your suggestions.
    Regards,
    Namsheed.

  • Error on Analysis tab in GRC 10 on NWBC

    Hi All,
    I am really new to the SAP environment and have been configuring it to run GRC, I have completed all the post installation tasks. So far I can log onto the system through NWBC and capture my Risks. However when I click on the analysis tab and select create analysis, it brings up the "create new analysis", and I leave the date valid default and click OK I get an error "Error when creating the case; check the Customizing activity". I have seached the forum for this error but nothing available. Any help will be appreciated.
    Regards
    Warren

    Hi Prasad,
    Sorry forgot to mention I am running SP5.
    Regards
    warren
    Edited by: wdmgreen on Nov 2, 2011 11:00 AM

  • Blocking anonymous users in WDA

    Hi,
    We have created a WDA application with anonymous access (set user / passw in SICF). However, during stess testing it became clear that one user can easily start a large number of sessions and bring the server down.
    Is it possible to check who is logging on to the system (preferably before starting WDA) so we can block that user if the user is trying to log on more than 1~2 times. Perhaps we can use a cookie or intercept the log on somewhere?
    Kind regards,
    Raymond Does

    The Reverse Proxy is an interesting option but I don't know it so well to help you.
    My suggestion is to add an handler to your WDA in the /nSICF.
    There you can get all the incoming attributes of the HTTP request saving them in attributes of a custom static class that you have to implement (I don't think cl_icm_api will be useful).
    Form you WDA you can verify the IP and reject the requests (yes it seems quite late but you'll reject the request).
    Maybe you should study a little bit the ABAP ICF HANDLERs (http://help.sap.com/saphelp_nw04s/helpdata/en/78/985278c06b11d4ad310000e83539c3/content.htm)
    Kindly award points for useful answers.
    Sergio

  • WDA Leave Request -- Hide Customer Field in Confirmation Popup

    Hello folks,
    System Information:
    NW AS 7.03 ABAP Stack 731 Level 11, ECC 606 (EHP 6) with SAP_HR 604 Level 73 and EA_HR 607 (HR-Renewal 1) Level 24
    Background:
    For Our WDA Leave Request application, our special department has requested to provide certain additional fields for particular Leave Types, all in all these are three check boxes and one Link-To-URL-UI. I have created these fields, or rather configured them via IMG Customizing Tables V_PT_FIELD_SEL / V_PT_FIELD_SEL_C, using the ten standard customer fields provided by SAP CUSTOMER01 - CUSTOMER10.
    After making the subsequential customizing configurations, I have enhanced the WDA OVP-FPM CC "HRESS_CC_GUIBBF_LEAVREQ" to change the respective fields' UI-Type from "Inputfield" to "Checkboxgroup" and "LinkToAction". So far so good; it's nothing fancy and everything works out the way it should.
    Problem:
    Our special department has recently noted, that the Link-To-Action provided is also taken into account by the Confirmation Dialogue Popup-Box and correctly set read-only like any other field as well. However, the fact that this read-only-link is then also shown in the Popup-Box is confusing to some users and should therefore be hidden. My plan was to enhance the WDA OVP-FPM CC "HRESS_CC_GUIBBF_LEAVREQDIALOG" and simply set the field CUSTOMER01(that's the one field I use for the Link-To-Action-UI) invisible and that's exactly what I did. But look what the effect is:
    You can see behind the lightbox in the Form, how the field is usually displayed in the Form-UIBB. What I "achieved" now, though, is, that only the lable is hidden in the Popup-Box through my enhancement in "HRESS_CC_GUIBBF_LEAVREQDIALOG" and the LinkText is still visible.
    What I did so far / Question:
    So... I went ahead and debugged the feeder class CL_HRESS_PTARQ_LEAVREQ_GUIBBF. I found out that in the Methods "FIELDS_SHOW_HIDE_CLEAR" and "FIELD_SETTING_BY_CUSTOMIZING" I would theoretically be able to manipulate the visibility, but:
    This would mean I'd have to create overwrite-exits, which I would like to avoid, because maintenance is a pain.
    Manipulating the process flow here probably has side effects on the field control of the overall application which must not happen. If I'm extremely unlucky it might even effect the data flow.
    This brings me to my ultimate question: How do I make a field from this Confirmation Dialogue Popupbox cleanly disappear/invisible in a super-duper-elegant way without using a sledgehammer? Maybe there is a customizing-way I have overlooked so far? (please?)
    Cheers, Lukas

    Hi Samuli/Yugandhar,
    what you suggest is exactly what I did:
    My plan was to enhance the WDA OVP-FPM CC "HRESS_CC_GUIBBF_LEAVREQDIALOG" and simply set the field CUSTOMER01(that's the one field I use for the Link-To-Action-UI) invisible and that's exactly what I did.
    The only derivation from your suggestions is that I didn't make a deep copy but an enhancement instead, which Creates a delegation Object that automatically inherits from the standard CC. Technically a copy or an enhancement do exactly the same but maintenance is a lot smoother for enhancements, that's why.
    Cheers, Lukas
    P.S. @ Yugandhar, nice to see you are still around! Indeed I'm primarily occupied with the module FI-TV, that's why I'm only wandering around the ESS/MSS subforums now and then.
    Message was edited by: Lukas Weigelt

  • How to call ABAP transaction from Webdynpro in NWBC

    Hi
    I need to develop an Webdynpro application who lists Sales Orders. The Application is launched in NWBC DESKTOP version.
    This part is no big deal...
    But: i need to gain users the possibility to display the Sales Orders in T-CODE VA03 (ABAP) when they click a link in the list. How can i do that?
    I have tried to do a test like this:
    method ONACTIONTEST_LAUNCH .
      DATA: url TYPE string,
            query TYPE string.
      url = cl_nwbc=>url_construct( html_client        = abap_false
                                    canvas_transaction = 'VA03' ).
      cl_nwbc=>url_launch( url ).
    endmethod.
    But this url launches the HTML version of NWBC (inside the Desktop version...). and i want the system to launch the ABAP system.

    Hi Jakob,
    I would use Object Based Navigation in this case (OBN). With OBN you can define an OBN target in your WDA application and map that target to a transaction in your PFCG role.
    Here is some help
    http://help.sap.com/saphelp_nw74/helpdata/en/4c/5bdc7f97817511e10000000a42189b/content.htm?frameset=/en/66/48a793bc2f4ec5bdb8e7e93ea6cd9f/frameset.htm
    Hth,
    Simon

  • Best practice for Acess Control 10 nwbc (master data)

    We are in the process of bringing data over from our GRC AC 5.3 environment to GRC AC 10 and have ran into issues during Migrations. We have been able to go in and clean much of our data manually. We are at the point that we want to copy info over to our test system.  the ABAP layer data seems pretty strait forward either via transport.
    we are struggling with developing a method to bring over the data maintained in NWBC.
    Dose anyone have a working method do this or a way they have copied all content from one system to another?
    Thanks,
    Brian

    Lets see now;
    Leave the phone plugged in, maybe the phone shorts out You come home find a burnt out shell of what was once your home
    Take it with you or just switch it off

  • NWBC 3.0: Only HTML for ERP 6 EHP4?

    Hello Folks. Can't find a forum for NWBC - hope this one is fine. Looking at implementing NBWC 3.0 for a customer. Somewhat confused about something. Browsed, I guess, 20 notes and docs but still no definitive answer. Please help if you can.
    Seems NWBC 3.0 will run only HTML for ERP 6.0 - even with EHP4.  It will run GUI for Windows only as from EHP5.  Are these statements true?
    Thanks,
    Alan.

    Hi alan,
    The thing is SAPGUI is needed when you are going to work with NWBC for Desktop.
    Because NWBC for Desktop is for power users and not for light users. I mean who uses SAP applications tremendously in day to day life when compared to a normal user who will use once or twice or not frequently.
    But i get some problems. I am also on the same NWBC 3.0 with EHP5.0 installed.
    But the problem is I am not getting the Desktop search and other features like mentioned in the following youtube link:
    Particularly the first screen in the following link:
    [http://www.youtube.com/watch?v=Hld-xGkYCAo&feature=related|http://www.youtube.com/watch?v=Hld-xGkYCAo&feature=related]
    Please let me know, whether you get all these features in your screen or how to get these features.
    Are all these features supported by NWBC as plug-ins or it is a BSP, WDA like application.
    Best Regards,
    Suresh

  • Best Practices for SSO between NWBC and BOBJ CMC

    What are the best practices in this scenario:
    - NWBC client (using SAP ECC logon credentials)
    - BOBJ client (configured using Windows AD credentials)
    I would like my users to log into NWBC - but be automatically logged into CMC for running crystal reports inside the NWBC gui.
    Thanks
    Shane Kelly

    yes.  we're not using portal.    only SAPGUI up till now.
    but we've recently configured our DEV server to run NWBC.
    Normally my users log into CMC Infoview in a browser - but with NWBC i can bring infoview directly into the UI.
    but it asks for a sign=on every time.
    i'd like to configure SSO for NWBC to BOBJ infoview somewhow.

  • Hiding FPM "Close" button in Portal/NWBC

    Hello,
    First some background, when you launch a WDA FPM application in the portal on of the standard buttons that it shows is the "Close" button. This button allows for the closing of the current browser window, When the FPM application is displayed inplace in the portal, this sort of behaviour is not very useful!
    There was a thread : Re: Disable 'Close' button in Standard billing FPM Application in which Thomas Jung gave a detailed explanation of why this button was appearing and a very good suggestion on how to stop it.
    I understand how I can hide this button - albeit a long winded process when the element is not available for personalisation unless you launch the application from NWBC or a portal (and with our dev portal not by default pointing to our configuration master client...) sigh... 
    I also understand that the WDA application is completely unaware that it is in an external portal window, or displayed inplace in the portal (although if it calls a new portal URL it can specify whether it should be displayed inplace or external).
    What I don't understand is why this is the case - The portal has an API - Class AbstractNavigationConnectorNode method getShowType which returns whether the window is external or inplace, surely the WDA handler for the portal could query this and expose it to the WDA frameworkn through the interface IF_WD_PORTAL_INTEGRATION. Then it would be simple to hide the close button for inplace windows and show it for external windows.
    Given that the portal allows users to launch whichever pages they want externally (although I tend to always turn off this option) it is very hard (i.e. not possible) for us to know for sure if the application will be launched inplace or externally - so "hard coding" the visibility of the close button by personalising the application is not a great solution.
    WDJ is aware of the inplace/external nature of the portal window that it is running in and applications do code to support this. It seems to me an omission that WDA does not have this same level or knowledge of the portal environment that it is running in.
    Are there any plans to extend the IF_WD_PORTAL_INTEGRATION interface to support this? Or are WDA applications destined to a less informed life than their WDJ cousins.
    Sorry for the rant like nature of this post - but I hope that someone from SAP might be able to help me understand this problem.
    Cheers,
    Chris

    Hi Chris,
    Sorry about the late reaction. I think that is because of the nature of the question and the person who is asking. You are one of the expert people who are in SDN to help people. If you ask such questions then it is mostly stay not answered :).
    I have encountered this problem earlier this year and also we have had several emails between Thomas Jung. We are not coming further than to follow Thomas suggestion to Disable the close button in Portal.
    regards
    Senthivel

  • NWBC problem displaying SAP ABAP transactions

    Hi,
    I was trying to configure NWBC and I was able to connect to the system and see the transaction available on the role assigned to the user, under that role I assigned SAP standard transactions, BSP applications, WebDynpro applications and Web pages (URL's). I can execute all except the SAP standard transaction that uses the Windows SAPGUI, basically the transaction is never displayed and I only see the "Webdynpro loading icon" I do not see any session created on the backend by the user using the NWBC and I also do not see any instance of the SAPGUI created on local PC where I am testing the NWBC.
    We tested in two computers one using SAPGUI 7.0 patch 3 and the other patch 2, the scripting is enable on the sapgui with the other two options (Notify when a script attaches.... and Notify When a script Opens...) set in both, I also know that the parameter sapgui/user_scripting is set to TRUE and sapgui/user_scripting_set_readonly and sapgui/user_scripting_disable_recording as well. Parameter CONDENSE_MENU is set to NO and ADD_MENU_DETAILS is set to YES.
    As I mentioned before, we can see the menu, subfolders and transaction assigned to subfoldes, everything that is related with Web like BSP, webdynpro or regular HTML is displayed but the problem is with transaction that requires Windows SAP GUI.
    On the NWBC log I could not find too much only the following entry:
    24.08.2007 13:20:16
    INFO <NWBC::CSessionContext> | setDirty(sessionID 0000000005, connectionName WDA Testsuite)
    On the NWBC trace file I could find the following but nothing else that give a clue of the reason why is not starting the windows sapgui:
    24.08.2007 13:03:09
    DEBUG <NWBC::CBCMainDialog> | OnOK: action start_change
    INFO <NWBC::CCanvasArea> | Show loading page
    DEBUG <NWBC::CCanvasArea> | HideAllViews
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    DEBUG <NWBC::CBCMainDialog> | OnOK: action image_folder
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    DEBUG <NWBC::CBCMainDialog> | OnOK: action canvas
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    DEBUG <NWBC::CBCMainDialog> | OnOK: action session
    DEBUG <NWBC::CBCMainDialog> | CSapguiViewFactory::Get
    DEBUG <NWBC::CSessionManager> | CreateSession(sessionID 0000000006, connectionName WDA Testsuite)
    DEBUG <NWBC::CSessionContext> | initialize(sessionID 0000000006, connectionName WDA Testsuite)
    DEBUG <NWBC::CSessionEPCM> | initialize(sessionID 0000000006, connectionName WDA Testsuite)
    INFO <NWBC::CCanvasArea> | Show loading page
    24.08.2007 13:03:10
    DEBUG <NWBC::CCanvasArea> | HideAllViews
    DEBUG <NWBC::CSAPGUIView> | CSAPGUIView::WindowCreate
    DEBUG <NWBC::CSAPGUIView> | CSAPGUIView::SetCookieString
    DEBUG <NWBC::CSAPGUIView> | ISapguiScriptingInternal::OpenNewConnection
    24.08.2007 13:03:12
    DEBUG <NWBC::CSAPGUIView> | m_nSessionsCreations= 1
    DEBUG <NWBC::CSAPGUIView> | } CSapguiSessionManager::CreateNewSession
    DEBUG <NWBC::CSAPGUIView> | } CSAPGUIView::InternalCreateSession
    DEBUG <NWBC::CSAPGUIView> | } CSAPGUIView::CreateSession
    DEBUG <NWBC::CSessionContext> | setDirty(sessionID 0000000006, connectionName WDA Testsuite)
    DEBUG <NWBC::CCanvasArea> | SetActiveView(id 0000000006)
    DEBUG <NWBC::CCanvasArea> | View is still loading => can't make it active yet => remember ID
    DEBUG <NWBC::CCanvasArea> | } CCanvasArea::Start
    DEBUG <NWBC::CBCMainDialog> | } CBCMainDialog::CanvasManagerCreate
    DEBUG <NWBC::CCanvasArea> | SetActiveView(id 0000000006)
    DEBUG <NWBC::CCanvasArea> | View is still loading => can't make it active yet => remember ID
    DEBUG <NWBC::CBCMainDialog> | OnOK: done
    Hopefully somebody can give me a hand with this,
    Thanks in advance,
    Zareh Vazquez

    The problem is solved ... The routing-string was not correctly configured...

  • Benefits services (WD Java) in EhP5 using NWBC

    Hi,
    We are using NWBC to acces WDA portal application... They seems to work fine, however, the Benefits applications are still in WD for Java.
    Is there a way we can access these Benefits applications using NWBC (for html)? We are using EhP5.
    I am told that Benefits services will be available in WDA in EhP6 but thats too long of a wait...
    Could anyone suggest how to get around this and what techniques you guys used to get around this problem.
    Thanks for your time.
    - Harshal

    Hi Sid,
    Do you know if there are any alternatives to get BN enrollment on NWBC...
    We are thinking about
    1) Custom WDA application (more like vanilla flavor) of what SAP is releasing in EhP6
    2) Create Adobe Interactive Form to complete enrollment (But I hear you need Java for that and we do not have Javas stack yet)
    3) offline form - manual process
    But we are not sure what are the precautions for each options...
    Are there other options?
    - Harshal

Maybe you are looking for