Typical problem with UWL

Hi All,
We are having two systems MDM and ECC. We want all item from different systems should come to same UWL. It is working fine for users having access to both the systems. It is not working for them having access to one system only.
Suppose user is having access to MDM system buy not the ECC system. Then user is getting the error for ECC,  portaldestinationsserviceexception User is missing credential for connecting alias ... The error is very much logical because they do not have access to ECC system. How to deal with the error?
My requirement is every user should get everything in one UWL. People having access to one system is getting the error for other system. If I create two iview the my ultimate motto to get everything in one UWL is lost.
Thanks in advance.
Raktim

Hi Raktim,
Here's what you can do :
1. create one role for MDM users (UWL_MDM for instance)
2. assign this role to MDM users
3. edit the UWL systems used for MDM and paste the id of the UWL_MDM role in the User Roles field
(in System Administration > System Configuration > UWL & Workflow > UWL Administration)
Do the same for the ECC system.
Users with the UWL_MDM role will have access to the MDM work items, users with UWL_ECC role will have access to the ECC work items and users with both roles will have access to MDM and ECC work items. And the error messages won't appear anymore.
EDIT : you can also disable the error message using the "Display Connection Status" property of the UWL iView : http://help.sap.com/saphelp_nw70ehp1/helpdata/en/36/dd4ad73c86412e81e9ce66eeb147e7/frameset.htm
Regards,
Pierre
Edited by: Pierre DOMINIQUE on Jul 10, 2009 10:21 AM

