Agent Determination Organizational Data

Hi Experts,
Good Day!
I would like to ask some help regarding a workflow the problem is the "user received the workitem however user claimed that he is not supposed to receive"  that is why i would like to know who are the agents dedicated for these tasks. we are able to find the step it is a user decision where the agent is the Rule "0090010" for purchasing group. In transaction PFAC we entered the rule "0090010" the information regarding the rule below:
Transaction: PFAC
Rule Display:
      Basic data:
               Abbr: Purch. group
               Name: Purchasing Group
Rule Definition:
      Category: Agent Determination: Organizational Data
      OrgObj type: T024
We would like to know:
1. How does it determine the Agent who is supposed to receive mail using the "Category: Agent Determination: Organizational Data"? Where can we find the agent that is configured on the workflow using the rule?
2.Is there a standard rule for agent determination: Organizational Data  for this workflow?
Answer's will be a great help.
~Thank You,
Junne Ray

got it now! sorry, i am a bit dumb today.
o.k. here is what you have to check:
transaction PFOM - relationship between the purchasing group (which will be the one of the PO and therefore and object of table T024) and your organizational structure. check the relationship.
documentation:
Data basis for role resolution
For role resolution, the link between the objects of type
T024 (individual purchasing groups) and the organization
objects (position, organizational unit, ...) is evaluated.
Required settings and Customizing
The linkages between the various purchasing groups and the relevant
organizational objects must first be maintained using
transaction PFOM.
Procedure for errors
If the role resolution delivers no result, the work item for which the
role resolution was carried out is not faulty but addressed to all
possible processors (flag "abend in role resolution without result"
is not set).

