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.

Similar Messages

  • 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

  • Approval Step using custom webdynpro to use it in NWBC

    Hi,
    I have created an webdynpro application for employee approval process. I did configuration for each workflow task , so that it will open up webdynpro screen on each dialog step.  When we click on "Approve" button in NWBC, how my webdynpro applciation responds ( need to update some database tables). Do I need to implement any interface in my custom webdynpro to respond to events from NWBC POWL. Or Do I need to create approval buttons on my webdynpro itself ?  Please suggest me.

    Hi,
    Not sure I understand your question. However, the usual way to get information from a WebDynpro screen back to the workflow is either:
    (1) reserve the workitem, update the workitem container directly (using its unique identifier - the WI_ID) and then complete the workitem
    OR
    (2) raise a terminating event for the workitem from the webdynpro
    cheers
    Paul

  • Issue navigating between WebDynpros (containing Powerlists) in NWBC

    Hello,
    Let me try to explain my problem:
    I have 2 powerlists contained in 2 different WDA.
    "Powerlist A" contains an action button wich calls "Powerlist B" (through lo_window_manager->create_external_window passing webdynpro B url), and same "Powerlist B" has an action button to call a standard SAP transaction (OBN Target).
    All roles has been added in PFCG.
    All the action buttons works if the webdynpros are opened separately. for example:
    Opening Webdynpro B, shows the powerlist B, and clicking on the action buttons trigger the SAP transaction on a new tab successfully.
    but, if I call webdynpro A, shows powl A, then click on action button from A, it shows Webdynpro B in a new tab (and until here is fine), but when clicking on action Button B, it doesnt trigger the SAP transaction.
    Is it because the webdynpro B is opened using "create_external_window"?
    how this call has to be made?
    I tried creating a transaction to open Wendynpro B, then assigned to a business object and created an OBN target for it, tried to call that OBN target from handle_action of A, but I have the same result: Powerlist B open suscessfully, but the action button of B is not opening the standard transaction.
    Any clue about how to solve this issue?
    Sorry if is hard to explain, but the scenario is quite complex. If you need more details please let me know and I'll try to explain better.
    Thanks in advance

    Well, we got the issue resolved, so here is what we did, in case anybody is interested:
    Tested again our portal with multiple versions of Internet Explorer, in particular IE8 and IE6, the Webdynpro behavior was normal (no timeouts or locks). It even worked when we installed IE7 in a brand new machine and tried our portal.
    So we started suspecting if maybe the particular IE7 that we install internally (with specific settings and policies) may be the culprit. We took a desktop that was producing the timeouts and used the following options in IE7:
    Tools->Internet Options->Advanced(tab)-Reset Internet Explorer settings
    and, voila! the next time we ran there, the portal did not create any timeouts.
    We even asked our desktop support team to uninstall and reinstall IE7 in the same machine after we did the reset, and even after the re-install that the timeout problems did not re-appear.
    One of the things that the "reset" option does is delete the Add-ons used by IE.
    So as a last test, we took a machine that was presenting the problem and went to the Internet Options to disable all the add-ons (in the Programs Tab). The error disappeared.
    And even after enabling back all the add-ons, the error would not return.
    Conclusion:
    Without being able to pinpoint the specific add-on (or combination) that causes the problem, we suspect that some of them conflicted, causing IE7 to behave abnormally. Disabling them all, restarting Internet Explorer, and enabling them again, makes the WaitingEventQueue.js work as it should

  • Webdynpro Program runing in the NWBC 1.0 is a XML format or HTML format?

    Hello everyone,
    Runtime Environment: ECC 6.0 SR3
                                       NWBC: 1. 0
                                       NW 7.0 SP13.
    Why do I get a result html format, rather than the XML format?
    If I want to get XML format, it should be how to do, patch it possible?

    > Will the smartclient rendering ever be shipped?
    I really don't know.  Development work continues on it, but with a lower priority than some other features. I'm personally still hopeful that we will see it a some point in the future, but that will require customers demanding it to get the development resources needed to complete it.
    > In a new NWBC version or via SP for NWBC 3.0?
    Likely it wouldn't come before the next version of NWBC - although the SmartClient is technically within NWBC 3.0 (just disabled).
    > Will it ever be shipped as part of SAPGui?
    The SmartClient or NWBC?  The SmartClient will always be part of NWBC and there haven't been plans to utilize in any other way.  If we would ship it in the future it would still require a surrounding NWBC or Portal.  SAPGUI integration (with or without the SmartClient) is not supported for Web Dynpro.  Now the NWBC installation has a very close relationship with the SAPGUI already.  We recommend deploying them together.  It is already possible in SAPGUI 7.10 to merge the two installations together into one customer SAPGUI installaer package.

  • How to enable Billing plan tab in sales order (lean) with NWBC

    Dear All,
    The Billing plan tab in sales order (lean) is not availabe with NWBC. How to enable this tab?
    Is there is any documentation to do the modifications of NWBC's webdynpro screens?
    for example, there is a standard webdynpro screen in NWBC from SAP best practices to create sales order (lean). The lean sale order screen having restricted elements and tabs when compare with standard SAP GUI (t code va01).
    So I want to include the few missing tabs for data entry.
    any documentation or solution?
    thanks in advance,
    Suresh Yerra.

    Dear All,
    Is there is any documentation to do the modifications of NWBC's webdynpro screens?
    for example, there is a standard webdynpro screen in NWBC from SAP best practices to create sales order (lean). The lean sale order screen having restricted elements and tabs when compare with standard SAP GUI (t code va01).
    So I want to include the few missing tabs for data entry.
    any documentation or solution?
    Thanks,
    Suresh Yerra.

  • Basic questions with respect to ABAP WebDynpro Application

    Hi All,
    I have two basic questions with respect to an ABAP WebDynpro application :
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Thanks & Regards,
    Sushanth Hulkod

    Sushanth Hulkod wrote:
    > a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    >
    > b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    a) If an ABAP WebDynpro application has been developed, how could it be made available to the end user?
    Answer - By providing direct link of the WD application created in SE80, creating iView for webdynpro abap application in the portal environment and  NWBC environment
    b) Can an ABAP WebDynpro application be developed in ECC or is it only applicable for version 4.6c?
    Answer - Yes it can be developed in ECC. Webdynpro ABAP is introduced in NW 2004s (SAP NetWeaver 7.0 or ECC 6.0)
    Thanks,
    Chandra

  • How to create a link to a transaction to be started in NWBC directly

    Hello all,
    we are using the Netweaver Business Client as a central GUI for our users (CRM and ERP in use). For documentation and test purposes I would like to link the transactions/Web Dynpro applications directly from the SolMan so that the NWBC automatically starts.
    Does anyone know whether that is possible?
    It is possible to link transactions and WebDynpro to start directly in SAPGui/the Webbrowser. Is that possible with the NWBC, too?
    Thanks and regards,
    Sebastian

    Hello all,
    we are using the Netweaver Business Client as a central GUI for our users (CRM and ERP in use). For documentation and test purposes I would like to link the transactions/Web Dynpro applications directly from the SolMan so that the NWBC automatically starts.
    Does anyone know whether that is possible?
    It is possible to link transactions and WebDynpro to start directly in SAPGui/the Webbrowser. Is that possible with the NWBC, too?
    Thanks and regards,
    Sebastian

  • Tab - 'Activities' in Create Notification missing in NWBC for HTML.

    Dear Members,
    Greetings for the day!
    I am working with NWBC for HTML as a part of EAM implementation in my project.
    When I am trying to create a notification in SAP GUI via the transaction - IW21, I am able to see a tab namely - "Activities".
    But this same tab is not available when I am trying to create a notification using NWBC for HTML in the same SAP system.
    Please refer the enclosed screen document in which I have highlighted the issue.
    Could anyone please suggest me if any business function needs to be activated for making this tab available in NWBC HTML also?
    Else do I need to raise an OSS message to SAP for any note implementations or is there a need to develop / configure this tab in Webdynpro ABAP / Floor Plan Manager framework?
    I humbly request your response.
    Warm regards,
    Ram Nyayapati.
    [email protected]

    Thanks   for your reply!
    I'm create a  theme in the UI Theme Designer.
    1.
    2.
    3.
    4.
    5.
    6.
    Where I can see, what my theme is created well?

  • Change Search help for Location in Schedule creation screen(NWBC)

    Hi all,
    My requirement is to change the standard search help for Location field in Standard stop sequence of Schedule creation in NWBC.
    Presently, the search help for the location field is a webdynpro component WDR_F4_ELEMENTARY .Is there any possibility to replace with the custom search help.
    Can anybody please let me know how to replace the search help.
    Thanks&Regards,
    Sharmista.

    Hi
    I suppose you may create a component customizing for /SCMTMS/WDCC_SCH_C_LOC_ATS, and maintain your DDIC search help for location ID, this will replace the one assigned in structure:
    You may only maintain DDIC search help here, but if you have a custom developed search help, then you may need to go with another approach, in viewexit class (/SCMTMS/CL_UI_VIEWEXIT_SCH) adapt_fields (ADAPT_FIELDS), modify the attribute 'WD_VALUE_HELP' = custom search help.
    Hope it helps

  • Manager Self Service MSS EHP5 in Webdynpro ABAP?

    Hi All, I have one question. According with the different documents and the OSS Note 1450179 - ESS Based on Web Dynpro ABAP Available as of EHP5 we know that now is possible to use another portal different than SAP portal in order to use the ESS. Right?
    But .. what about the MSS?  I can´t find info about if the MSS is WEBdynpro ABAP enabled or not.  Is it possible to use the MSS with another portal (Websphere) ?
    Or is the MSS only for WebDynpro JAVA so that means SAP portal?
    Thanks in advance and best regards...

    Thanks Siddharth for your quick reply, but I still have doubts.
    According to Note 1588625 - Release information for Manager Self-Services Add-On 1.0, the MSS addon will be release for Portal and NWBC , so if you don´t want to use a porta you can use NWBC but,
    How can we call it from a Websphere portal?  Is there any integration option using NWBC and Websphere portal?
    And in Note 1582553 - Release strategy for the ABAP add-on EA-HR_MSS you can see that now, the availability of EA-HR_MSS is only in controlled availability, and until end of 2011 will not be fully released!!
    SAP Release     Add-On Release     Availability
    SAP ECC 6.0 EHP5      EA-HR_MSS 1.0     22.06.2011 CA
    SAP ECC 6.0 EHP5      EA-HR_MSS 1.0     22.12.2011 GA
    GA: general availability
    CA: controlled availability
    PL: pilot version
    So, really you can use MSS integrated in a Websphere portal?
    Thanks in advance and best regards.

  • Deploy Webdynpro ABAP application without logon portal

    We have a Webdynpro ABAP application bulit in ECC to deploy.  User wants to access the application via an URL on their webpage instead of logon SAP portal.  They do not want the application to show the portal header and navigation area.
    With the help of portal support, we created an URL iView to access the application with parameter NavMode=3 (e.g. http: //portal.xxx:8280/irj/portal/index.html?navigationtarget=roles://portal_content/mycompany/application.iView
    /WDApplication&NavMode=3).  This method can fulfill user's requirement.  However, we have to hardcode the Webdynpro ABAP application URL in the iView (e.g. http: //devep.xxx:8000/sap/bc/webdynpro/sap/WDApplication).  This will be a disadvantage because the URL will be http: //qasys.xxx in QA environment and http: //prodsys.xxx in production environment.
    Can someone suggest a solution to me?  We do not use NWBC. Thanks.

    Hi.,
    I think only after moving to PRD., the client will use the application rite.!! so u can directly give PRD url in ur iView.,
    If it is in application ., we can get Host and Port., but we have to hardcode the url., So I am thinking better to give PRD Url in iView.
    Thanks & regards
    Kiran

  • Calling another systems WD application in NWBC

    Hi experts,
    here at the customer side we're using SAP SRM 7.02 with NWBC (no portal).
    We've got the requirement to perform sanctioned party list screenings, which is basically a SAP GTS application, but integrate that into SRM as much as possible.
    Therefore we'd like to run a WebDynpro application from GTS in the NWBC of our SRM system, unfortunately we haven't managed to get it running yet. Since this case appears a bit non-usual to me, is there anyone who can advise on this? What do we need to to to get it running?
    Currently we have sucessfully managed to have a tab for the GTS functionality, so it's "available" in NWBC already, but it's not really opening the application. We also defined a HTTP connection in SM59 which is passing all tests.
    Looking for your replies!
    Thanks in advance,
    Paul

    To get started, see Part 2 - Accessing multiple systems in NWBC, Connecting 2 Backend Systems, Part One: RFC Connections and NWBC meets Single Sign-On: Simplify Secure Data Access in Remote Scenarios (Part 2).

  • NWBC:CREATE DATA:Type WDR_APP_PROP_DISP_LOADINGPAGE is no valid data type

    HI Experts,
    We want to access our servers through NWBC. All setting and configuration related is done also services in SICF are activated.But when we are in to NWBC it shows following error. Kindly help to resolve this
    Error when processing your request
    What has happened?
    The URL https://hpi-dev.domainname.local:44301/sap/bc/webdynpro/sap/powl was not called due to an error.
    Note
    The following error text was processed in the system ERD : CREATE DATA: The specified type WDR_APP_PROP_DISP_LOADINGPAGE is no valid data type.
    The error occurred on the application server HPI-DEV_ERD_01 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: CONVERT_XML_TO_STRING of program CL_WDR_CONFIGURATION_UTILS====CP
    Method: CONVERT_XML_TO_STRING of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: READ_DATA of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: INIT_DATA of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: GET_DATA of program CL_WDR_CONFIG_APPL_PARAM======CP
    Method: CONSTRUCTOR of program SAPLWDR_RUNTIME_REPOSITORY
    Function: WDR_GET_REPOSITORY of program SAPLWDR_RUNTIME_REPOSITORY
    Method: IF_WDR_RUNTIME~GET_RR_APPLICATION of program CL_WDR_MAIN_TASK==============CP
    Method: CREATE_APPLICATION of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
    What can I do?
    If the termination type was RABAX_STATE, then you can find more information on the cause of the termination in the system ERD in transaction ST22.
    If the termination type was ABORT_MESSAGE_STATE, then you can find more information on the cause of the termination on the application server HPI-DEV_ERD_01 in transaction SM21.
    If the termination type was ERROR_MESSAGE_STATE, then you can search for more information in the trace file for the work process 0 in transaction ST11 on the application server HPI-DEV_ERD_01 . In some situations, you may also need to analyze the trace files of other work processes.
    If you do not yet have a user ID, contact your system administrator.
    Error code: ICF-IE-https -c: 100 -u: SRAUT -l: E -s: ERD -i: HPI-DEV_ERD_01 -w: 0 -d: 20111220 -t: 003857 -v: RABAX_STATE -e: CREATE_DATA_UNKNOWN_TYPE
    HTTP 500 - Internal Server Error
    Your SAP Internet Communication Framework Team

    Hi,
    Regarding the issue reported by you kinly refer in detail the solution section of the following SAP Note:
      1432358 - Starting application with Loading Animation
    It seems that the data element WDR_APP_PROP_DISP_LOADINGPAGE is not created in your system.
    This note should help you out.
    Regards,
    Abhishek

  • GRC AC 10 NWBC Work Inbox - Standard View

    I have created a personal view for the work inbox in NWBC, but would like to make that the default view for all users. Does anyone know how this can be done?

    Hi Ameet,
    Once we use %LINK%, system automatically generates the approver link on its own.
    Link has dynamically generated MSMP ID(linked to each request).
    Link example:
    Request Link:
    http://sabad11111.clientalist.com:8000/sap/bc/webdynpro/sap/grfn_msmp_inst_status?GRFN_MW_INSTANCE_ID=53E6C03CA35107B0E10080000AEE152F
    This looks quite big when we see it. need to shorten just as hyper link

