Programmed visiblity of a WD iview.

Hi all,
I have a scenario "System Alerts"in which i need to fetch the alert from Oracle DB and show it in a WD iview in the portal. An alert is a simple text that should be shown till the expiry date . Now the issue is if there are no alerts to be displayed on that day then the iview also should not appear. Is there any way to achieve this, through program or through the WD iview props like "Parameters Forwarded to Web Dynpro"
Kindly help at the earliest,
Thanking you
Santosh

Hi Parama,
Thanks for ur prompt answer. I understand that the view can be made invisible but does this make the Iview also invisible at the runtime, i am facing with the problem of making the WD Iview invisible in the portal. Is there anyway to achieve this...please advise.
Thanks
Santosh

Similar Messages

  • Field's content is not fully  visible in  Sap Transaction iview

    Hello Friends,
                    I have deployed a Sap Transaction iview on my portal. I am facing a issue.  When i do F4 help on a field, the content of columns is not fully visible in the opened up popup window.
        Is there any way to adjust the colum width, so that it accomodates the whole content and doesn't truncate it ?
        please help !
    Regards,
    Vidit

    Hi Vidit,
    Try to check your Transaction iview directly from the browser / through services not through the EP. If the iview is not working fine then thre is a problem in the code otherwise it has to work
    Check your code and try to redeploy
    Regards,
    sreedhar G

  • How to Change the Visible names in JDBC IView ?

    While Creating a JDBC View, in one of the steps we select the column names from a schema which we want to view in a IView.While doing so in the next step there is a text field called <b>visible names</b> which is editable to change the column names.How to change the Column aliases or visibles names as is it not getting saved when we move onto the next screen ?.How to Configure the Visible Column names while configuring a JDBC IView ?.
    Can anybody please help me !.

    Hi Abhilash
    If I'm not wrong I saw something about this here (SDN), in a technical article about how to create a JDBC iView . I tried to get the link to the article but it seems there's a problem with the site, sorry...
    By the way, I had the same problem, and according to the   article this was not possible in the version EP6 SP2 but there was a plan to implement this in newer versions. I tried also to use a SQL command with the column names I wish to display but it didn't work either.
    Try to find this article in the EP Technical Article to confirm this info, ok ?
    Rgds,
    Fernando

  • How to change visibility property of a VC iView by clicking of a BI iView?

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?quicklink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one. How can I check what values my web application with Z_SERVICEOUTBOUND template is transfering to VC?
    One solution might be¨to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi
    Since you are accesing the node containing the 'VISIBILITY' attribute you can use the following method to set the value
    lo_el_visible->set_attribute(
    exporting
    name = `VISIBILITY`
    value = 01 ). ""01 - none,02-visible
    and remove this code
    wd_context->set_attribute( EXPORTING name = 'VISIBILITY' value =
    abap_false ).
    Regards
    Tamil
    Edited by: Tamilselvan K on Aug 6, 2008 2:40 PM

  • Programs installed but not visible in application folder

    I am having a strange problem.  Only a few of my programs are showing up in the application folder.  If I search for the programs using the finder window they are there and the path at the bottom of the finder window shows they are in applications,  and can be used but they just are not visible in the application folder (root folder).
    Any suggestions how I can make these programs visible.
    Thanks

    Try this as a start:
    Enable Finder to Show Invisible Files and Folders
    Open the Terminal application in your Utilities folder.  At the prompt enter or paste the following command line then press RETURN.
    defaults write com.apple.finder AppleShowAllFiles TRUE
    killall Finder
    To turn off the display of invisible files and folders enter or paste the following command line and press RETURN.
    defaults write com.apple.finder AppleShowAllFiles FALSE
    killall Finder
    Alternatively you can use one of the numerous third-party utilities such as TinkerTool or ShowHideInvisibleFiles - VersionTracker or MacUpdate.
    Do both items. Sometimes simply setting the Finder to show invisible files then turning off the option will make those invisible applications reappear. Sometimes it doesn't work. In that case you can try the following:
    1. Enable the Finder to display invisible files. Leave the Terminal active.
    2. Enter the following command line in the Terminal
    sudo chflags -R nohidden
    Put a space after "nohidden", select all the invisible applications you could not see and drag the selection into the Terminal window. Press RETURN. You will be prompted for your admin password. Enter it. It will not be echoed. Press RETURN.
    3. Disable the Finder's display of invisible files.

  • How to change one iView to another in portal page by clicking the third one

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?QuickLink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one.
    I have thought of placing two VC iView to a same portal page area and defining one of the to be visible and another hidden (by clicking speedometers these properties would change), but I haven't found the way how that could be done in portal. Is there a way to define some OnClick-method to change visibility parameters or url-address of another iView?
    One solution might be¨on the other hand to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • Error while accessing iviews...

    Hi Experts,
              The issue is like this : We have deployed "Business Package for Simplified Reporting" on the Enterprise Portal and connect it to ECC client 200. This business package contain an iview of type "Launchpad(ABAP)". It is showing the links to various reports. When I click on these link, they open either in "Launchpad Start WD ABAP" iview or in "Launchpad Start BI 7.x" iview.
               For "Launchpad Start WD ABAP" iview, I am getting following error:
    Portal Runtime Error
    com.sap.portal.appintegrator.sap.WebDynpro::WebDynpro/ABAPURLLayer
    Parameter Dump
    $DebugAction  
    $TimeStamp  1242884867825
    $action  go
    ALLOW_BROWSER  Yes
    AlertSessionManagementMismatch  true
    ApplicationParameter  applid=%2FSREP%2FFI_GL_40_Q2 &sap-wd-configId=WDK_REPORTING
    ApplicationParameter.default  
    ApplicationParameter.type  string
    ApplicationVariants  DefinitionType
    AskForCredentials  
    AuthScheme  default
    Authentication  ******
    Authentication.default  
    Authentication.type  string
    CachingLevel  None
    ClassName  com.sapportals.portal.appintegrator.layer.URLTemplateProcessLayer
    ClientType  HTML
    ClientWindowID  WID1242883173973
    CodeLink  com.sap.portal.appintegrator.sap.WebDynpro
    CurrentWindowId  WID1242882878409
    CustomerExit.ParameterProvider  
    DebugMode  false
    DefinitionType  ABAP
    DynamicParameter  
    DynamicParameter.default  
    DynamicParameter.type  string
    ESID  7XULwPeFSJk0x7mAySgSqAvLMDyo3HAXIlgEr46Cn_EQ
    ESID.default  
    FederationAlias  
    ForcedRequestLanguage  
    ForwardParameters  
    ForwardParameters.Always  sap-config-mode
    ForwardParameters.Excluded  
    ForwardParameters.Forbidden  ClientWindowID, Command, DebugSet, DynamicParameter, Embedded, InitialNodeFirstLevel, SerAttrKeyString, SerKeyString, SerPropString, SessionKeysAvailable, iview_id, iview_mode, windowId, sap-pp-producerid, sap-pp-consumerBaseURL, sap-pp-returnToConsumer, login_submit, j_user, j_password, j_authscheme, uidPasswordLogon, MappedUser, MappedPassword
    ForwardParameters.default  
    ForwardParameters.type  string
    GUSID  
    GlobalPortal.BackToConsumer.TopLayer  GlobalPortal/ReturnToConsumer
    GlobalPortal.RedirectToProducer.TopLayer  RemoteRedirector/ESIDLayer
    IView  
    LAF  ur
    LAF.default  ur
    LAF.type  string
    LAF_Switch  true
    LAF_Switch.default  true
    LAF_Switch.type  select[false,true]
    LoadingCacheKey  <Portal.Version><LAF.Theme>
    LogonMethod  SAPLOGONTICKET
    LogonTicket  AjExMDAgABVwb3J0YWw6TWF5YW5rX0d1cHRhMTOIAAdkZWZhdWx0CAABAQEABTk3NDQxAgADMDAwAwADRUFEBAAMMjAwOTA1MjEwNTQ3BwAEAAAAAgoABTk3NDQx/wEHMIIBAwYJKoZIhvcNAQcCoIH1MIHyAgEBMQswCQYFKw4DAhoFADALBgkqhkiG9w0BBwExgdIwgc8CAQEwJTAdMQ0wCwYDVQQLEwRKMkVFMQwwCgYDVQQDEwNFQUQCBDYsd/MwCQYFKw4DAhoFAKBdMBgGCSqGSIb3DQEJAzELBgkqhkiG9w0BBwEwHAYJKoZIhvcNAQkFMQ8XDTA5MDUyMTA1NDc0N1owIwYJKoZIhvcNAQkEMRYEFJA4vzY65QYxjvwPvpWRfBjKPv0rMAkGByqGSM44BAMELjAsAhQW8Y1dy77jVjTYveLfD62NXQuB9QIUNbooRSymL8opXo9a/4g4AcwguBc=
    LogonUserID  Mayank_Gupta13
    MandatoryParameters  System, WebDynproNamespace, WebDynproApplication
    NavMode  1
    NavigationTarget  ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.common.bp_folder/com.sap.pct.erp.common.roles/com.sap.pct.erp.common.erp_common/com.sap.pct.erp.common.lpd_start_wd_abap
    NextLayer  WebDynpro/ABAPDSMLayer
    OptionalParameters  WebDynproConfiguration, Authentication, ApplicationParameter, DynamicParameter, LAF, LAF_Switch, ForwardParameters
    Portal  
    PortalSessionID  <IView.ID><ClientWindowID><"sap-ai-tabid"><WebDynproNamespace><WebDynproApplication>
    ProducerInfo  
    ProducerLocation  Local
    REFRESH_CONTENT  -1
    RoundtripURL  
    SSO2Template  <SSO2_HTML[PROCESS_RECURSIVE]>
    SSO2_HTML  
    SessionManagementVersion  
    ShowLoadingMessage  true
    ShowTray  true
    StylesheetIntegration  sap-cssurl=<LAF.StylesheetUrl[url_ENCODE]>&sap-cssversion=<LAF.Version[url_ENCODE]>&<TrayInformation[IF_true PROCESS_RECURSIVE]>
    SupportedUserAgents  (MSIE, >=5.5, *) (Netscape, *, ) (Mozilla,,*)
    System  SAP_ECC_Financials
    System.type  lookup:com.sapportals.portal.appintegrator.lookup.SystemLookup
    TarTitle  Profit Center: Receivables (List)
    Technique  ABAP
    TopLayer  WebDynpro/TopLayer
    TrayInformation  sap-tray-type=<TrayType>&sap-tray-padding=<TrayPadding[SAP_BOOL]>&
    TrayPadding  true
    TrayType  PLAIN
    URL  
    URLTemplate  <System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bc/webdynpro/<WebDynproNamespace>/<WebDynproApplication>/;sap-ext-sid=<ESID[url_ENCODE]>?sap-ep-iviewhandle=007<ESID[HASH]>&sap-wd-configId=<WebDynproConfiguration>&sap-ep-iviewid=<IView.ShortID>&sap-ep-pcdunit=<IView.PCDUnit.ShortID>&sap-client=<System.client>&sap-language=<Request.Language>&sap-accessibility=<User.Accessibility[SAP_BOOL]>&sap-rtl=<LAF.RightToLeft[SAP_BOOL]>&sap-ep-version=<Portal.Version[url_ENCODE]>&<ProducerInfo>&sap-explanation=<User.Explanation[SAP_BOOL]>&<StylesheetIntegration[IF_true PROCESS_RECURSIVE]>&<Authentication>&<DynamicParameter[PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>
    UnsupportedUserAgents  
    Use_CustomerExit_ParameterProvider  false
    ValidityPeriod  -1
    WebDynproApplication  powl
    WebDynproConfiguration  
    WebDynproConfiguration.default  
    WebDynproConfiguration.type  string
    WebDynproDeployableObject  
    WebDynproNamespace  sap
    Wizard.ApplicationVariantPane.Description  
    Wizard.ApplicationVariantPane.Title  
    Wizard.MandatoryParameters  System, WebDynproNamespace, WebDynproApplication
    Wizard.OptionalParameters  ClientType, WebDynproConfiguration, ApplicationParameter
    Wizard.ParameterPane.Description  
    Wizard.ParameterPane.Title  
    com.sap.portal.ComponentType  com.sapportals.portal.iview
    com.sap.portal.activityreport.MonitorHits  true
    com.sap.portal.admin.propertyeditor.categoryName  
    com.sap.portal.iview.AccessibilitySupport  
    com.sap.portal.iview.Availability  VISIBLE
    com.sap.portal.iview.DisableChildrenDYN  
    com.sap.portal.iview.DisableChildrenRL  
    com.sap.portal.iview.DisableChildrenTC  
    com.sap.portal.iview.DragAndRelate  false
    com.sap.portal.iview.ExpansionMode  Open
    com.sap.portal.iview.HasContentPadding  true
    com.sap.portal.iview.Height  600
    com.sap.portal.iview.HeightScale  PIXELS
    com.sap.portal.iview.HeightType  FIXED
    com.sap.portal.iview.HelpURL  
    com.sap.portal.iview.IsTemplate  false
    com.sap.portal.iview.MainObject  
    com.sap.portal.iview.MaxAutoHeight  1000
    com.sap.portal.iview.MinAutoHeight  0
    com.sap.portal.iview.SMiViewURL  com.sap.portal.epsolman.EPSolman
    com.sap.portal.iview.ShowDetails  true
    com.sap.portal.iview.ShowExpand  true
    com.sap.portal.iview.ShowHelp  false
    com.sap.portal.iview.ShowMinimize  true
    com.sap.portal.iview.ShowPersonalize  true
    com.sap.portal.iview.ShowRefresh  true
    com.sap.portal.iview.ShowRemove  true
    com.sap.portal.iview.ShowSMiView  false
    com.sap.portal.iview.ShowTitle  true
    com.sap.portal.iview.ShowTray  true
    com.sap.portal.iview.TitleURL  
    com.sap.portal.iview.TrayType  PLAIN
    com.sap.portal.iview.Width  400
    com.sap.portal.iview.WidthScale  PIXELS
    com.sap.portal.iview.WidthType  FIXED
    com.sap.portal.iview.family  
    com.sap.portal.navigation.DragRelate  0
    com.sap.portal.navigation.ExtWindowHeight  750
    com.sap.portal.navigation.ExtWindowWidth  500
    com.sap.portal.navigation.Invisible  false
    com.sap.portal.navigation.JScript  
    com.sap.portal.navigation.MergeId  
    com.sap.portal.navigation.MergePriority  100.0
    com.sap.portal.navigation.Mergible  true
    com.sap.portal.navigation.NavigationHierarchyMetadata  Cacheable
    com.sap.portal.navigation.Priority  100.0
    com.sap.portal.navigation.QuickLink  
    com.sap.portal.navigation.ShowAddToFavorites  true
    com.sap.portal.navigation.ShowType  0
    com.sap.portal.navigation.WindowName  
    com.sap.portal.navigation.view  
    com.sap.portal.pcd.gl.Collection  EP_PCT_ERP_COMMON
    com.sap.portal.pcd.gl.CreatedAt  Tue Sep 19 16:04:38 GMT+05:30 2006
    com.sap.portal.pcd.gl.CreatedBy  SAP
    com.sap.portal.pcd.gl.DeltaLinkState  -1
    com.sap.portal.pcd.gl.Domain  CA
    com.sap.portal.pcd.gl.LastChangedAt  Tue Sep 19 16:04:38 GMT+05:30 2006
    com.sap.portal.pcd.gl.LastChangedBy  SAP
    com.sap.portal.pcd.gl.ObjectClass  com.sapportals.portal.iview
    com.sap.portal.pcd.gl.OriginalCountry  
    com.sap.portal.pcd.gl.OriginalLanguage  en
    com.sap.portal.pcd.gl.Responsible  SAP
    com.sap.portal.pcd.gl.TransportDependencies  pcd:com.sap.portal.system/archives/com.sap.portal.appintegrator.sap.par
    com.sap.portal.pcd.role.EntryPoint  false
    com.sap.portal.pcm.Description  VRB_com.sap.portal.pcm.Description
    com.sap.portal.pcm.Title  Launchpad Start WD ABAP
    com.sap.portal.pcm.admin.Capabilities  com.sap.portal.capability.delete,com.sap.portal.capability.link,com.sap.portal.capability.copy,com.sap.portal.capability.edit,com.sap.portal.capability.cut,com.sap.portal.capability.transportable,com.sap.portal.capability.launch,com.sap.portal.capability.editpermissions
    com.sap.portal.pcm.admin.UseDefaultCapabilities  true
    com.sap.portal.private.iview.PropertiesUrl  pcd:com.sap.portal.system/applications/com.sap.portal.appintegrator.sap/components/WebDynpro
    com.sap.portal.reserved.iview.ButtonsURL  
    com.sap.portal.reserved.iview.EditorURL  pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.pcmEditor
    com.sap.portal.reserved.iview.IconName  
    com.sap.portal.reserved.iview.IsolationMode  URL
    com.sap.portal.reserved.iview.NavPanelStatus  Automatic
    com.sap.portal.reserved.iview.ParamList  *
    com.sap.portal.reserved.iview.Redirect  true
    com.sap.portal.reserved.iview.WizardURL  com.sap.portal.appintegrator.iViewWizard
    com.sap.portal.workDistributionTopic  
    com.sapportals.portal.navigation.FolderEntry  false
    com.sapportals.portal.navigation.Pictogram  
    com.sapportals.portal.navigation.WinFeatures  
    producerID  
    propertyIdMapping  
    sap-ai-tabid  7
    com.sap.portal.appintegrator.sap.WebDynpro::WebDynpro/ABAPURLLayer
    MandatoryParameters
    System   SAP_LocalSystem BIDCLNT006 BIDEV SAP_BW SAP_CRM SAP_ECC SAP_SRM WebEx 
    WebDynproNamespace   
    Application Name   
    OptionalParameters
    WebDynproConfiguration  
    Authentication  
    Application Parameters  
    DynamicParameter  
    Theme Subset  
    LAF_Switch   Yes 
    ForwardParameters  
    For "Lauchpad Start BI 7.x" iview " I am getting following error :
    "500 Internal Server Error                                                                               
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary
    Exception occured while processing the current request; this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was:
    Name or password is incorrect (repeat logon)
    Any help on this would be highly appreciated.

    Editing my question so that I can be more readable :
    Hi Experts,
                The issue is like this : We have deployed "Business Package for Simplified Reporting" on the Enterprise Portal and connect it to ECC client  200. This business package contain an iview of type "Launchpad(ABAP)". It is showing the links to various reports. When I click on these link, they open either in "Launchpad Start WD ABAP" iview or in "Launchpad Start BI 7.x" iview.
    For "Launchpad Start WD ABAP" iview, I am getting "Portal Runtime Error"
    For "Lauchpad Start BI 7.x" iview " I am getting following error :
    "500 Internal Server Error                                                                               
    BEx Web Application
    Failed to process request; contact your system administrator
    Error Summary Exception occured while processing the current request; this exception cannot be
    handled by the application or framework If the information on this page does not help you locate and
    correct the cause of the problem, contact your system administrator To facilitate analysis of the problem, keep a copy of this error page
    Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document
    (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was: Name or password is incorrect (repeat logon)
    Any help on this would be highly appreciated.

  • Dynamic iView Display in a Page

    Hi Experts !
    Help me displaying an iView on portal page dynamically based upon an event from another iView on the same page. Where both the iViews are developed using Web Dynpro ABAP.
    -Kalyan.

    If you're using java (Dynpage or WedDynpro), you could access the PCD and modify the page where your iview belongs :
    you got the "base" iview visible, and all others iview are present, but set as invisible. Depending on the situation, your "base" iview can then modify the visibiliy of the others iview in the page. a link about it here : [Sap Library|http://help.sap.com/saphelp_nw04/helpdata/en/44/6aaf92f5a23672e10000000a114a6b/content.htm]
    Another possibility is to use eventing for the same effect, each iview waiting for a set of event, and displaying nothing if this is not the event that is supposed to make them appears.
    Regards
    Guillaume

  • Program only gets focus if I click in the dock Icon

    If I have multiple programs visible (i.e. safari, firefox, skype) and click on one of them, it moves to the front, but I can NOT type in it, and the border does not turn grey, UNTIL I click on the icon in the dock. (using built in trackpad)

    Any third party system enhancers in play?
    charlie

  • IView and system admin objects appear changed or not registered when transported

    Hi,
    Recently we moved a few objects - iViews, pages and roles as epa and system admin objects as config archive and imported them manually to Test system. But when checked in the next landscape, the iView properties appear different. Eg. In Development system, the iView was unchecked for visibility option i.e. iView should not be visible. But when transported to test system, the property was checked and gave error. On reimporting, the same thing happened and we had to manually correct the property. This is not an expected behaviour and manual changes are not to happen after development changes.
    Similarly, though config archive import showed the 2 new system objects in the respective location of Test system, the expected functionality was not working. I checked this by deleting one of them and manually creating the same entry and it worked fine. So I also had to delete the 2nd one and create a manual entry. The system admin objects we used pertained to System Configuration  --> Content Mgmt--> Form Based Publishing --> Forms Availablity --> Folder Settings
    We also moved kmcs and they are reflecting properly with correct folder permissions.
    We don't understand why this is so occurring (iView and system admin entry appearing different or not getting registered )and never experienced such a case in previous projects. We don't want to face the issue going forward when transporting changes to staging and Prod systems.
    Please assist as to what went wrong or any probable cause and solution for same.
    Thanks,
    Janani

    Hi,
    Has anyone faced such a situation before and know the reason for same ?
    Regards,
    Janani

  • Error Runging the Transaction iview using SSO logon ticket

    Hi I am getting the follwoing error  in log file. when i am running the Transaction iview using SAP Loggon ticket.
    #1.5 #005056A33F2000840000000500000600000456BC1060683F#1221265635404#com.sap.security.core.umap.imp.UserMappingDataImp#sap.com/irj#com.sap.security.core.umap.imp.UserMappingDataImp.getAuthenticationTicket()#Guest#0##n/a##28a92320812111ddb972005056a33f20#Thread[UWL Pooled Thread:2,5,SAPEngine_Application_Thread[impl:3]_Group]##0#0#Error#1#/System/Security/Usermanagement#Java###The attribute "" of the backend system with alias "" has the invalid value "".
    Cannot generate an SAP authentication assertion ticket for user and the specified backend system.
    Please adjust the value of the system attribute. Supported values are "" and "".#6#AuthenticationTicketType#"KPMGVM005_ALIAS"##"Stokkeland, Pauline" (unique ID: "USER.PRIVATE_DATASOURCE.un:P00024384")#SAP Logon Ticket#SAP Assertion Ticket#
    I have imported the .der file of the portal in to the SAP ECC sytem.using STRUSTSSO2
    Created the profile parameters using rz10 trnsaction.
    login/create_sso2_ticket
    login/accept_sso2_ticket
    restarted the ECC system.
    Created the system object using the follwoing parameters
    WAS
    Connector
    Usermanagement
    Under usermanagement
    Authentication Ticket Type - SAP Logon TicketSAP 
    Logon Method -SAPLOGONTICKET 
    User Mapping Fields  :<not selected>
    User Mapping Type    :<not selected>
    when i test the sytem object under connection test:showing the following error.
    Test Details:
    The test consists of the following steps:
    1. Retrieve the default alias of the system
    2. Check the connection to the backend application using the connector defined in this system object
      Results
    Retrieval of default alias successful
    Connection failed. Make sure that Single Sign-On is configured correctly
    But WAS, ITS, Connector are successfull. but above message is showing.
    what could be the problem.
    When i run one transaction iview with this system it is showing following error.
    com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOITS640Layer
    Parameter Dump
    $DebugAction  
    $TimeStamp  1221268987126
    ALLOW_BROWSER  Yes
    Alias  
    ApplicationParameter  
    ApplicationVariants  GuiType
    AuthScheme  default
    Authentication  ******
    AutoStart  false
    CachingLevel  
    ClassName  com.sapportals.portal.appintegrator.layer.SingleSignOnLayer
    ClientWindowID  
    CodeLink  com.sap.portal.appintegrator.sap.Transaction
    CommandField  YTIME
    CurrentWindowId  WID1221260007272
    CustomerExit.ParameterProvider  
    DR.TargetIDPropertyName  TCode
    DebugMode  false
    DynamicParameter  
    DynproFields  
    ExecutionLocation  KPMGVM005_ALIAS
    ExportParameters  Authentication, LogonUser, RequestMethod
    FederationAlias  
    ForcedRequestLanguage  
    ForwardParameters  
    ForwardParameters.Always  sap-config-mode
    ForwardParameters.Excluded  
    ForwardParameters.Forbidden  ClientWindowID, Command, DebugSet, DynamicParameter, Embedded, InitialNodeFirstLevel, SerAttrKeyString, SerKeyString, SerPropString, SessionKeysAvailable, iview_id, iview_mode, windowId, sap-pp-producerid, sap-pp-consumerBaseURL, sap-pp-returnToConsumer, login_submit, j_user, j_password, j_authscheme, uidPasswordLogon, MappedUser, MappedPassword
    GUSID  
    GuiType  WebGui
    GuiType.default  WebGui
    ITSVersion  640
    JREPluginDownloadLocation  
    JREPluginMimeType  application/x-java-applet;version=1.4.1_02
    JavaGuiCodeBase  
    JavaGuiTraceFile  
    JavaGuiTraceKey  
    LAF  
    LoadingCacheKey  <Portal.Version><LAF.Theme>
    LogonMethod  SAPLOGONTICKET
    MandatoryParameters  System
    NavMode  1
    NavigationTarget  navurl://21635c17e11df05c58e1c07deaf5bed1
    NextLayer  Transaction/WebGuiESIDLayer
    OkCode  
    OkCodeField  
    OptionalParameters  
    ParameterTemplate  <ApplicationParameter[PROCESS_RECURSIVE]>;<ForwardParameters[QUERYSTRING]>;<DynamicParameter[PROCESS_RECURSIVE]>;
    Portal  
    ProducerLocation  Remote
    REFRESH_CONTENT  -1
    ReuseWinguiConnection  false
    RoundtripURL  
    SSO2Template  
    SessionManagementVersion  
    SupportedUserAgents  (MSIE, >=5.5, *) (Netscape, *, ) (Mozilla,,*)
    SupportsUnicodeCodePages  false
    System  KPMGVM005_ALIAS
    System.type  lookup:com.sapportals.portal.appintegrator.lookup.SystemLookup
    TCode  YTIME
    Technique  Standard
    TopLayer  Transaction/DragAndRelateLayer
    Transactions_Require_SSF  RRMX,RRMXP
    URL  
    UnsupportedUserAgents  
    UseFrog  true
    UseSPO1  false
    UserMappingTemplate  sap-user=<MappedUser>&sap-password=<MappedPassword>
    ValidityPeriod  -1
    Wizard.ApplicationVariantPane.Description  
    Wizard.ApplicationVariantPane.Title  
    Wizard.MandatoryParameters  System, TCode, GuiType
    Wizard.OptionalParameters  ApplicationParameter, UseFrog, Technique
    Wizard.ParameterPane.Description  
    Wizard.ParameterPane.Title  
    X509Template  
    com.sap.application_integration.ConfigurationServiceID  Transaction_Configuration
    com.sap.portal.ComponentType  com.sapportals.portal.iview
    com.sap.portal.activityreport.MonitorHits  true
    com.sap.portal.admin.propertyeditor.categoryName  
    com.sap.portal.iview.AccessibilitySupport  
    com.sap.portal.iview.Availability  VISIBLE
    com.sap.portal.iview.DisableChildrenDYN  
    com.sap.portal.iview.DisableChildrenRL  
    com.sap.portal.iview.DisableChildrenTC  
    com.sap.portal.iview.DragAndRelate  false
    com.sap.portal.iview.ExpansionMode  Open
    com.sap.portal.iview.HasContentPadding  true
    com.sap.portal.iview.Height  80
    com.sap.portal.iview.HeightScale  PIXELS
    com.sap.portal.iview.HeightType  FIXED
    com.sap.portal.iview.HelpURL  
    com.sap.portal.iview.IsTemplate  false
    com.sap.portal.iview.MainObject  
    com.sap.portal.iview.MaxAutoHeight  1000
    com.sap.portal.iview.MinAutoHeight  0
    com.sap.portal.iview.SMiViewURL  com.sap.portal.epsolman.EPSolman
    com.sap.portal.iview.ShowDetails  true
    com.sap.portal.iview.ShowExpand  true
    com.sap.portal.iview.ShowHelp  false
    com.sap.portal.iview.ShowMinimize  true
    com.sap.portal.iview.ShowPersonalize  true
    com.sap.portal.iview.ShowRefresh  false
    com.sap.portal.iview.ShowRemove  true
    com.sap.portal.iview.ShowSMiView  false
    com.sap.portal.iview.ShowTitle  true
    com.sap.portal.iview.ShowTray  true
    com.sap.portal.iview.TitleURL  
    com.sap.portal.iview.TrayType  PLAIN
    com.sap.portal.iview.Width  400
    com.sap.portal.iview.WidthScale  PIXELS
    com.sap.portal.iview.WidthType  FIXED
    com.sap.portal.iview.family  
    com.sap.portal.navigation.DragRelate  0
    com.sap.portal.navigation.ExtWindowHeight  710
    com.sap.portal.navigation.ExtWindowWidth  1014
    com.sap.portal.navigation.Invisible  false
    com.sap.portal.navigation.JScript  
    com.sap.portal.navigation.MergeId  
    com.sap.portal.navigation.MergePriority  100.0
    com.sap.portal.navigation.Mergible  true
    com.sap.portal.navigation.NavigationHierarchyMetadata  Cacheable
    com.sap.portal.navigation.Priority  100.0
    com.sap.portal.navigation.QuickLink  
    com.sap.portal.navigation.ShowAddToFavorites  true
    com.sap.portal.navigation.ShowType  1
    com.sap.portal.navigation.WindowName  
    com.sap.portal.navigation.view  
    com.sap.portal.pcd.gl.Collection  IP_PTL_INITIAL_CONTENT
    com.sap.portal.pcd.gl.CreatedAt  Sat Sep 22 11:32:17 EDT 2007
    com.sap.portal.pcd.gl.CreatedBy  Administrator
    com.sap.portal.pcd.gl.DeltaLinkState  -1
    com.sap.portal.pcd.gl.Domain  EP
    com.sap.portal.pcd.gl.LastChangedAt  Fri Sep 12 19:24:19 EDT 2008
    com.sap.portal.pcd.gl.LastChangedBy  ksingh
    com.sap.portal.pcd.gl.ObjectClass  com.sapportals.portal.iview
    com.sap.portal.pcd.gl.OriginalCountry  
    com.sap.portal.pcd.gl.OriginalLanguage  en
    com.sap.portal.pcd.gl.Responsible  Administrator
    com.sap.portal.pcd.gl.TransportDependencies  pcd:com.sap.portal.system/archives/com.sap.portal.appintegrator.sap.par
    com.sap.portal.pcd.role.EntryPoint  false
    com.sap.portal.pcm.Description  VRB_com.sap.portal.pcm.Description
    com.sap.portal.pcm.Title  myTime
    com.sap.portal.pcm.admin.Capabilities  com.sap.portal.capability.delete,com.sap.portal.capability.link,com.sap.portal.capability.copy,com.sap.portal.capability.edit,com.sap.portal.capability.cut,com.sap.portal.capability.transportable,com.sap.portal.capability.launch,com.sap.portal.capability.editpermissions
    com.sap.portal.pcm.admin.UseDefaultCapabilities  true
    com.sap.portal.private.iview.PropertiesUrl  pcd:com.sap.portal.system/applications/com.sap.portal.appintegrator.sap/components/Transaction
    com.sap.portal.reserved.iview.ButtonsURL  
    com.sap.portal.reserved.iview.EditorURL  pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.pcmEditor
    com.sap.portal.reserved.iview.IconName  
    com.sap.portal.reserved.iview.IsolationMode  URL
    com.sap.portal.reserved.iview.NavPanelStatus  Automatic
    com.sap.portal.reserved.iview.ParamList  *
    com.sap.portal.reserved.iview.WizardURL  com.sap.portal.appintegrator.iViewWizard
    com.sap.portal.workDistributionTopic  
    com.sapportals.portal.navigation.FolderEntry  false
    com.sapportals.portal.navigation.Pictogram  
    com.sapportals.portal.navigation.WinFeatures  resizable=yes,toolbar=no,menubar=no
    propertyIdMapping  
    com.sap.portal.appintegrator.sap.Transaction::Transaction/WebGuiSSOITS640Layer
    MandatoryParameters
    System   SAP_LocalSystem KPMGSBBW_alis KPMGVM005_ALIAS SAP_BW SAP_CRM SAP_ECC SAP_RPM SAP_WEBDYNPRO_CRM_ALIAS TestECC_Alias Test_CRM_Alias WebEx XBICLNT100 XCRCLNT100 XECCLNT100 
    Is it required to add  ECC certificate to Portal sytem?
    we have created the same user id in both the sytems.
    Please let me know what could be the error.
    Regards

    Vijay,
    Please follow these steps and lemme know what you observe.
    Go to system administration->support->sap application-> under test and configuration tools choose sap transaction
    under the mandatory fields choose the system that you have created, choose a tcode (se16) and choose sap gui for windows and click go.
    If you are able to logon to your ecc system, your sso works!
    P.S Make sure the user name with which you are testing this, exists in the backend as well.
    Good luck
    Cheers,
    Sandeep Tudumu

  • Embeding a SAP GUI based Report program into EP portal

    Hi experts,
                      I need a help, Is their any way to integrate a GUI based report program into EP portal. If yes can some one post how is it possible to acheive this functionality?.

    You may try the following options
    A. Transaction iView
        1.Make a transaction for the report program.
        2.Create an iView in Portal for transaction
    B. ITS service
         1.Make a transaction for the report program.
         2.Create an ITS service and pass the transaction name to the parameter ~TRANSACTION in the ITS service
         3.Create an iView in Portal for ITS service
    This way you will be able to call report program in Portal.

  • Discs don't come out, osx says "in use, close programs and try again"

    I keep having this problem with cd roms and dvd's.
    There are no programs visible that might be using the cd or dvd.
    I tried command-option-escape to see what is active.
    I know how to force it out by restarting.
    I just switched from windows to apple and I am doing more restarts than ever before.....
    please help me
    i-mac intel based   Mac OS X (10.4.9)  

    Hi CellaMarr, 
    Go to  Apple Menu > System Preferences... > CDs & DVDs make sure it's not set to "ignore".
    Here are some ways of ejecting disks:
    Restart and hold down the mouse button (wired mouse only)
    or
    Within the Finder go to the View menu and choose Customize Toolbar this allows you to add an Eject button to each Finder window.
    or
    Go to Macintosh HD > System > Library > Coreservices > Menu Extras > Eject.menu . Double click this to place an eject menu on the Menu Bar which persists in most applications.
    or
    1. Switch on/reboot
    2. After the startup chime, press and hold the keys <command/apple> <alt/option> <o> and <f> ( ⌥ ⌘ F O )
    3. At the command line prompt, type: eject cd
    4. Hit Return, the optical drive will then eject.
    5. Insert the Install disk.
    6. Type: mac-boot
    7. Hit return.
    cheers
    mrtotes

  • Workflow Inbox to be cleared

    Hello All,
    I need to delete Workitems from the Portal Iview of a particular person. Now the problem i m facing is that Applications which i am able to view in the portal inbox, do not have any record in R/3 system. there is no data pertaining to those applications in the tables PTREQ_ATTABSDATA, PTREQ_ITEMS, PTREQ_HEADER. But still those applicaitons are visible in the portal iview.
    Portal Iview used is standard one.
    Now, I need to clear the inbox of the approver by any means.
    Kindly help.
    Regards,
    Anurag

    >He was saying that there are no records pertaining to the applications data
    But I strongly believe that this is case is a "one time" type of case. The user has now unneeded work items, but after they are deleted, the situation is cleared. I see no point of creating&sheduling a program of deleting work items from user's inbox. If user gets unnecessary work items (or he has some kind of ghost items) there is simpy something wrong in the workflow or in the business process itself (=somebody is doing something in a wrong way, or forgets to do something that he/she should do). Deleting work items with a custom report should never be necessary (unless it is some sort of a case of clearing of test data or clearing some bad production data (but in this later case the workflow itself should be fixed in order to avoid this happening again)).
    >and there are many cases that even after executing the workitem from UWL your workitem does not get disappears from the UWL. then at that time you will find the record completed in SWI5, but still the workitem appears in your UWL? at that time i think your SWI5 funda fails.?
    No, SWI5 will not fail. Deleting the work item with your program and deleting it with SWI5 is the same thing. Both of them set the work item logically deleted. If the item does not disappear from UWL even if being completed, there is something wrong in the UWL (cache/refreshing problem?).
    >Are you sure that by completing the header workitem the child workitem gets completed? I dont' think so
    Yes, I am sure. And this is the correct way to delete complete workflows. When you delete the whole workflow, all the active (=ready, in process, etc.) child work items get deleted. If you delete just the child work item, the workflow gets never completed/deleted, and stays in status in process. This will have an effect for example to work item archiving (these workflows will never be archived) and reporting (if you want to report some average completion times, etc.).

  • Should I get a 13" or 15" Macbook Pro with retina laptop?

    I, FINALLY, after one year of wanting to get a new laptop to use as my primary computer replacing my desktop computer at home.........have decided to switch gears from a Windows computer to a MACBOOK PRO with RETINA laptop. It's not an easy decision when you are spending SO much money on something you hope will last a long time as I do NOT plan on getting a new laptop once I buy this one for a very long time (until it breaks / can no longer function)!
    My dilemma now is whether to go with the high end 13" Macbook Pro OR get a similar if not higher end 15" Macbook Pro. Here's background on myself and what I plan on using the laptop for:
    I plan on using it as my new primary computer for home so primarily for my personal use, but I will be using it also for work so I will be using it for basically EVERYTHING!
    I will use it to do word processing (MS Word), to do my finances (reconcile my bank stmts/accounts), using MS Excel for accounting work, check my emails, research the Internet, photo editing (pretty much basic, definitely not advanced) and creating slideshows with my photos/music, downloading/playing music. I do not plan on using it to play any games.
    I use alot of MS Office / Excel and some Powerpoint - either for work or home.
    I need alot of storage space for photos (recreational - up to 400 per vacation trip) and I plan on creating slideshows with the photos using Apple's great photo/video/slideshow apps! At last count, I had about 100GB of photo files.
    I also need alot of storage for my music files - I have @ least 12GB of music right now and am always downloading more each year.
    I plan on taking it with me outside of home only on the weekends for the most part like to a cafe (Starbucks) or library, but not for anything further than that (not for travel as I will just take my ipad).
    I know it's only ~1lb difference in weight, but a couple of my concerns is since it will be my primary home computer (i.e.I'll be using it in the evenings/on the weekends and probably more (since it's an Apple!) to work on photos/slideshows, if the screen size difference will matter in the longrun in terms of having any impact on my vision (not sure if the 2" will make a difference in that). I'm only 45yo, but I do worry about that!  I tried both the 13" and 15" in the Apple store and the only difference I saw was that the 15" screen allowed you to have multiple programs visible on the screen side by side, but viewing the actual programs was the same (in size). I don't really view programs side by side right now (I use the ALT-TAB shortcut alot to view multiple programs I have open at once), but I could see how having programs viewable side by side could come in handy.
    I had a Toshiba 17" laptop before that was too HEAVY to lug around even if on the weekend so I no longer want a heavy laptop and want something more portable to take with me on my weekend excursions to the local cafe/library which basically means going from home to car and car to location at most, but when I go to use the restroom, I like to take it with me (do not feel safe leaving it behind on table) so I don't want it too heavy.
    I do plan on getting me a Western Digital external hard drive to backup ALL my files yet since I plan on keeping the computer for as long as it'll hold up, I want to make sure I have alot of storage to keep up with me. I like the flashdrive component because there are fewer moving parts so less likely to have problems in the long run and given that (despite my need for alot of storage), I'll backup my photos/music to external drives should I end up maxing out on my storage.
    I value your opinions, please help me DECIDE!!!!! I'm frustrated and it's driving me nuts!!! I know it's too much to ask, but if they had a 14", I would probably go with it!  A 2" difference seems pretty big. :-)
    THANK YOU!!!

    Thanks guys. I'm set on the 15" now and am now deciding on whether I should go with the standard MBP or the MBP with retina display? I'm not an advanced photographer, but I do like to take alot of photos especially when travelling and I do plan on creating slideshows with my photos synched with music. I don't think I'd be one to really be able to tell the difference between a retina vs. non-retina screen given that since I can't really tell the difference between a tv screen with vs. without HD. So for me, I don't think it'd be about the retina display at all. It is more about the storage capacity AND the fact that I hear with the retina/flash storage, that there are less apt to have problems down the road so a more sturdy a machine.  Given I take alot of photos/will be creating slideshows wth my photos, and downloading/playing music, I'm thinking the standard MBP might be better storage-wise. But also given I plan on keeping this laptop for a long time (basically, until it breaks or becomes too slow to function productively), that makes me want to go the retina/flash storage route. SIGH.
    Should I not be so concerned about the longevity of the machine, but rather opt for the one with more storage? 

Maybe you are looking for

  • MMBE On-order stock columns

    Hi, in trx MMBE when on-order stock column wiil be again 0 ? I postes a goods receipt and MIRO but it remains with the quantity of the only one PO I created... Best regards

  • Several tabs in a window won't close.

    I've tried command-W, clicking on the X, and using the menu to close them, and two of my open tabs won't close at all.

  • 3D: how to move a mesh using JS

    Hi! how to move a mesh using JS in 3d-model (for example, I need to move by 5 pixels in X, Y, Z). Thank you :)

  • Linking files between Macs and PCs in InDesign

    I'm Mac, my colleagues are PC. They have removed the letter mapping from their server links to enable me and them to share InDesign files seemlessly. This works perfectly until an Indesign file draws graphics from two (or more) seperate servers. In t

  • How to use the Oracle AQ JMS API using Toplink

    My application is using AQ using PL/SQL. We want to convert the PL/SQL code to the JMS interface Oracle offers, the problem is that I need to use a java.sql.Connection object in order to connect to the AQ. I don't own the java.sql.Connection in Topli