Webdynpro ABAP iView Blank Page

Hi All
I have created Webdynpro ABAP iView in the Portals  by giving following parameters
1) System
2) application name :
3) Name space :
While previewing i am not getting any erros or even i m not expected output also,
Anyone could pls  you tell what is going wrong.
How can i check at backend for that application.
Note: I am new to Webdynpro for ABAP.
Help will be appreciated.
Thx & Rgds
-AW

I have created Webdynpro ABAP iView in the Portals by giving following parameters
1) System
2) application name :
3) Name space :
what are the values you have given ??? namespace should be SAP.
ensure that your webdynpro ABAP application works fine. Goto se80-> select Web Dynpro Comp. /intf. and type in you webDynpro COMPONENT name here PRESS Enter key.
you need to know the webdynpro component that this Application is supposed to execute to test it in ABAP work bench.
Greetings
Prashant

Similar Messages

  • WebDynpro(ABAP) - Defining a page layout

    Hi!
    I have the following problem: I want to design a two column page containing at least three WebDynpro(ABAP)-iViews. One is placed alone in the left column and should be around 150 pixel in width. The others are located in the right column and should use the rest of the screen.
    I think I have to create my own layout, but I don't know where and how. And I'm not shure if it is possible to get a layout, that dynamically adjust the width of the left column. Is there any standard-layout available, that can do that?
    Any hint on that?
    Thanks in advance!
    Kind regards,
    TopperDEL

    Hello Michael,
    Have a look at this -
    In the SAP Enterprise Portal, you can process different application types in special iViews on the same portal page. Here, iViews can be included using different technologies (such as Web Dynpro ABAP, Java, or BSP). The communication between these iViews takes place through an event function u2013 portal eventing (or client-side eventing).
    Sample WD ABAP application "subscribing to the event" -
    method WDDOINIT .
      data: L_API_COMPONENT  type ref to IF_WD_COMPONENT,
            L_PORTAL_MANAGER type ref to IF_WD_PORTAL_INTEGRATION,
            VIEW type ref to IF_WD_VIEW_CONTROLLER.
      L_API_COMPONENT = WD_COMP_CONTROLLER->WD_GET_API( ).
      L_PORTAL_MANAGER = L_API_COMPONENT->GET_PORTAL_MANAGER( ).
      VIEW ?= WD_THIS->WD_GET_API( ).
      L_PORTAL_MANAGER->SUBSCRIBE_EVENT(
            PORTAL_EVENT_NAMESPACE =
            'my_namespace_for_Web_Dynpro_documentation'
            PORTAL_EVENT_NAME = 'showCustomer'
            VIEW  = VIEW
            ACTION = 'RECIEVE_CUSTOMER_ID' ).
    endmethod.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/c6/1a73412de25658e10000000a1550b0/frameset.htm
    Hope this helps ! ~ Dhanz

  • 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

  • WebDynPro ABAP iView not picking Portal Theme stylesheet

    Hi,
    We are facing issues in integrating the WebDynPro ABAP application in Portal . The WebDynPro ABAP iView is not picking the portal theme. It is picking its actual color.
    We are in EP 6 SP 14.
    Can anyone let me know what can be the reasons.
    Best Regards
    Sid

    Hello,
    for the web dynpro for abap application you can create a application configuration. To create the configuration
    right click on the application -> create/Change Configuration -> and once you create the configuration, it will open up in browser and you can see 2 tabs structure and parameters
    In parameters tab you will find an option Force Use of External StyleSheet check the box and save the configuration. Once done with this process.
    Go to the iView Properties of the applications and set the application configuration name and it would take the Portal Theme.
    hope this helps.
    Pramod
    reward points if helpful.

  • WebDynPro ABAP iViews not picking the portal look and feel

    Hi,
    In our case , WebDynPro ABAP iViews not picking the portal look and feel.
    Is there any way to provide the custom developed portal theme link or css file to the WebDynPro application.
    Can it be done programmatically in the WD ABAP application.
    Best Regards
    Sid

    Look at the below link, it will answer your question:
    Re: EP 7 Portal stylesheet with WD ABAP
    Raja T

  • WebDynPro ABAP iView Flickering

    Hello Everyone,
    This one is weird. I have WebDynPro ABAP iViews created in the portal which rendered fine. But suddenly, the iViews started behaving weirdly - they started flickering, as though the iView is being refreshed again and again so the display never finishes rendering anything. If I put on my headphones, I can hear the tap sound which you hear when you hit "Refresh/F5" on IE. This means for some reason, the iView is automatically refreshed and I don't know why.
    If I go to the WebDynPro App URL directly, everything seems to work fine. Also, I created a fresh new iView just to see if my old iViews are messed up, but the new one also flickers.
    Did anyone see this? Any suggestions what could have gone wrong between the Portal and the WD app?
    Any help is appreciated!
    Thanks,
    Kiran

    Here's the URL
    http://<portal>:<port>/irj/servlet/prt/portal/prtmode/preview/prtroot/pcd!3aportal_content!2fcom.<company>!2fContent!2f<project>!2fGS!2fiViews!2ftest?sap-config-mode=true
    We wondered if the iView started falling apart after some strange logic was added to our WebDynPro ABAP code, so to test this we created a very simple app just displaying a 'hello' message. Even this app fails when an iVIew is created and previewed. The app works fine run directly on se80.
    There should be some thing wrong with the portal itself.
    Thanks,
    Kiran

  • Anonymous user Unbale to access an WebDynpro ABAP iView

    Hi,
    I have developed an application using webdynpro ABAP and integrated that into portal.
    For this webdynpro application i have to create an iview, assigned it to a page, assigned this page to a custom role. I also set Authentication to anonymous for the page and iView. Assinged the custom role created to anonymous Group.
    But while running it i am getting an error "An exception occurred while processing your request. Send the exception ID to your portal administrator. Exception ID 04:55_25/10/11_0047_14739050"
    When I checked the log, it shows the error as "Deprecated scope of type SERVERSESSION_AT_LEAST_ONE_APP_SCOPE is used! Please replace the usage of scopes with new
    mechanism based on "Cross application session communication API".
    I also checked the note 1031159 and changed the configurations accordingly but getting the same above error.
    I am on EP7.3 version.
    Please guide me to move further successfully in showing the webdynbpro abap applicaiton to anonymous user.
    Thank you.

    Hi,
    I'm also working on EP7.3 and R3 WD4A integration. But I just can't find any WD for ABAP from whithin EP7.3 wizard.
    I tried to create the WD4A iview by right-clicking a PCD folder and then "New"->"iView"->"iView from remote source" to get a search screen. I choose a system alias (point to bk web as), use "*" as application id, and pick "WebDynpro for ABAP" as the application type.
    However, I always got "Nothing found. Change your search criteria."
    I did do some activation work on backend R3 SICF setting. I'm able to directly access  web dynpro via http://mywebas.domain:8000/sap/bc/webdynpro/mywd.... 
    If you're using the same scenario, please let me know anything I missed or any other special setting.
    Thanks

  • WebDynpro ABAP iView not opening in new window

    Hi,
       I have created an iView for a WebDynpro ABAP application and I am having a link in a home page from where the iView should open in a new page. I have set the properties "Launch in new Window" and "Show open in new window option" of the iView but still it doesn't open up in a new window.
        Can someone suggest me what's going wrong?
        Will reward points for helpful answer.
    Regards
    Mukesh

    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

  • Web Dynpro iView - Blank Page

    Hi,
    we have a problem with our web dynpro iviews. Although there are all necessary fields of the iview template filled (application name, application parameter, namespace (sap), system, web dynpro for java and windows client) there only appears a blank page with a red X, when we preview the iview.
    Before we've tried to create a web dynpro iview, we've created an url iview for the web dynpro and this one was working fine.. The problem was, that it doesn't display the application in our custom portal theme with an url iview - only the default sap theme was displayed. 
    I've searched in the forum, but I found not really something for our case.
    It would be great, if anyone can point to what the error could be..
    Thanks in advance,
    Lydia

    Hi,
    Check the SAP note: Note 1446099 - Web Dynpro application not displayed in customer theme
    Try creating a Web Dynpro ABAP iview, you can find the template in Iview Template.
    And in that make sure Supply Portal Stylesheet is set to yes so that it takes Portal Stylesheet.
    Alternative to that is upload the theme to R/3.
    To do that check SE38 program WD_THEME
    Download portal theme
    Once you have the Theme uploaded you need to make one more setting.
    In SE80 WD_Global_Setting - goto Change and change Stylesheet URI and ensure the iView property Supply Portal Stylesheet is set to no.
    Hope this helps.
    Cheers-
    Pramod

  • Issue in calling WebDynpro ABAP iView in UWL

    Hi,
    We have configured UWL to our ECC system successfully.
    In our UWL for a task TS90105432, when the users click on work item in their UWL Inbox, initially UWL launches a standard page in new window. On this page users can see a link u201CNote for Approval Processu201D, when they have to click on this link a web dynpro page needs to launch in new window. But when users click on Note for Approval Process link no action has been triggering / taken place and no error message.
    Actually we have created a web dynpro ABAP iView for the TS90105432 - Note for Approval Process in Portal.
    Through content admin we can see the preview of Note for Approval Process WDABAP iView. But the problem is not able to call this iView when the users click on Note for Approval Process in UWL.
    Shall we need to set any Visualization parameters in SWFVISU? Can you please share your iViews on how we can call this WDABAP iView in UWL
    Thanks
    Phani

    Hi,
    There are plenty of instructions & discussions about how to launch Web Dynpro ABAP applications from UWL. Just do some searching.
    For example you could start with this document:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/20f4843e-314f-2a10-2a88-8c4afa20dda6
    After you know the basics, you could ask help for specific steps or something that you don't understand.
    Regards,
    Karri

  • WebDynpro ABAP iView

    Hello experts.. we are creating several iViews for our portal, all these iViews are from WebDynpro, some of them WebDynpro for Java and some others are WebDynpro for ABAP.
    I have successfully created all the WebDynpro Java iViews.
    Now I need to create the WD Abap iViews for the portal but I'm having some dificulties... first of all, I need the WD Abap iViews to connect the same way the Java ones.. this means the same user/password -WD Java uses- without asking for authentication... in Java we don't have that problem because the connection is handled by te JCo, but now I don't know how to set this up for their ABAP counterpart. Is it possible? to launch the WDA application without asking to logon, and to use in this case the same user we're using with the WD for Java -the one of the JCo-?
    The other problem I'm having is when testing the WDA iView, so far I manually type username and password but I'm getting the following error.
    Please check the protocol and host entries for system 'DESARROLLO_ECC'..
    We're connecting to ECC 6.0, which parameters do I need to set up in order to get it right?
    Any guidance or comments will be welcome.
    Thanks in advance..
    JV

    Hi Valencia,
    You will have to configure single sign on (SSO) between the portal system and the system on which you have hosted the WDA applications. This will remove the authentication issue.
    w.r.t the error you facing...do check if the WDA system is reachable from the system where ur trying to access the application, when I say reachable try to ping the WDA system
    Thanks,
    GLM

  • Customize Webdynpro ABAP iViews (EhP2)

    Hi All
    From EhP2, SAP is providing ESS business package in webdynpro ABAP. I am about to customize the iViews like hiding some columns, input fields etc. I am able to do it through personalization, but I want it to reflect to all users. So far in Webdynpro Java ESS iViews, we could use Ctrl+right click to do this kind of customization locally, but this is not working with WDA ESS iViews. It would be great if any of you could provide me with some information on this.
    Thanks, Raj

    Hi Babu
    Since you have said ECC5, I guess the ESS should be based on Java iViews and control + right click should work. I was in teh ECC6.0 EPh2 and it was ABAP iViews and to customize it you have to follow the procedure as I have said. let me know if anyting.
    If you are using Java iViews, and ctrl + right click does not work, one thought strikes me that you may not be provided with appropriate permission.
    Raj

  • Webdynpro abap iview creation error

    Hi All,
    I created a wdbdynpro abap application using transaction SE80, and test that application successfully.
    I want to display that application in portal, for that I created a SAP webdynpro iview succesfully. but when i was preview the created iview I am getting the message like: ' Page canot be displayed'.
    Could anybody help me How to resolve this?.
    Regatds,
    Suresh

    Hi,
    have a look and try options
    Troubleshooting the ‘Page cannot be displayed’ error in Portal.
    Anybody know about 'page cannot be displayed' error?
    Koti Reddy

  • Webdynpro ABAP  appication  blank screen at portal.

    hi all
    all ESS application in the portal working fine.
    i need to call standard webdynpro application in portal.
    balnk screen is coming.
    i tried with support desk...like system admiin--supportsap applicationwhere i choose webdynpro--tried to run standard application . popup opened   with username and password....after giving
    i got  WebDynpro Exception: Application BC Does Not Exist error.
    i have been to ITS in sicf tcode........i tried to test webgui .....its keep on opening.
    that is also not working.
    samp application running properly at r3.
    but i am not able to call from the portal.
    rz10 we maintained icm/full name host also.
    i can tell that it is picking wrong hostname  .
    when i tried to dedug   ..
    it is taking hostname:8000....if it takes hostname.ac.in:8000  it works .
    can anyone guide me from where application picking this.
    Thankyou
    swapna

    yes anil
    already maintained.
    icm/host_name_ful maintanied as hostname.domain
    saplocalhostfull also maintained
    while debugging it is taking   hostname:8000   thats the reason blank screen is coming.
    if change hostname.domain name   normal screen is coming
    i can tell one thing that in smicm---http server
    j2ee server configured set as false
    we didnt maintain  j2ee http port
    and j2ee https port.
    these are necessary parameters?
    need to change?
    plzguide me to solve.
    ESS all applications are running fine.
    problem coming with Abap application.
    Thankyou
    swapnal

  • EmployeeSearch: integrate other webdynpro ABAP iview

    Hi experts,
    According to OSS 1112733 MSS Employee Profile: Integrating other iView (https://service.sap.com/sap/support/notes/1112733), you can add other iViews to this Webdynpro Page (General Info for example) and when you click an employee you can catch the event subscribed selection_changed.
    When you are accessing this page it is loaded info for a certain employee. Which are the criterias for loading this first employee? I need this information because I need to show my custom iview with the information regarding the employee that the system as already loaded for the standard iViews.
    Thanks in advance.
    Best regards,
    AS

    function Zfm_sw_xss_00037.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(PERNR) TYPE  PERNR_D OPTIONAL
    *"     VALUE(DATE) TYPE  BEGDA DEFAULT SY-DATUM
    *"  EXPORTING
    *"     REFERENCE(FIRST_PERNR) TYPE  PERNR_D
      data: lt_result_tab type table of swhactor,
            lt_result_tab_aux type table of swhactor,
            ls_result_tab type swhactor,
            ls_pernr_table type hrpernr,
            lv_pernr type pernr_d,
    *        lv_act_objid type hrp1001-objid,
            lv_objid_pos type hrp1001-objid,
            lt_hrp1001 type table of hrp1001,
            ls_hrp1001 type hrp1001,
            lv_objid_pernr type hrp1001-objid,
            lv_objid type hrobjid,
            lv_sobid type hrp1001-sobid,
            lv_plvar type plvar,
            lv_usrid type pa0105-usrid,
            lv_current_user type pa0105-usrid,
            lv_lines type i.
      call function 'RH_GET_PLVAR'
        importing
          plvar    = lv_plvar
        exceptions
          no_plvar = 1
          others   = 2.
      if pernr is initial.
    * select employee
        select single pernr from pa0105 into lv_pernr
          where usrid = sy-uname and begda le date and endda ge date.
      else.
        lv_pernr = pernr.
      endif.
    * Select user
      select single usrid from pa0105 into lv_usrid
        where pernr = lv_pernr and begda le date and endda ge date and subty = '0001'.
      lv_current_user = sy-uname.
      sy-uname = lv_usrid.
    * Selecciona todas as posições da estrutura do empregado
      lv_objid_pernr = lv_pernr.
      select * from hrp1001 into table lt_hrp1001
        where otype = 'P' and objid = lv_objid_pernr and plvar = lv_plvar
        and sclas = 'S' and rsign = 'B' and relat = '008' and begda le date and endda ge date.
      loop at lt_hrp1001 into ls_hrp1001.
        lv_objid_pos = ls_hrp1001-sobid.
        select single sobid from hrp1001 into lv_sobid
          where otype = 'S' and objid = lv_objid_pos and plvar = lv_plvar
          and sclas = 'S' and rsign = 'B' and relat = '002' and begda le date and endda ge date.
        if sy-subrc = 0.
          call function 'RH_STRUC_GET'
            exporting
              act_otype      = 'S'
              act_objid      = lv_objid_pos
              act_wegid      = 'ZMSSDIR'
              act_plvar      = lv_plvar
              act_begda      = date
              act_endda      = date
            tables
              result_tab     = lt_result_tab_aux
            exceptions
              no_plvar_found = 1
              no_entry_found = 2
              others         = 3.
        endif.
        append lines of lt_result_tab_aux to lt_result_tab.
        clear lt_result_tab_aux[].
        clear lt_result_tab_aux.
      endloop.
      delete lt_result_tab where otype <> 'S'.
      sort lt_result_tab by objid.
      read table lt_result_tab into ls_result_tab index 1.
      clear lt_hrp1001.
      clear ls_hrp1001.
      select * from hrp1001 into table lt_hrp1001
        where plvar = lv_plvar and objid = ls_result_tab-objid and otype = 'S'
        and relat = '008' and rsign = 'A' and sclas = 'P' and begda le date and endda ge date.
      if sy-subrc = 0.
        sort lt_hrp1001 by sobid.
        read table lt_hrp1001 into ls_hrp1001 index 1.
        first_pernr = ls_hrp1001-sobid.
      endif.
      sy-uname = lv_current_user.
    endfunction.

Maybe you are looking for

  • Adobe Document Services landscape question

    Hello, We have installed Adobe Document Services (ADS) as part of Netweaver 2004s on a 32 bit Windows server. We have our Development Portal configured to point to this server in the configuration of ADS. Can we use the same ADS server for our QA Por

  • G4 Cube w/ ATI RAGE 128 Pro graphics card and Cinema Display?

    I now have a 15" Apple flat panel (M7928ZM/A). Apple used to offer a 22" flat display (M8058ZM/A)for the Cube but I can't find it anywhere. Would a 20" Cinema Display work? Thanks.

  • Defect in glass on 24" aluminum iMac

    There is a small defect in the middle of the glass of my iMac's screen. At first I thought it was dust or something on the inside. It turned out to be a divot on the inside. My main question is, when I bring my iMac to the Apple store, will it be as

  • HT1212 how do i unlock my ipod

    My ipod is locked and i cant open it.It says ipod disabled try again in 22,718,624 minutes! How can i reset it?

  • Cache Refresh Error.

    We transported the objects from dev to QA.But when we tries to do cache refresh it results in the following error? com.sap.aii.ibdir.server.abapcache.mapping.Refresh$CacheRefreshQueryException: Connection to system REPOSITORY using application REPOSI