Similar Messages

  • How to determine Organizational Data based on User Login

    Dear all,
    How to determine organizational data based on user login in Activity transaction, currently org determination is happening after entering customer number in the transaction.
    We have used 'Responsibility' determination rule for this configuration. Now the requirement is to determine org data based on user login.
    In Org model we have assigned user to org data through a business partner. But still org data is not getting determined in the transaction.
    Please help me to trace out the problem.. your suggestions will be highly appreciated.
    Best regards
    Raghu ram

    You just have to use other organization determination rule. In your case this would be rule 10000194 (ORGMAN_12). This determination rule delivers the responsible organizational unit of the user
    User is defined as a business partner in the container attribute 'PARTNER'. If not, the system user (sy-uname) is used.
    So you have to do the following:
    - use this determination rule
    - in BP link username with employee
    - assign in PPOMA_CRM employee or user to organizational unit
    This should solve your problem.

  • Determining Organizational Data

    Hi,
    I want to determine the org responsible for a particular complaint on the basis of the Country and the Product.
    My org structure is like this.
    AAA
       ---BBB
       ---CCC
    BBB is responsible if the Country is US and the Product is PRODUCT1. CCC is responsible id the country is US and the Product is PRODUCT2.
    But after doing all the desired configurations it appears that org determination is not happening at the Item level (Product is not considered)
    Does anyone have an idea how to achieve this.
    I am using the Determination Rule of the Responsibility type.
    Thanks,
    Vipul.

    Hi Namrata,
    Organizational data is automatically determined in a transaction by deriving the organizational rule associated with the Organizational profile that is assigned to the transaction type. We can either have Org rule with responsibilities or with org model. The requirement depends on the scenario chosen
    Regards,
    Pavithra
    **PS : Please reward points if this helps.

  • What are the two different rules for organizational data determination

    What are the two different rules for organizational data determination???

    Hi
    1) Rule type Responsibilities
    want to determine organizational data for individual responsibilities
    have not created an organizational model but want to create one
    have a lot of organizational units and must only assign a few attributes
    2) Rule type Organizational Model
    You would use rule resolution using organizational model if you
    have created an organizational model or have distributed a plan to SAP CRM and also want to use this for determining organizational data
    assign a lot of attributes to the organizational units and these are to be evaluated
    Regards
    Manohar

  • Organizational Data Determination

    Hello!
    I have a transaction type with a organization data profile using rule 10000144.
    When I create a document, the system doesn´t determine sales organization and distribution channel, but determines the organizational Unit correctly.
    The BP used was created in just one sales area.
    Does anybody know what could be the problem????
    Thanks a lot.
    Susana Messias

    Hello,
    I check my organizational model, and all organizational units are checked in consider for determination.
    The organizational units have the R/3 sales org assigned, and the attribute Distribution channel, Division and Tuppel (combination of Distribution channel and division) filled correctly.
    Do you remember anything more?
    Regards,
    Susana

  • Organizational Data Determination Doesnu2019t work

    We create stand alone Organiztional Model with Sales Organization, Sales Office, Sales Group structures.
    We have applied the SAP Note 1061972 and also weu2019ve been schedduling the  HRBCI_ATTRIBUTES_BUFFER_UPDATE report.
    We have in all levels of the organizational model the check u201Cconsider in determinationu201D.
    When we assign the Sales Area to the BP, we donu2019t have any problem whit that; we can see all the possible Sales Area.
    The problem occurs when we create business documents; the Organizational Data Determination doesnu2019t work in any rule for example the Rule:  10000144 u201CSales areas incl. master datau201D.
    Thankou,

    Hi Oscar,
    I had similar issue a while ago.
    Steps taken to check the issue:
    1. Check the attributes of the sales office / sales group for determination. Eg. Postal Code / Country. etc
    2. Check if the correct org. determination rule is given in the Transaction Type
    3. Check for org. determination rule in the standard Transaction type and see if it is working good.
    4. If the BP is sold-to-party check and see if the Sales area data is maintained.
    Please let me know if the steps are of any hepl to you.
    Smiles
    Naveen

  • Organizational Data Determination - Dristribution Channel & Division

    Dear all,
    I have a question regarding organizational data determination.
    Defining a determination rule, I have the possibility to provide my custom FM that should perform an automatic organizational data determination. The FM offers the possibility to return a table containing all organizational units that are currently wanted/allowed.
    However, what I would like to do is, to restrict the choice list to a number of combinations of org unit + distribution channel + division. I don't want the system to display a popup containing all distribution channel-division combinations from the org model. I would like to restrict this set according to my custom logic.
    The question is: Is this possible at all? If yes, how?
    Many Thanks
    Martin

    Hello Robert,
    I'm sorry I don't quite understand what you meant. Maybe my requirement is not yet clear.
    Everything you explained was already done by myself. The problem I face is an ugly popup I would like to get rid of. This popup shows al the combinations of channel and division for the determined org unit. However, I would like to show only those combinations that are valid for the current customer.
    As far as I understood, the only "return" value of my FM is the actor_tab. The ac_container seems to be treated like an importing parameter. I don't think modifying the contain within the FM would affect anything - right?
    An example:
    After my FM is executed the actor_tab contains only one value, say it is a sales office. The customer in scope has only one asignment for this sales office, channel and division are also defined there.
    It seems like the system would now evaluate which channels and divisions are valid for that sales office. Therefore it checks the functions in the org model. In my case, the result is a quite big list.
    I would like to restrict this list to the channel and division defined for the current customer.
    How can I do that? Any ideas? Am I totally wrong with my view on this?
    Thanks in advance & best regards
    Martin

  • Organizational data determination for mkt. activities

    We need organizational data determination for mkt. activities created from campaigns. In CRM we have only the Marketing part of  the clients organization, using Marketing scenario in PPCOMA_CRM.
    If we leave org. unit field of activity blank, the activity has a red error light.
    The responsable person is the one from the campaign. It is responsable of en Marketing unit (that was assigned to campaign).
    The possible solutions for our cliente could be 1) org data determination from preceding document or 2) org data determination from the Mkt organization of the responable person.
    Concerning 1) There is no "natural" way to assign the preceding
    document (campaign). Am I right?
    Concerning 2) The only way to determine the an unit, was choosing Organizational Model Determin. Rule 10000148 to perfile ZDUOCTEST and later changing the scenario of rule 10000148 from sales to marketing. This obviosly is not standard. As rule and perfile now have diferent scenarios. What would be the standard solution?
    Thanks for help.
    Cristina

    hi
    please do not get confused by the terminology of the standard solution,what you are doing by changing the scenariop from sales to marketing is actually a standard solution,
    as an activity is generated in response to the campiang or survey being submitted,and it is always a sales scenario ,since further activity application is in martketing scenario ,so what you are doing is changing the scenario from sales to marketing so that from those activities tyou can generate the org data,this is the standard and it goes this way only
    if you want to work other way around then just use the preceding document access sequence in the scenario like then you have to use the campaign data instead of the activity generated in response to the campaign,
    best regards
    ashish

  • FIORI: Determination of organizational data

    Hello *, when creating appointments or tasks no determination of organizational data takes part as it configured in CRM backend and working fine for identical transaction types in WebUI. Do we have to execute any additions to use the same functionality for FIORI as well as for WebUI? Kind regards Thomas

    Discussion successfully moved from SAP for Mobile to SAP Fiori as appropriate.
    Regards, Mike (Moderator)

  • Organization data determination based on custom partner entered in transactions

    Hi Folks,
    I want org data determination to happen based on a custom partner(say sales rep) entered in my transaction.Which rule is the closest so that I can apply the same.
    Regards
    Jaya

    Hi Jaya
    As your Business Partner is custom, then you'll need to create a custom Determination Rule anyway.
    So in SPRO under Organizational Data Determination - Maintain Determination Rules.
    Take a look at rule 10000280 - REG_SERV_04, it's probably still not a great fit, either way create the rule, copy the function module to a Z version and then adjust the code to incorporate the Sales Rep look-up.
    Then you can assign the Rule to your own Organizational Data Determination Profile
    Hope this helps get you started in the right direction.
    Regards
    Arden

  • The Organizational Data could not be determined. Inform system admin

    Hello All,
    I am able approve PO from EBP, but getting this error 'The Organizational Data could not be determined. Inform system admin' when trying to appove PO from Universal Work List (portal) or when I try to open the work item via Busines Workplace (SAP GUI). Can anybody tell me if there is any config missing? or any suggestions to resolve this issue.
    Any kind of help appreciated and rewarded.
    Thanks,
    Shekar

    Hi Chandra,
    Please check the Purchasing Organization and Purchasing Group in PO if they are not populated then this error is triggered. Please also check the user settings whether Purchasing organization information is maintained or not.
    Regards,
    Ravi G

  • Error in resolution of rule ... for step - Agent determination for failed

    Dear Experts,
    in SRM 7.0 CS, i have come accross the following workflow error:
    I have extended my existing organizational plan for a new site (new CoCo, Plant, Purch Org and Purch Gr). But when i use my test users with this site, i receive a workflow error, that has the following wording in SWI2_DIAG:
    Error handling for work item 000000055347
    No links corresponding to the specified data could be determined
    Error in resolution of rule 'AC40000138' for step '0000000293'
    Agent determination for step '0000000293' failed
    Error during result processing of work item 000000055357
    Error when processing node '0000000293' (ParForEach index 000000)
    Error when creating a component of type 'Step'
    Error when creating a work item
    Error when processing node '0000000293' (ParForEach index 000000)
    Work item 000000055356: Object FLOWITEM method EXECUTE cannot be executed
    Error handling for work item 000000055355
    Can you maybe help me understand, what this error means and how to resolve it?
    Thank you very much!
    P.S. my test users work fine if i drag them to another location in my organizational plan. And also if i take other test user from locations where everything works fine and drag them to this "problem" location, than the same workflow error occures.

    Remove the user from the PPOMA node and add him again.. Sometimes this will solve the issue..
    Thanks!!
    Bharath

  • Fwding agent in Shipping Data fr Stock Transfer of Purchasing Document Item

    Hi,
    I want to know how to configure the Forwarding agent in Shipping Data For Stock Transfer of Purchasing Document Item (ME21N).
    I have used the Forwarding agent as Partner function in Header level but it does not appears in VL10D where we create deliveries from open Purchase orders.
    Regards,
    Abhilash

    Hi,
    Just follow the steps:-
    1) You should check the shipping point assignment under SPRO-> Logistics Execution-> Shipping->Basic Shipping Functions->Shipping points & Goods receiving point determination-> Assign shipping points.
    OR.....
    You may directly check from table also....>
    Put T-code SE16-Table TVSTZ
    Put your plant and shipping point and check the correct assignments.
    2 ) Go to table T001W and check the assignment of customer to plant.And also check the sales area in this table for both Supplying & Receiving plant.
    3) Check wether the customer is in the required sales area or not.
    If still u face problem kindly reply me.
    Regards,
    Savita

  • Purchase Info Record - Price Determination (Pricing) Date Control

    Dear Guru,
    Can i get some advice here for the "Price Determination (Pricing) Date Control" (Pr. Date. Cat ) setting which is maintain in the Purchase Info Record --> Purchasing Organization Data 1.
    Can anyone advice me on the purpose and where is the configuration?
    Thank You very much,
    Regards,
    Chee Wee

    Hi
    If you maintain Pricing date category in info record then different pricing date can be considered for a certain material supplied by a particular vendor.
    If you maintain in the Vendor master then the same price determination date will be considered for all the vendors materials.
    For example,
    If you want to maintain two pricing for the materials with different periods then you can use the validity periods according to the requirement.
    Validity periods,
    1. 01.11.2010 to 31.12.2010
    2. 01.01.2011 to 31.01.2011
    Regards,
    BK

  • Agent Determination for Service Entry (BO-BUS2091)

    HI,
    I am new to workflow and facing below issue.
    I have created a workflow for Service entry sheet approval (BO- BUS2901) and I am having an issue with the agent determination. I am using my own Ztable to determine the possible agents.
    I am using the following code in the FM of the rule I created for determining the agent:
    FUNCTION ZME_SRV_REL_GET_RESPONSIBLE.
    *"*"Local Interface:
    *"  TABLES
    *"      ACTOR_TAB STRUCTURE  SWHACTOR
    *"      AC_CONTAINER STRUCTURE  SWCONT
    *"  EXCEPTIONS
    *"      NOBODY_FOUND
    INCLUDE <cntain>.
    TABLES: essr_rel, essr,zmm_service_mail.
    DATA: object TYPE swc_object.
    DATA: BEGIN OF essrkey,
    lblni LIKE essr-lblni,
    END OF essrkey.
    DATA: verak_user TYPE csks-verak_user.
    REFRESH actor_tab.
    CLEAR actor_tab.
    swc_get_element ac_container 'service' object.
    if sy-subrc eq space.
    essrkey-lblni = object-objkey(10).
    select single * from essr where lblni = essrkey-lblni.
    select single * from zmm_service_mail
    where frggr = essr-frggr
    and frgsx = essr-frgsx.
    if essr-frgzu eq ' '.
    verak_user = zmm_service_mail-pernr1.
    elseif essr-frgzu eq 'x'.
    verak_user = zmm_service_mail-pernr2.
    endif.
    actor_tab-otype = 'us'.
    actor_tab-objid = verak_user.
    append actor_tab.
    endif.
    ENDFUNCTION.
    When I debug, sy-subrc = 8 at swc_get_element ac_container 'service' object.
    What could be the problem?
    Note- I have gone thru below thread but still I am unable to find the error.
    http://scn.sap.com/thread/2017416

    Hi,
    You should re-read the thread that you quoted above. The mighty Sue Keohan suggested a solution.
    Instead of trying to pass a service *object*, and then extracting the key, you can just pass the key itself.  It has type EESSR-LBLN1.
    swc_get_element ac_container 'service_key' lv_service_key.
    if sy-subrc eq 0.
      essrkey-lblni = lv_service_key.
    (etc)
    cheers
    Paul

