Not able to fetch Roles for an user using HWF Identity XPath

Hi,
I am not able to fetch list of roles for a specific user using Human Workflow, Identity XPath. Using Script Activity when I am trying to call the menthod, the method doesn't return Role details. Any help will be appreciated...

That's the rules of how it works.  A request has 1 request form per resource for all users on the request.  Those fields must all be marked as available in bulk as well to be viewed if you have more than 1 user on the request.  If you need to provide different values based on the user, your best option is pre-populate adapters on the process form and use logic to populate the fields.  You will not be able to manually provide different values during the request.
-Kevin

Similar Messages

  • Not able to create request for multiple user in oim 11gr2

    Hi,
    I am trying to assign a resource to multiple user using oim identity console as System Administrator.
    But when i am assigning the resource to multiple user its taking the same value for both the users.
    Please let me know how to add the different value for different users.
    Thanks

    That's the rules of how it works.  A request has 1 request form per resource for all users on the request.  Those fields must all be marked as available in bulk as well to be viewed if you have more than 1 user on the request.  If you need to provide different values based on the user, your best option is pre-populate adapters on the process form and use logic to populate the fields.  You will not be able to manually provide different values during the request.
    -Kevin

  • Role for the user used in SOAP adapter

    Hi,
    What are the roles required to the user used for user authentication in a soap adapter.

    hi,
    if you want to be more specific this is the only role required:
    xi_adapter_soap_message (on the adapter engine)
    Regards,
    Michal Krawczyk

  • I can not find sap_bc _jsf_communication role for user sapjsf user

    hi Masters,
                when i am trying  to create user in portal, it showing error message. " an error occured in  persistence .Please contact system administrator"..
             i found there are no roles assigned to sapjsf user. we need sap_bc_jsf_communication role  for sapjsf  user.. But there are no roles assigned to sapjsf user.
    how can i assing the sap_bc_jsf_communicaiton role to sap jsf user. Pease give reply.
    POrtal and r3 are installed in one system only on db2 database.
    Edited by: sujana mullapudi on Dec 7, 2009 4:34 PM

    hi ,
    I have checked the sapjsf user roles  in su01 t-code- r3 side. for sap jsf user the two roles sap_bc_jsf_communication and another role sap_bc_jsf_communication_role(something Like). these two roles already exist for sapjsf user in r3 system.
    but in portal side the roles are not exist . can you tell me whats the reason, and please reply me.

  • Not able to do GR  for PO's , Delivery Completion Indicator Not Ticked

    Hi ,
    In SRM 5.0 
    Users Not able to do GR  for PO's eventhough  Delivery Completion Indicator Not Ticked , having Confirmation Roles
    Either the PO is not appearing in the List or when they click the confirmation icon , the screen is not taking to the next screen to enter the quantity.
    What all must be the probable reasons.
    Thanks & Regards,

    Hello,
    You can check following things,
    1. User in the PO should be correctly assigned in org without any sync errors(check users_gen)
    2. Check in PO if the Confirmation/services performed tick is assigned properly.
    3. Check if the PO in SRM and backend is correctly synchorinzed with PO in Ordered status.
    4. Finally if there is any existing confirmation for the PO, then they can create the next confirmation only after the earlier conf is synchronized with backend, which means it would depend upon your schedule of clean_reqreq_up report.
    Regards,
    Sanjeev

  • Not able to fetch serial number in MFBF

    Hello,
    We are doing production booking through MFBF transaction and the serial number has to be enterred for each backflush.
    I want to check the serial number for validation, hence i am using user exit "ZXMRMU02" with customised code.
    I need to fetch plant and posting date from input screen and compare the posting month with serial number letter(month) if both are matching then only I should be able to do MFBF otherwise system should through an errror message that " posting is not in current month.
    The problem here is I am unable to fetch serial number from input screen (Program Name SAPLIPW1 & Screen Number 0200). however I am able to get Material , Posting dates, Plant.
    Please suggest how can we fetch serial number from input screen.
    when i go with field exit, I could fetch serial number but not able to fetch plant and posting dates which are in first screen.
    Thanks,
    Kumar

    Dear Kumar,
    As per Std SAP behaviour, You can't use Serial Number Management for Goods Movement with Backflushing.When you are setting Backflush indicator as 1 always backflush in Material master system will not allow you to maintain serial number profile in work scheduling view.
    Also go thr. SAP Note No. 317455 for more clarification about using serial numbers with backflushing.
    Hope this helps.
    Regards,
    Tejas
    Edited by: Tejas  Pujara on Apr 10, 2009 7:12 AM

  • Changes like password and removal of roles for all users

    Hi
    i want to change password for all users and remove single roles from all users.When i am doing this in SU10 changes are not reflecting for users.Please help reg this
    Vinod

    Me too...I have never been able to remove roles from multiple users with SU10.  I don't know if it's a bug or (more likely) just a confusing screen, but in 4.7 it never worked for me.

  • How to disable the validity of a particular Role for 100 users, in a single

    Hi
    How to disable the validity of a particular Role
    which is assigned to 100 users. (disabling the role of change the validity of the role )
    at present am doing manually, by entering into each user and changing the validity of the role
    Thanks.

    > How to disable the validity of a particular Role for 100 users, in a single ...
    ... shot?
    Assign a reference user to the 100+ users and create events in the factory calendar which assigns and removes the role from the reference user only.
    The downside is that it is not scalable for many of the same concepts at the same time, because a dialog user can at one logon time only have one reference user assigned to them.
    Cheers,
    Julius

  • Not able to fetch the data by Virtual Cube

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

    Hi Experts,
    My requirement is I need to fetch the data from Source System (From Data base table) by using Virtual Cube.
    What I have done is I have created Virtual Cube and created corresponding Function Module in Source System.
    That Function MOdule is working fine, if Data base table is small in Source System.But If data base table contains huge amount of data (millions of record), I am not able to fetch the data.
    Below is the code I have incorporated in my function module.
    c_th_mapping TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_TH_IOBJ_FLD_MAPPING.
      DATA:
        l_s_map TYPE CL_RSDRV_EXTERNAL_IPROV_SRV=>TN_S_IOBJ_FLD_MAPPING.
      l_s_map-iobjnm = '0PARTNER'.
      l_s_map-fldnm  = 'PARTNER'.
      insert l_s_map into table l_th_mapping.
    create object l_r_srv
        exporting
           i_tablnm              = '/SAPSLL/V_BLBP'
          i_th_iobj_fld_mapping = l_th_mapping.
      l_r_srv->open_cursor(
        i_t_characteristics = characteristics[]
        i_t_keyfigures      = keyfigures[]
        i_t_selection       = selection[] ).
       l_r_srv->fetch_pack_data(
        importing
          e_t_data = data[] ).
      return-type = 'S'.
    In the above function Module,Internal table L_TH_MAPPING contains Info Objects from Virtual Cube and corresponding field from Underlying data base table.
    The problem where I am facing is, in the method FETCH_PACK_DATA, initially program is trying to fetch all the recordsfrom data base table to internal table.If Data base table so lagre, this logic is not working.
    So would you please help me how to handle these kind of issues.

  • Not able to install onedrive for business, keeps telling its already installed but its not (W7)

    not able to install onedrive for business,  keeps telling its already installed but its not  (W7)
    after a change of the 365 office version OneDrive for business it is not possible to reinstall the software
    it keeps telling me it is already installed.
    I think some settings are still there from the old install.
    how can I remove them or force the reinstall

    yeah finally
    Problem solved! , my tube is back to normal ( to rock )
    all i did is , removed the sys,private,system,resources,data folders from the memory card , switched off my phone , removed the memory card , did a soft reset (*#7370#) and tried to install an application from downloads , i was able to install in the phone memory as memmory card was not inserted then switched off the phone , inserted the memory card and tried to install an application from the downloads, finally i was asked where to install the app. and gave memory card , viola application installed sucessfully
    Regards,
    evil_night13

  • BI Publisher - SuperUser not able to acces Roles and Permission Page

    I have set up the BI Publisher as said in http://gerardnico.com/wiki/dat/bip/configuration_bip.
    But
    1. SuperUser is not able to access Roles and Permission.
    2. I'm not able to access the BI Answers Catalog.
    I also have a doubt about the BI Server Admin. Is it the RPD Admin?
    Kindly Help

    I have set up the BI Publisher as said in http://gerardnico.com/wiki/dat/bip/configuration_bip.
    But
    1. SuperUser is not able to access Roles and Permission.
    2. I'm not able to access the BI Answers Catalog.
    I also have a doubt about the BI Server Admin. Is it the RPD Admin?
    Kindly Help

  • Not able to create index for organization

    in transaction ses_admin, i created an index for business object BAS_BUPA of type 1,ie individual account.
    However, i am not able to create index for BAS_BUPA of type 2
    It says "No entry in table SIC_INDEX_MAIN for index object BAS_BUPA and index 2"

    hi,
    The index is for Business Partner, so it includes both Persons and Organizations. So, only one index needs to be created for both.
    The functioning is correct, just that i missed it.

  • Not able to put reason for rejection at sales order level.

    Hi Gurus,
    I have an issue where I am not able to put reason for rejection for line item in sales order. It gives error as please delete the follow on document purchase order line item number 10. I have already deleted the line item in purchase order. Then tried but did not work. Tried by deleting the purchase requision item also but it did not work.
    Tried to undelete the item from PO and then again tried to put reason for rejection but it could no worked out. 
    Please guide me what can be the solution.
    Regards
    Vinod

    As far a I understand you created PO for line item
    So first check whether GR is reversed or not for PO
    Then mark this line item for deletion in PO and then in PR
    Check if you have created any billing document for PO if so reversed that invoice
    Also check if you have created any delivery for the Line item in sales order if yes then reversed the same
    If you have Sales order related Billing, and if you have done billing reverse the same
    If you have Delivery related Billing, and if you have done billing reverse the same
    After reversing all docuemnts created for Sales order then only try to reject the line item
    You can check table VBFA for document flow

  • Not able to do GR for STO delivery with packing.

    Hi All,
    Hi All,
    I am not able to do GR for STO delivery.
    I am getting the following error:
    Data for creating a delivery is incomplete (Vendor)
    Message no. M7279
    Business scenario:
    STO between two plants of same company code with packing material.
    Sales Org(Supp)-4444
    Sales Org(Rec)- 3333
    Plant(Supp)-2003
    Plant(Rec)-2002
    ME21N->VL10B->PGI->VF01(Proforma)->MIGO w.r.t outbound delivery(error)
    Note: PGI with packing material-separate line item generated for packing material-movement type for main material-641 and for packing material-601)
    with regards
    Azeez.Mohd

    Hi,
    When the stock is going to be moved between two plants or two storage locations that are under single company code called as stock transfer order business process. Receiving plant raises the purchase order with supplying plant; supplying plant delivers the goods to the receiving plant by raising sales order.
    Config Steps
    Create Vendor: Transaction code: XK01
    Assign Plant to Vendor
    Go to change mode of Vendor [XK02]
    Specify Vendor number that we created in the previous step
    Define shipping data for plants
    Create material by maintaining u201CPurchasingu201D view: Transaction code: MM01
    Extend the material from XXXX to YYYY plants
    As we are extending material from plant XXXX into YYYY plant, system copies all the data into the new plant.So that we have to change the delivering plant in delivering plant field as YYYY in Sales: Sales organization data 1 view.
    Create Purchase order: Transaction code: ME21N
    Activities due for Shipping (Purchase order fast display): Transaction code: VL10B
    Display stock in transit: Transaction code: MB5T
    Goods receipt: Transaction code: MIGO
    Stock movement types: INTRAand INTER
     INTRA
    Stand order type (Document type) = UB
    Delivery type = NL
    Determination of document type:
    Supplying plant + Receiving plant = UB
    Supplying plant + UB = NL
    Movement types:
                      Issuing plant Receiving plant
    Single step    647                        101
    Two step        641                        101
     INTER
    Standard order type (Document type) = NB
    Delivery type = NLCC
    Determination of document type:
    Supplying plant + Receiving plant = NB
    Supplying plant + NB = NLCC
    Movement types:
                            Issuing plant Receiving plant
    Single step              645               101
    Two step                 643                101
    PBXX is the Gross price condition type for Stock Transfer Order
    Vendor = Supplying plant
    Customer = Receiving plant
    NOTE: In single step method updations takes place in both plats simultaneously.
    In two-step method updations should takes place manually.

  • My Iphone 5 headset is not working?Not able to hear sound (for eg:Music)

    My Iphone 5 headset is not working?Not able to hear sound (for eg:Music)

    Try disconnecting the headphones and then adjusting the volume, does it say headphones?
    There might be something in the headphone jack, maybe lint, dirt, or something else in there.
    Take a look at this Apple document for more information -> iPhone: Can't hear through the receiver or speakers

Maybe you are looking for

  • How do I connect a dell laptop to my wireless via mac mini?

    I have a macmini (non intel) 1.42 GHz, G4 that is connected to my linksys wireless-G 2.4 router. I have a macbook pro(intel)that can connect wirelessly with no problem. However my dell laptop keeps getting bumped off. Any suggestions? Also, could som

  • Music Download Errors

    I received an error (-50) when downloading music a new album that included both video and music. The videos loaded but the songs did not. How do I get these songs back?

  • How do i get my ringtones on my phone ?

    I have ringtones in my itunes library, and when i try to drag them to my iPhone, nothing happens. I have my iTunes set up so that i manually manage everything, so i dont understand why they wont show up on my phone when i drag them over... Help ?

  • Can I Create a BOM by Extending from a 2 Level BOM ?

    I am creating a BOM using transaction ZC31.  I want to create my BOM by extending selected items (BOMs) from a 2 level BOM.  In other words I want to extend some of the BOMs in my 2 level BOM to the one I am creating.  Is there a way to do that other

  • Standard procedure pre and post BW SPS?

    Dear Guru, I have looked around but not able to find a good answer on a standard procedure/common practice as one implement BW support pack. After we implemented SPS21 in our production system this past weekend, we had endless data load issues but di