Similar Messages

  • HI i have macbook pro with OSX 10.8. I am facing typical problem with Wi- Fi , in school wi-fi it does'nt connects to http sites and connects only https  but in home wi-fi it connects to all all http and https sites. How fix this problem as I am new this

    HI i have macbook pro with OSX 10.8. I am facing typical problem with Wi- Fi , in school wi-fi it does'nt connects to http sites and connects only https as no security/proxy settings done but in home wi-fi it connects to all  http and https sites. How to fix this problem as I am new this operating system. Please any one help me in this as I have installed Delicious Library which is not working in school becoz it searches amzon http site.

    I would imagine that at school, you're required to connect through an HTTP proxy.
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. Enter the proxy settings given to you by the network administrator. Click OK and then Apply.
    You may wish to create separate network locations for home and school. See the built-in help for instructions.

  • ESS/MSS problem with UWL

    Hi,
    Situation
    We are using ESS/MSS within the Portal 7.0 SP 14. The SAP Backend which we are using is ECC 6.0.
    SSO between the Portal and Backend works efficient.
    Problem
    There are some issues when using the Universal Worklist. All tasks appear in our Universal Worklist from the Backend. Unfortunately, when trying to open any task we are facing the following error:
    com.sap.aii.proxy.framework.core.DataAccessException: Type conversion error, field I_TRIPNUMBER, complex type class com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input
    at com.sap.aii.proxy.framework.core.JcoBaseTypeData.propagateJcoException(JcoBaseTypeData.java:130)
    at com.sap.aii.proxy.framework.core.JcoBaseTypeData.setElementValue(JcoBaseTypeData.java:751)
    at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClass.setAttributeValueAsString(DynamicRFCModelClass.java:669)
    at com.sap.xss.tra.tri.model.tripform.Ptrm_Web_Form_Pdf_Get_Input.setI_Tripnumber(Ptrm_Web_Form_Pdf_Get_Input.java:282)
    at com.sap.xss.tra.tri.fc.tripform.FcTriTripForm.rfcFormPdfGet(FcTriTripForm.java:382)
    ... 65 more
    Following steps have been followed up
    The URL parameter of the resource "Employee_travel_tripform_srv05 has the value "sap_xss_tra_UsePdf=true"
    The iView "Display Trip Form" has the application parameter "sap.xss.tra.UsePdf=true"
    Question
    When a task is opened from the Universal Worklist, the Trip Form must appear in PDF Form.At this stage the iview "Display Trip Form" opens but shows the error mentioned above.
    Is there anyone who could help us out?
    Any help would be appreciated.
    Regards,
    Gene Madikrama

    Hi Barin Desai,
    Again thank you for your response. We have checked the workflow *WS90000013*, and you are right; it is a customized workflow.
    As we already mentioned, we are using a &BUS2089&.
    In this &BUS2089& there are the elements: &TRIP.EMPLOYEENUMBER& and &TRIP.TRIPNUMBER&
    Unfortunately it is not possible to delete &BUS2089&. Deleting the &BUS2089& will cause a lot of problems for this total Workflow.
    UWL iView
    For the UWL iView we are using the XML file "com.sap.pct.erp.mss.tra.xml" that comes with the ESS/MSS business package.
    A piece of the code of "com.sap.pct.erp.mss.tra.xml is:
    <Action name="com.sap.pct.erp.mss.tra.action.DisplayExpenseForm" referenceBundle="com.sap.pct.erp.mss.tra.DisplayForm"
             handler="SAPAppLauncher" returnToDetailViewAllowed="yes" launchInNewWindow="yes"launchNewWindowFeatures="toolbar=no,menubar=no">
         <Properties>
           <Property name="SAPIntegrator" value="ROLES://portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.roles/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.employee_self_service/com.sap.pct.erp.ess.area_travel_expenses/com.sap.pct.erp.ess.tripform"/>
           <Property name="sap.xss.tra.TripNo" value="${item.TripNumber}"/>
           <Property name="sap.xss.tra.PersNo" value="${item.EmployeeNumber}"/>
           <Property name="sap.xss.tra.TripComponent" value=" "/><!-- Display Travel Expense Report -->
           <Property name="display_order_priority" value="10"/><!-- Shift to left side -->
           <!Property name="UserComment" value="$"/>
           <!Property name="User" value="$The specified item was not found."/>
         </Properties>
        </Action>
    Question:
    Will changing the code of "com.sap.pct.erp.mss.tra.xml" solve our problem? Or do we need to change something else?
    Is there anything we need to do from the portal side or any configuration on the ECC backend?
    Regards,
    Gene Madikrama

  • The typical problem with BAPI_ACC_DOCUMENT_POST

    Hi all!
    Just my first post in the forum.
    I'm using the BAPI_ACC_DOCUMENT_POST to generate an accountable document. As I've seen with a lot of people, the bapi is succesfully executed, but no doc. is created.
    Can anyone have a look on my code and try to guide me through the right way to have my doc?
    --- doc_head TYPE BAPIACHE09 ---
    doc_head-obj_type   = 'BKPFF'.
    CONCATENATE SY-SYSID 'CLNT' SY-MANDT INTO
                          DOC_HEAD-OBJ_SYS.
    doc_head-obj_key    =  '$'.
    doc_head-COMP_CODE  = P_BUKRS.
    doc_head-DOC_TYPE   = 'SA'.
    doc_head-PSTNG_DATE = P_BUDAT.
    doc_head-FISC_YEAR  = sy-datum(4). "Periodo liquidación
    doc_head-FIS_PERIOD = sy-datum+4(2).
    doc_head-USERNAME   = SY-UNAME.
    doc_head-DOC_DATE   = sy-datum.
    doc_head-BUS_ACT    = 'RFBU'.
    --- w_bseg TYPE TABLE OF BAPIACGL09 ---
    --- t_cur_am TYPE TABLE OF BAPIACCR09 ---
    w_bseg-ITEMNO_ACC = '0001'.
    w_bseg-GL_ACCOUNT = '0006230000'.
    w_bseg-ALLOC_NMBR = P_REF.
    w_bseg-stat_con   = 'S'.
    w_bseg-COSTCENTER = P_COST_CENTER.
    w_bseg-TAX_CODE = 'S0'.
    APPEND w_bseg.
    CLEAR w_bseg-COSTCENTER.
    t_cur_am-ITEMNO_ACC = '0001'.
    t_cur_am-CURRENCY   = 'EUR'.
    t_cur_am-AMT_DOCCUR = '100'.
    APPEND t_cur_am.
    w_bseg-ITEMNO_ACC = '0002'.
    w_bseg-ITEM_TEXT  = TEXT-001.
    w_bseg-GL_ACCOUNT = '0004000900'.
    w_bseg-ALLOC_NMBR = P_TEXT.
    w_bseg-stat_con   = 'H'.
    APPEND w_bseg.
    Llenar importes
    t_cur_am-ITEMNO_ACC = '0002'.
    t_cur_am-CURRENCY   = 'EUR'.
    t_cur_am-AMT_DOCCUR = '100'.
    APPEND t_cur_am.
    CALL FUNCTION 'BAPI_ACC_DOCUMENT_POST'
      EXPORTING
        DOCUMENTHEADER          = doc_head
      CUSTOMERCPD             =
      CONTRACTHEADER          =
      IMPORTING
        OBJ_TYPE                = obj_type
        OBJ_KEY                 = obj_key
        OBJ_SYS                 = obj_sys
      TABLES
        ACCOUNTGL               = w_bseg
       ACCOUNTRECEIVABLE       =
      ACCOUNTPAYABLE           =
       ACCOUNTTAX              =
        CURRENCYAMOUNT          = t_cur_am
      CRITERIA                 =
      VALUEFIELD               =
      EXTENSION1               =
        RETURN                  = t_ret
      PAYMENTCARD              =
      CONTRACTITEM             =
      EXTENSION2               =
      REALESTATE               =
    b_wait = 'X'.
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
      EXPORTING
        WAIT          = b_wait
      IMPORTING
        RETURN        = b_ret.
    I get my "Document XXXXXXXXXX was Successfully created" but no BKPF record is created on the database. Any ideas?
    Thank you very much!
    Message was edited by: Angel Garcia

    Hi Angel,
    1. U code must be absolutely right.
    2. The problem is with this general bapi.
    3. I also faced the same problem,
       but there is no solution for this
        on SDN.
    4. After posting the bapi, (also using commit)
       the message says, Docuement xXX created,
      but actually there is no document
       in tables.
    5. Even the Number Range is incremented,
       but no document.
    6. Its really a mystery for me.
    regards,
    amit m.

  • Problem with UWL

    Hi All,
    I have an issue from the Portal user that when he wants to nominate a person for receiving the notifications in his absense, he is actually not receiving them for a particular task.
    But if the assignee tries to do it for all tasks then the nominee is receiving all the notifications.
    Kindly let me know what is missing or what can be done for the solution.
    Regards
    DK

    Thanks Haydn ,
    For your so quick reply. I checked my UWL system object configuration. Its showing that system login is via SAPLOGONTICKET not by UIDPW.
    After that we have maintained ITS Settings in UWL system.. so the previous problem is not coming now but a new problem is coming -
    404 ERROR
    SYSTEM COULD NOT FIND THE RESOURCE.
    Please try to help on this as i have already deployed the applciation and without UWL link its running fine in the system.
    Thanks,
    Roshan

  • Problem with UWL substitution - ASAP

    Hello,
    When creating a Manage Subtitution Rule we have the button to create rule and delete the record. In this i would like to disable the delete button only.
    The property option in UWL iview is to disable both create and delete button.
    So can anyone help me to figure out a solution to this problem as the delete button would delete my record from the table which we donot want.
    Is there any alternative to save all the substitution records even after deleting them.
    Thanks.
    Points are rewarded

    Hi,
    The template you used is different.
    Try to create a java webdynpro iview and in the package you will find substitution application variant.
    After creating the iview open the preview and here you can use CTRL plus right click and personalize.
    Thanks and Regards,
    gopal

  • Problem with uwl overview

    I wanted to display an summary of the UWL in the portal first page so I add the uwl iview and choose "overview" in the property "UWL Navigation Style" but when I display it in the browser some of the times I get the number of new tasks (Tasks  (11 New / 14) ) and some of the times I don't get (after logging off and on with the same user).
    Does anybody has an idea how can I get the number of new tasks all the time?

    I am using a copy of the iview
    In pcd:
    Content provided by SAP->End User Content->Standard Portal Users->iViews-> --> com.sap.netweaver.bc.uwl.iviews --> Universal Work list.
    I notice I sometimes don't see the summary (i.e. Tasks (11 New / 14) ) even when I'm in regular mode and not in overview mode. Weird,no?

  • Typical problem with MASTER_IDOC_DISTRIBUTE

    I have written the custom program to fetch the data and to form an outbound IDoc using MASTER_IDOC_DISTRIBUTE.
    The problem is when i execute the pgm 1st time the IDoc got generated. As it was in Yellow state i tried to execute the program RSEOUT00. Even then it was in yellow state.
    Now again i ran the custom program and create danother IDoc. Even now this IDoc is also in Yellow state. But now when i ran RSEOUT00 program with these two IDoc numbers, now the 1st one got into green while the 2nd remained in Yellow.
    Now my Questions are
    1. First of all why it was in yellow color when i ran the program first time even though when i set "Trigger immediately " at partner profiles.
    2. Why the first one is going into green state when the second idoc got generated ?

    HI Friends,
    i have solved the issue by myself.
    I have just used the FM EDI_DOCUMENT_DEQUEUE_LATER before commit wok statement.
    Can any one explain me the reason why it worked out ?

  • Typical problem with BLOB.

    while i am using blob to store file content
    (for word documents more than 400 kb) iam facing this error.
    java.sql.sqlexception : ORA-01401:INSERTED VALUE TOO LARGE FOR COLUMN
    if it is some pdf files more than this size it is uploading.
    pls help me in this regard.
    Thanks in advance....

    >
    help plzzz
    >
    If you want help in the forum you need to use English when you post.
    You also need to actually ask a question or present the issue that you need help with. Just saying you nave a problem and then posting code isn't sufficient.
    Please edit your post and provide the English version of your code, comments, error messages and your action question or issue.

  • Typical problems with Data in MS Excel 2003

    Hi,
    I am uploading more than 21,000 records of Data to Business Partner table from xls file.
    Earlier I was doing it with ease, now the Data is being imported to the repository.
    I am using the same map at the time of import. It also has remote key mapping.
    After the import, # character and some unusal character is being displayed in the
    Data Manager while the xls sheet does not have any # or any special character
    in it.
    Regards
    Kaushik Banerjee

    Some times Jet Drivers used by import manager incorrectly determines the data type of the field of excel file.
    Try to import data from same source file again after doing following configurations:
    1. go to windows registry editor and change TYPEGUESSROWS "dword" key value for following registry HKEY_LOCAL_MACHINE\SOFTWARE\MICORSOFT \ JET\4.0\ENGINES\EXCEL from its current value to 0. (if it is already zero then it means you did it when you executed import manager first time. SO you just need to perform step 2)
    2. Open your excel file and select column which i getting wrongly imported, right click and assign correct format. and then try to import it.
    Please follow these steps and let us know the result.
    Regards
    Shiv.
    Edited by: Shiv Prashant Dixit on Mar 31, 2009 11:56 AM

  • Problem with microphone, Audigy 2, and a Dell (not the same problem as the 8 million other topi

    Hello,?I recently reformatted my hard dri've and had to reinstall drivers for nearly everything, etc. I have a Dell Dimension 4600, and an Audigy 2 sound card. My microphone worked fine before the reformat and then it was broken. Its not that it wasn't picking up my voice (I have read that the typical problem with Dell computers and microphones was that you had to almost scream into the microphone to get it to hear anything). When I tried to record something, it would record what was coming out of my speakers, and not what I was saying (no matter how hard I yelled). So, when I was playing Counterstrike, everybody heard my gun shooting and grenades exploding etc. instead of my voice (which was what was coming out of my headphones). So I downloaded the ISO available here and through some complicated, random process of uninstalling and reinstalling the various sound drivers I found on the internet, I managed to get my microphone to work perfectly. I changed some settings before I went to bed on Sunday night, and when I tried to use my microphone on Monday it didn't work again (and I had the same problem as before).
    So I reformatted again and am trying to figure out what order I installed and uninstalled etc.
    So my question is, has anyone else has this specific problem (when attempting to record it records what comes out of the speakers/headphones and not what is being said into the microphone) and remembers how to fix it's? What I did was really bizarre, something like downloading Dell drivers, installing them, uninstalling them, downloading Creative drivers, installing them, installing Dell drivers on top of them, uninstalling both, downloading the ISO, reinstall the Creative drivers, install the files from the ISO, or something like that. Obviously that includes a lot more steps than are needed and because part 3 of the ISO is currently down (I don't have a CD burner so had to redownload the whole thing (I just used a CD emulator last time)) I can't work on it right now :/

    HalberdBlue wrote:
    Hello,I recently reformatted my hard dri've and had to reinstall drivers for nearly everything, etc. I have a Dell Dimension 4600, and an Audigy 2 sound card. My microphone worked fine before the reformat and then it was broken. Its not that it wasn't picking up my voice (I have read that the typical problem with Dell computers and microphones was that you had to almost scream into the microphone to get it to hear anything). When I tried to record something, it would record what was coming out of my speakers, and not what I was saying (no matter how hard I yelled). So, when I was playing Counterstrike, everybody heard my gun shooting and grenades exploding etc. instead of my voice (which was what was coming out of my headphones).So I downloaded the ISO available here and through some complicated, random process of uninstalling and reinstalling the various sound drivers I found on the internet, I managed to get my microphone to work perfectly. I changed some settings before I went to bed on Sunday night, and when I tried to use my microphone on Monday it didn't work again (and I had the same problem as before). So I reformatted again and am trying to figure out what order I installed and uninstalled etc.So my question is, has anyone else has this specific problem (when attempting to record it records what comes out of the speakers/headphones and not what is being said into the microphone) and remembers how to fix it's What I did was really bizarre, something like downloading Dell drivers, installing them, uninstalling them, downloading Creative drivers, installing them, installing Dell drivers on top of them, uninstalling both, downloading the ISO, reinstall the Creative drivers, install the files from the ISO, or something like that. Obviously that includes a lot more steps than are needed and because part 3 of the ISO is currently down (I don't have a CD burner so had to redownload the whole thing (I just used a CD emulator last time)) I can't work on it right now :/
    Actually, it's not a problem but a setting. On surround mixer .rec source setting --> when you set it to What U Hear everything you hear becomes recorded --> for microphone recording set it to microphone (also set "monitoring while recording" on/off).
    jutapa

  • Problem with FIle Adapter

    Hi
    We r facing typical problem with file adapter.
    Lets say there are 30 files to be processed  by placing an copy in arichive folder by file adapter  based on pooling 
    parameters.
    All the 30  files are picked up and we can see the copies in archive folder.
    But when we go to RWB and check the audit log,
    there we could see only 25 files , the 5 files are missing.
    no trace found therre about the 5 files.
    This is happening only some times and not to all the files placed in the FTP. Later when the same file is placed back from the Archive folder to the Source folder, the file is being picked and processed succesfully.
    unfortunately this is happening on Production server
    Any pointers which could trouble shoot this issue.
    Regards
    shekar chandra

    Hi,
    Couple of thing which you can try....
    1. Use EOIO QoS and check if you still face the issue.
    Is some program or application writing files to the directory? If yes I would recommend the use of a temporary name to write the files and then rename them.
    Sometimes when an external application connects via FTP and transfers the files...
    The file could be picked up by the adapter poll even before the transfer of data is done.
    Which is why you will find that the file is archived but there is no xml message created for the same in the Integration engine.
    Try increasing the poll interval. This helps sometimes.
    Regards,
    Sidharth

  • My problem with the phone is this

    ontop of all the typical problems with the software i am having the following issue.everytime i go to update to ed04 it will download the whole way then fail to install.so eventhough the new 05 is out and supposedly fixes everything i can't even update to that.
    they seriously should have just given the option over the phone to swap for the charge since my stores in the area were out of them for over a week now.i went in everyday after work and even called other area stores and had no luck.i'm seriously ready to just cancel my service and move on to another provider.i need my phone since i have a side job i do out of my hosue that is just beginning to take off and missing calls is not helping me exapnd.

    adamamazing wrote:
    ontop of all the typical problems with the software i am having the following issue.everytime i go to update to ed04 it will download the whole way then fail to install.so eventhough the new 05 is out and supposedly fixes everything i can't even update to that.
    they seriously should have just given the option over the phone to swap for the charge since my stores in the area were out of them for over a week now.i went in everyday after work and even called other area stores and had no luck.i'm seriously ready to just cancel my service and move on to another provider.i need my phone since i have a side job i do out of my hosue that is just beginning to take off and missing calls is not helping me exapnd.
    Try a factory reset, it is a pain, I know, I've done it a couple of times, what do you have to lose at this time. Just backup your contacts and remove your SD card, even though it is not necessary, I still do just for the heck of it.

  • Problems with RFCUSER

    Hi
    I have a typical problem with RFCUSER in CRM. I have created the userid RFCUSER, per the Building Block C71 document. Usertype is defined as "System" as per the document.
    But, when I try remote logon , I am getting only the logon screen of R/3, it is not automatically logged in. At the same, in stead of RFCUSER, when I use my own id ( dialog user), I am able to login automatically.
    I have checked each and every field, but could not find any clue.
    Would appreciate any help and guidance if you could offer. Thanks in advance.

    Remote login in RFC is possible only when the user type is Dialog or service.
    With user type system ,when you click on remote login if you are getting the login screen ,your user is not authorized to enter in the target system.Ideally you will not get any thing when you click on remote login,then only RFC is fine.
    Check the authorizations of the user in target system.
    You dont need a dialog user in this context and just make sure that nothing is happening when u click on remote login.(nothing happens is equal to successfull login in this screen)

  • Problem with Business object attributes in UWL Workitem description

    Hi All,
    I have developed a workflow which sends the workitem for two level approvals. Once the workflow is triggered workitem sent to the respective user for approval. When user opens the workitem in inbox he can see all the data which comes from the 'Z'  Business object in R/3 and he can approve the same. Everything works fine when this process happens in R/3 system.
    The problem comes when user opens this workitem in UWL or this workitem is sent to user mail ID executing  'SWN_SELSEN' report, all the attributes of the business object are displayed in the workitem description  except 2 . These are the Minimum annual salary(GRMIN) and  Maximum annual salary(GRMAX) fields from 'T510N'  table.
    Regards,
    Vaishali.
    Edited by: vaishali rautray on Dec 24, 2008 7:52 AM

    Hi Saumya,
    Thanks for the quick reply.
    For storing the Minimum and maximum annual salary values I have created two attributes in the business object which are referring to database fields. T510N is a customizing table. I could see the values for the same, if I test the Business Object or Trigger the w/f in R/3 and check the approval work item in R/3. These values disappears only in case of web interfacing i.e. If I send the same work item to outlook mail or check it in UWL.
    I had checked the same and thought if there is any problem with BO or some other processing takes place before these values are retrieved. But I wonder why this happens only if I process the work item outside R/3 system?
    Regards,
    Vaishali.

Maybe you are looking for

  • Can't install OS

    Just assembled new system. K8N Neo4 Platinum board (non-SLI), 1024 mb Corsair Xms Platinum ram 2 X 512, 400 mhz. XFX 6600 GT vid card 128 mb DDR3, 1 X 160 gb SATA HD, Ultra 600 watt PSU. Will boot from Windows CD, won't allow pressing of F6 at starup

  • Problem about printing special character in bex query analyzer

    Hi, in bex query analyzer i have created one restricted key figure , in which i have substracted two date with the help of replacement path. So i got result. But i am facing one problem. when in both date, if one date is null or # then it is giving s

  • Filter on Calculated column based on union of 2 reports

    I have Report1 Union Report2.There is column A(Logic) in report1 and report 2 and Displayed this column A(Logic) as single column after merging the results. i am adding another column say (Saw0(*Column A(logic)* - saw 5) which is named as 'Difference

  • Possible to generate graphics dynamically using ABAP?

    Hello friends, It is possible to generate graphics dynamically using ABAP as programming language? In the same line like SVG (Scalable Vector Graphics) or ChartDirector? Output of this abap program should be a picture. Daniel

  • Run Setup.exe and Says there is an Error: Help!

    Hi I have just downloaded the Photoshop CS4 trial for windows and ran the file and it extracted some files. Now I run the Setup.exe and after a few seconds of the "Checking System Profile" thing I get an error saying ask Adobe support and just a quit