Maybe you are looking for

  • Mac Mini Late 2014 crashing nightly

    Several nights now my new mac mini (Late 2014), 10.10 has crashed and shutdown. It cold boots with power button press. Logs show it might be trouble with sleep, but posting this since long thread on these troubles with Yosemite is for Mac Mini 2012.

  • Microsoft office test drive expired new PowerBook, help

    hi. I don't know where else to ask this question. I have had my PowerBook for about 6 hours and I am already frustrated ... I tired to use the Microsoft Office Test Drive that is on the machine only to have it tell me that my 30 day trial has expired

  • Is it safe to reload your OS using BlackBerry Device Software? (9300 curve)

    I'm planning to Reload my OS 6 using BB Device Software to fix the battery problem. Will this be safe? Or is this the proper way on reloading the OS. here is the link I want to perform : KB11320 - How to perform a clean reload of the BlackBerry Devic

  • Copy one file to multiple IDOCs in XI

    Hi, I am having following scenario.. XI receiving XML file with Sales order and customer information. Using this file, first I have to create customer and then create sales order using same file if customer is created successfully. Please advice how

  • How to send  Million records using  Open hub using  into my own file server

    hi i am using OPEN HUB process to send  6 miilion record to my own network server. is there any limitaiton how i need to go about that? my process is failing when i execute DTP openhub. i am abel to send few records to sap aplication server. did any