To Make webdynpro ivew in portal from invisible mode to visible mode dynmly

Hi Guys,
         I have created a webdyn iview and configured in portal under role named 'xxx'. Iview should be in invisible mode initially , when iview encounters the birthday of the current portal user then popup should be displayed where iview should be dynamically in visible mode.
How to make the iview from invisible to visible dynamically?
Thanks
Thirumurugan.A

Hi,
I think you can not set the iview property from webdypro application.
you can pass the parameters from iview based on that functionality of the webdynpro applcation can be maintained.
For your problem i would suggest you to use view set and put a create navigation between the views base on the condition.
Regards
Deepak

Similar Messages

  • Status keeps changing from invisible to online: why the issue is ignored?

    There is a serious issue raised in the parallel thread, which is critical for many people: "Status keeps changing from invisible to online" (initiated on ‎16-11-2014 by b.agne, Mac section). In short, when starting using a device, the Skype status changing from "invisible" to "online" - sometimes just for a moment, though enough for others to notice you. These affects very much any type of devices. I am sure the issue has already led to multiple personal crisises and potentially financial losses due to buseness partnership issues (I came close to that myself, and now use anything but Skype for business). The question is: WHY the issue is completely ignored by Skype, Microsoft and expert comunity? Please post the solution if anybody knows how to fix the issue, or suggest how to make Microsoft to know that it should be fixed. Kind regard...

    Hi, I also have the same issue. I change the status to Invisible and a later on it is already as "Online", without having even touched/opened Skype. The only way that I see this may happen is that I have the app installed on the smartphone, but before it never had this issue, but from some month ago it started. Any correction or suggestion to work around this issue? Regards

  • 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

  • In LabVIEW6i, is there a way to make particular elements of an array invisible while the others stay visible (without losing any element's info.)?

    I have an array of clusters. Each cluster pertains to a certain oscilloscope I am controlling. There is another control which specifies which oscilloscopes I have "on".
    If a particular oscilloscope is "on" I want its cluster to be VISIBLE in the array. If a particular oscilloscope is "off" I want its cluster to be INVISIBLE in the array.
    How can I implement this in my program without losing ANY of the info. in my array?

    I suggest to use two arrays; one for user interface holding the ON clusters,
    and one for internal use holding all clusters. The diagram periodically
    updates the internal array with user interface array data.
    By INVISIBLE do you mean "skipped from the array" or displayed as an empty
    placeholder? To hide an OFF cluster you could put in the cluster a flat
    button boolean that is small and transparent when ON and large enough to
    cover the whole cluster area (and other controls) when OFF.
    Jean-Pierre Drolet
    Scientech R&D
    "mcmastal" a écrit dans le message news:
    [email protected]..
    > In LabVIEW6i, is there a way to make particular elements of an array
    > invisible while the others stay visible (without losing any element's
    > info.)?
    >
    > I have an array of clusters. Each cluster pertains to a certain
    > oscilloscope I am controlling. There is another control which
    > specifies which oscilloscopes I have "on".
    > If a particular oscilloscope is "on" I want its cluster to be VISIBLE
    > in the array. If a particular oscilloscope is "off" I want its
    > cluster to be INVISIBLE in the array.
    > How can I implement this in my program without losing ANY of the
    > info. in my array?
    LabVIEW, C'est LabVIEW

  • Webdynpro vs External Portal - Can we use?

    Hi All,
    I tried looking and asking so many this question. I got mixed answers, i am in confusion. Could anyone of you let me know <i><b>whether WebDynpro based iViews can make it to External Portal (SAP EP)?</b></i>
    Did anyone already did this?
    Thanks,
    Raghavendra Pothula

    Hi,
    I haven't tried this but I think it should be ok.
    Anyone else has opinion on this?
    Regards
    Ladislav

  • Error while creating webdynpro iview after  portal upgrade to ehp1

    Hello  All
    We have upgraded  our portal from 7.0  sp  15   to  portal  7.01  sp  3    .
    After upgrade we can create  iviews using portal components  but we are not able to create  iview using Iview template
    We are getting following  error  while creating  webdynpro java  iview
    java.lang.NoSuchMethodError: com.sapportals.portal.pcd.gl.PcdSearchControls.addExplicitAttributeCheck(Lcom/sapportals/portal/pcd/gl/IPcdAttribute;)V
         at com.sap.portal.pcm.iviewserver.cache.TemplatesCacheSrv.getPCDCatalog(TemplatesCacheSrv.java:184)
         at com.sap.portal.pcm.iviewserver.cache.TemplatesCacheSrv.refresh(TemplatesCacheSrv.java:589)
         at com.sap.newpage.pagewizardpanes.PageTemplateSelection.initTemplates(PageTemplateSelection.java:229)
         at com.sap.newpage.pagewizardpanes.PageTemplateSelection.wdDoModifyView(PageTemplateSelection.java:172)
         at com.sap.newpage.pagewizardpanes.wdp.InternalPageTemplateSelection.wdDoModifyView(InternalPageTemplateSelection.java:305)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doModifyView(DelegatingView.java:78)
         at com.sap.tc.webdynpro.progmodel.view.View.modifyView(View.java:337)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:481)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:488)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:488)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:488)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.doModifyView(ClientComponent.java:488)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doModifyView(WindowPhaseModel.java:551)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:148)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingPortal(ClientSession.java:733)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:668)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.clientserver.session.core.ApplicationHandle.doProcessing(ApplicationHandle.java:73)
         at com.sap.tc.webdynpro.portal.pb.impl.AbstractApplicationProxy.sendDataAndProcessActionInternal(AbstractApplicationProxy.java:860)
         at com.sap.tc.webdynpro.portal.pb.impl.localwd.LocalApplicationProxy.sendDataAndProcessAction(LocalApplicationProxy.java:77)
         at com.sap.portal.pb.PageBuilder.updateApplications(PageBuilder.java:1300)
         at com.sap.portal.pb.PageBuilder.SendDataAndProcessAction(PageBuilder.java:327)
         at com.sap.portal.pb.PageBuilder$1.doPhase(PageBuilder.java:869)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processPhaseListener(WindowPhaseModel.java:755)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doPortalDispatch(WindowPhaseModel.java:717)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:136)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:319)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Regards
    Rajendra

    Hello Rajendra,
    please can you tell me, if you finally get a Solution for this Problem about  iviews creation with template Error after upgrade.
    Thanks and take Care
    Gedeon

  • ECC user licenses issue for using Webdynpro ABAP in portal

    Hi all,
    If we want to use Webydnpro ABAP in our external facing portal which is being used by more than 20000 users, how do we manage the ECC licenses for all these users? It will be really expensive to have that many number of licenses in ECC (one for every portal user). Is there any other work around for this?
    Any info on this will be beneficial.
    Thanks,
    Hari

    I am not sure why you want to use WebDynpro for External Portal . As Webdynpro is resource intensive ,  I never saw client asking for this type of  requirement. Are developing any prototype ?
    In my experience ABAP webdynpro is more is used more for business packages and  internal portals  not for external portals. If you want to use this AWD for EEP  Please see below link from SAP Help for pre-requisites
    http://help.sap.com/saphelp_nw04s/helpdata/en/96/bdab419451db34e10000000a1550b0/content.htm
    Last Step in above Link, this mentions that ABAP Webdynpro needs logon.
    As other people mentioned there might be a good way of doing if you contact your SAP account executive to find out if there are any different types of licenses. But you end up in taking other extra licences which not acceptable solution for clients.
    If you want to use WebDynpro for external Portal ( which is not at all suggested for external ) at any cost , better to go with Web Dynpro for Java which will not need any extra  licences on R3.

  • Error when patching portal from SP10 to SP12

    Hi
    When we do patching portal from SP10 to SP12 JSPM ended with following error for the Software component CAF12_0-10003464.SCA failed deployment
    Part of log
    development component 'caf/km.proxies'/'sap.com'/'MAIN_APL70VAL_C'/'1219136'/'5', grouped by software component 'CAF'/'sap.com'/'MAIN_APL70P12_C'/'1000.7.00.12.2.20070918080147''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Exception while preparing deploy of application sap.com/caf~km.proxies..
    Reason: com/sap/engine/services/webservices/jaxrpc/wsdl2java/ServiceBaseServer; nested exception is:
         java.lang.NoClassDefFoundError: com/sap/engine/services/webservices/jaxrpc/wsdl2java/ServiceBaseServer
    Loader Info -
    ClassLoader name: [sap.com/caf~km.proxies]
    Please let me know do we need to undeploye CAF old deployments if yes what are the components I need to ndeploy
    Thanks in Advance
    Nutakki

    It could be that you are missing an SCA file or check the permissions of the .SCA files.     Make sure JSPM is updated to SP12.  Also check if you are running out of diskspace, check under ...../JSPM/tmp  and .... /JSPM/log
    Regards
    Shaji

  • Timeout on Deployment of the Portal from Workshop

    Hi,
    I have downloaded the WebLogic Portal from the Workshop following the
    directions in the Portal Development Guide, it is a plain portal without
    any portlets.
    When I try to execute the Run As ->Server the WLS open in command window
    and appears to start however the Deployment fails with the message that
    the server has timeouted.
    Any suggestions or work arounds?
    Thanks,
    Paul

    If you are running both workshop and portal on a less powerful machine, sometimes you can get timeouts
    You can check these below items if it is related to performance
    Portal Domain starts autonomy and search services by default. You can disable them by setting the WLP_SEARCH_OPTION="" as shown below. If you are on windows machine, those processes are not getting killed from task manager. Restart the machine and use the new settings
    if "%WLP_SEARCH_OPTION%"=="" (
         @REM If not set externally, this portal domain will start the full Autonomy engine stack.
         set WLP_SEARCH_OPTION=""
    Make sure your domain is not in debug mode by going to the console
    When you create a portal project from workshop, choose only the facets you need on the portal project

  • Images not loading while accessing portal from internet

    Hi all
      we are trying to publish the portal on internet. We have used  apache as reverse proxy  and it is in dmz .
    When we access the portal from internet we are getting the  login page  but it is with out images (e.g branding imag etc).
    we also could login  in the portal but we only see  the links for  Help  Personalize  Log off  , Histrory Back  and Forward  remaining page is blank.
    Is this reverse proxy configuration issue?
    Can any body help us in resolving this issue. 
    Regards
    Rajendra.

    Hi Rajendra/Experts,
    We are currently working on custom webdynpro application which needs to be exposed to Internet using Apache HTTP Server.
    We can able to access URL, but no images are getting displayed and also the application not functioning when we click any button/links.
    Below is HTTPD file configuration
    ProxyPass /esampleApp http://hostname:port/webdynpro/dispatcher/local/esampUI/ESamplingApp
    ProxyPassReverse /esampleApp  http://hostname:port/webdynpro/dispatcher/local/esampUI/ESamplingApp
    when we look in to images URL which is being called from Apache we  found out "webdynpro" is missing in the URL.
    Actual URL in Portal Server: (working)
    http://portalhostname:port/webdynpro/resources/local/esampUI/Components/esampling.ui.ESamplingComp/logo.gif
    Apache URL:
    http://Apachehostname:port/resources/local/esampUI/Components/esampling.ui.ESamplingComp/logo.gif
    Please suggest.
    Thanks
    Aravind

  • Problems - Javascript errors, when I login Portal from Internet.

    I have the following problem:
    In order to login SAP Portal 7.0, externally, I created a URL in  public host like http://km.mycompany.com,
    and that URL redirects me to my portal URL, like http://myserver.mycompany.com:50000/irj., using SAP WebDispatcher
    The problem is that if logon to http://myserver:50000/irj (from inside my LAN), I can navigate it OK.
    But if I login Portal from the Internet (outside LAN), I have in several pages Portal Javascript errors. I analyzed that these errors occur for example on page User Admin, or the Webdynpro Administrator.
    After analyzing a bit, I found that pages that give me javascript errors (for example, "SSR is undefined" or " 'me' is undefined", that dont let me to click buttons or see gifs images, or display /nwa page) occurs in the pages that does not begin with "/irj" but with "/webdynpro/dispatcher. "
    any ideas ???
    thanks in advance,
    regards,
    Edited by: Leandro  Balboni on Sep 1, 2008 11:44 PM
    Edited by: Leandro  Balboni on Sep 1, 2008 11:45 PM

    Hi,
    JavaScript issues 9 out of 10 have to do with FQDN issues.
    Anotherthing to check in the WepDisp config is:
    wdisp/permission_table = URLpermissions.pfl
    Good luck,
    Benjamin Houttuin

  • Poblems delete portal from EBCC

    Hi!
    After delete a portal in EBCC we can not make a hot deply or sync.
    Looking for some help about deleting portals without consequences between
    EBCC and Portal 7
    regards
    c.

    Hi Parikshit,
    I apologize for the bad experience that this bug caused for you. I
    verified that it is slated to be fixed in SP2 (CR080390). The doc team just
    finished a release note for this on our edocs staging server. I told them
    that they'd better hurry and put it on the production edocs server. I gave
    them a link to your posting...that will spur them on ; )
    For now, here is a workaround. It sounds like it is what you already
    tried, but please double-check your syntax in the DOCTYPE declaration. If
    it doesn't work for you, then please post a reply:
    - save the attached file to your harddrive (you can just save it to c:\ or \
    or wherever else you want it)
    - edit the application.xml file as follows:
    - first copy the entire DOCTYPE declaration and save it somewhere in a
    separate text file (in case want to revert back to it later)
    - edit the DOCTYPE declaration so that it looks like this:
    <!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE
    Application 1.3//EN' 'file:///application_1_3.dtd'>
    ( notice that the java.sun.com web address is replaced with the URI to the
    file on your harddrive)
    "parikshit" <[email protected]> wrote in message
    news:[email protected]..
    >
    Hi,
    Am facing a problem with deploying a new portal from EBCC ,my machineis not
    on the net ,had read a similar problem on newsgroups bfor ,tried changingDTD
    reference in application.xml to the local file system,but the serverrefused to
    start giving a DOCTYPE header,tried hosting the application_1_3.dtd on adifferent
    server ,still couldnt deploy
    I tried the same thing on a local PC with direct net connectivity andit worked
    >
    Has any one faced and solved this problem,some features of the Portalare UTTER
    CRAP ,how can BEA expect Production machines to be on the Net (direct I.P)i dont
    find this problem mentioned in any portal Docs or release notes
    Regards
    Parikshit
    [application_1_3.dtd]

  • Make webdynpro timesheet view available to everyone

    I have saved a Webdynpro Record Working Time timesheet view  (via Settings > View > Save As) and the Assignment is User.  With this setting the view is only available to the individual and not available to all users.  Is there a configuration setting or security setting that will allow for the view to be available to all users.  The Save AS view dialog box does not allow me to change the Assignment property of User

    EHP5.  I figured out how to make webdynpro timesheet views available to all
    I went in via SE80
      Package - PAOC_CATS_ESS_WDA
      Webdynpro > Web Dynpro Applicat. > HRESS_A_CATS_1 > Applic. Configurations
    Double click on HRESS_AC_CATS_1 then Select from menu Web Dynpro Configuration > Test > Execute in Administration Mode
    I then go into the Settings button on the timesheet, when I save the View it is saved for all, save dialog box says Assignment: All.  This allows the view to be viewed, selected by all users when they run the webdynpro timesheet.

  • HT204380 How can I make a face time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    How can I make a Face Time call from one country to another( supporsing both parties using iphone 4s). What will be the caller charges. If there is no charges as we use wifi, will there be a charge till connecting the call?

    FaceTime is free to use. You will not be charged for using FaceTime.

  • HT204380 i have a mac book pro and a i-pad 2. both of the devices have the same apple id and same mailing adress. if i want to make a face-time call from my mac book to i-pad 2. how can i do that?

    i have a mac book pro and a i-pad 2. both of the devices have the same apple id and same mailing adress. if i want to make a face-time call from my mac book to i-pad 2. how can i do that?

    You have to add another email address on one of the two devices that you can use as the "You can be reached for FaceTime at" contact address and then remove/uncheck the Apple ID email address as the contact address on that device. The way you are currently setup is like to trying to call yourself on your on phone - from your own phone.
    Using the iPad as the example go to Settings>FaceTime>You can be reached for FaceTime at>Add another email address. Then add a working email address in the next window. Apple will verify the email. Go to the inbox of that email account, read and respond to Apple's email in order to complete the verification process.
    Go back to Settings>FaceTime>Uncheck the Apple ID email address and make sure that the new email address is checked/selected (you will see it being verified again) and that new email address will be your contact address for the iPad.