Maybe you are looking for

  • CEP Service Manager not found

    Hi, I try to develop a Photoshop CC extension panel with the Extension Builder V3. But when I try to run the panel I get an error message saying that the CEP Service is not found. I check the file system and cannot find it either. Any suggestions? Th

  • Problems Installing LabVIEW

    Problems Installing LabVIEW Run-Time Engine for Ubuntu 11.04 I'm relatively new to Ubuntu and its community, but have been pleasantly surprised with how easy troubleshooting has been. Unfortunately, I've spent the last two days trying to install the

  • CR11 reinstallation problem

    I was having problems with my computer an my installation of Crystal Reports 11.  I uninstalled it and planned to reinstall it in the same manner it was originally installed.  When I run the install and enter the Product Key Code, I get the following

  • Help with some field coding...

    Need help on this one. Please bear with me. Pretty New with this one... I need to compute a sum of 2 integers and make sure the output price (wert1 & totalvalue ) is rounded to two decimal places. How do i go through that? He's what Ive done so far:

  • 'iCloud has unexpectedly stopped' error message under Lion

    Since last week I have been receiving this error message while trying to access iCloud from an iMac in the office (a proxy is in place ). I do not have the same issue on Chrome in the same computer. Safari version: 5.1.6 (7534.56.5). The details are