Maybe you are looking for

  • Photoshop CS5 "Could not complete your request because of a program error." on Save As

    Hello all, We just got a new iMac with 10.9 on it.  Photoshop CS5 is having a major problem.  About 80% of the time we get an error on Save As, "Could not complete your request because of a program error." It appears like it might be related to savin

  • Data Extraction (Line Item Level) FI/CO

    Hi expert, Exp:the datasource 0FI_GL_4 is Data Extraction (Line Item Level) FI/CO. From sap help doc i kown that delta records are directly transferred to BW. No record is written to the BW delta queue. But i run rsa7 in ecc, the delta queue list had

  • Adobe Reader X and Indexing Service - pdf content not searchable

    Install Adobe Reader X on a Windows 2003 machine with Indexing Service installed. Create a catalog (folder) and point indexing service at it so that documents are indexed. Verify indexing is working with a simple text file. New copy a pdf file into t

  • FW 8 popup-menu in CSS problem with IE7 & Safari

    Hi, hope that anyone out there got some ideas in my issue. I was already searching the forum for advice, but couldn't find meaningful infos. Here is my problem: I designed a page in FW8 (Mac) with a nice popup-menu. I exported this thing into DW8 hav

  • Display medium text in value selection screen.

    Hello Experts, i have an infoObject called Customer in an ODS.Its master data contains the short text, medium length text and long text.i want to display its medium text(which contains First name n last name) in the value selection screen (F4) while