Service ORG determination based on partner function

Hi
Pls let me know - How to tell from the config which partner function from a transaction say case or complaint, is being used to determine the service ORG unit at the header level of the transaction?
Also
Suppose I have 2 partner functions
1. A - std partner function - rule = "User"
2. B - custom partner function - rule = "User"
Which one will the system use?
Thanks

Hi,
You need to define Partner Determination Procedure (PDP) where u r partner function should have 004USER as access sequence, then u can use "User orgunit" rule in org detemination rule to determine service ORG unit at the header level of the transaction.
If u have define more than one partner function as user in u r transaction system will set the same user in both place on the basis of u r PDP.
Hope it'll help u.
Regards,
Dipesh.
Edited by: DD's on Nov 11, 2008 6:27 AM

Similar Messages

  • Sales Org determination based on Employee responsible for Opportunity

    Hi,
    How can i do the sales org determination based on the Employee reponsible for opportunity.   Currently it is happend on employee responsible but when i change the employee responsible the organization data is not getting changed.
    Please help me in this regard.
    Thanks
    Naveen

    Hi,
    The sysytem wont accept ur procedure,
    The system determines the process as
    When u enter a prospect, the syetem determines the organisation based on attributes ,which in turn pick up the employee responsible from that particular organisation.
    Hope ur solution is solved if so reward me.

  • Org determination based on the Partner function

    Dear Experts,
    I have a scenario where i need to determine the org data of an activity based on BP assignment in Org model. this BP is caluclated based on partner determination procedure which has got access sequence "Preceding Document: Activity Partner -> Preceding Document: Sold-To Party" & is actually an employee. This employee is assigned to org structure & i want to have the org data based on that.
    Can somebody help me on that.
    Thanks & Regards,
    Shashank Agrawal

    Hi Shashank,
    In the customizing, under transactions->define transaction types,  cannot you make use of  "Partner function ORG" under "profiles"?
    Regards,
    Arun Prakash

  • How to Split 1 Order into Multiple Deliveries based on Partner Function ?

    Hello,
    How can I split one Sales Order into multiple deliveries, based on the partner function "managed by" ?
    The requirement is that one order will be created for different "managed by".
    If partner function "managed by" is same at line item level in order, than the items having same "managed by" can be combined in one delivery, else delivery will split and multiple deliveries will be created from 1 Order.
    Jatin Mistry

    Hi,
    You need to create a new requirement in tcode VOFM for that, together with your ABAP consultant. This requirement will be used in copy contol.
    http://saptechsolutions.com/pdf/VOFMCopyRequirementRoutines.pdf
    MdZ

  • Direct mail campaign based on partner function

    I'm trying to create a direct mail campaign to all persons who have a certain partner function. I have succeeded in getting all the persons out by exporting them from the target group in the Segment Builder, but I would also like to have the Company name and address. How can I achieve this?
    I have based my target group on a attribute list made from the infoset CRM_MKTTG_BP_PRTFUNC_REL, and made af filter on the partner function attribute.
    Thanks in advance, Peter

    Hello Peter,
    you have to use the BADI CRM_MKTTG_SEG_MEM_EX
    There are two methods in the class:
    IF_EX_CRM_MKTTG_SEG_MEMBER_EX~SELECT_TG_MEMBER_DETAILS_REL
    IF_EX_CRM_MKTTG_SEG_MEMBER_EX~SELECT_TG_MEMBER_DETAILS
    The first one is called in case the TG has BP's with relationsships and other one is called for BP's without relationships.
    In standard implementation, the data from BUT000 and BUT020 is picked up. This imples that the personal addresses is picked up.
    Hope this helps.
    Regards
    Raja Pamireddy
    CRM Marketing Forum Moderator

  • Invoice split based on Partner function

    We have a requirement where we want the invoice to be split based on the partner function. Here are the details.
    1. We bill the builder(Partner function PY) by default. Sometimes we want part of the amount to be billed to buyer(Partner function ZA). So if the the sales order has both the partner functions(PY and ZA), I would like the invoice to be split into 2 where one should go to builder(PY) and the other to buyer(ZA).
    2. I tried with the split routine given in data transfer for billing documents. The routine is triggered just once(for a sales order) as it is defined at the header level hence I am unable to split the invoice for that order.
    Is there any other way to split the invoice?
    Thanks in advance
    Vamsi

    what kind of code  have u written to this ? please paste here,
    Regards
    peram

  • Discount based on partner function

    Hello,
    A customer 2000 generates an order with his normal role of Sold to Part, Ship to Part, Bill to Party & Payer. A Partner function called special stock partner is also assigned to that customer which in itself is another customer 3000. If the customer 2000 generates an order with that special stock partner 3000 an automatic discount condition called ZDI (10% discount) should come up and give the customer 2000 discount. i.e. i want to give discount to customer 2000 if customer 3000 is his special stock partner. How do i make this condition automatic via condition record.
    Regards,
    Shahzad

    Hi,
    1st - Include the field partner function (or customer number) as a ZZ field in the structures KOMG, KOMK. For example ZZTPTNR - Third partner number - CHAR10
    2nd - Create condition table with this partner function / number field ZZTPTNR
    3rd - Create/modify the access sequence to include the new table
    4th - Create/modify the condition type for the discount
    5th - Add the discount condition in your pricing procedure
    6th - Create the condition record for this discount (VK11)
    7th - Fill this field in the userexit MV45AFZZ, form  userexit_pricing_prepare_tkomk with the required partner function or customer number
    Hope this helps your request.
    Regards,
    John

  • Org determination based on category in service request.

    Hello All,
    In CRM 7.0, I need to default Orgazation based on the service request category selected.
    Any one worked on such a scenario and let me know  how this can be achived ?
    Regards
    Shan

    Hello,
    Thanks .
    Managed to do with custom class and assigned to service ID AH_SRV_REQ_RT_GP. It working fine.
    Regards
    Shan

  • Need to auto populate Field based on Partner Function in UI

    Hello Experts ,
    Currently we have a requirement in Opportunity Management in UI .
    We are working on "Territory Management "  in UI .
    While creating the Opportunity in Web UI , when we put employee code the Territory ID is auto populated.
    Now we dont want to have   Territory ID filled automatically based on Employee , but we would like to have
    Territory ID autopopulated based on "Prospect" .
    Can any one let me know how we can achieve it ?
    Regards
    Milind

    Hi Milind,
    I guess the territory gets populated based on the Partner associated to the order.
    There shooukd be an attribute like TERRITORY_ID_UI or TERRITORY_ID where in the GET method the territory ID will be derived
    based on the partner relations and being populated.
    Now you need to redefine this method and remove this logic....figure which partner relation stores the prospect and put the appropriate code.
    Regards,
    Masood Imrani S.

  • No Ranges for Org Determination

    Hi Gurus,
    I have to configured Org Structure in CRM. There is no integration of CRM with ECC is required. Therefore i have defined simple Org Structure in CRM.
    Now, i want to assign specific no ranges to my Org Units w/out any specific partner number. How i can customize it .
    Please guide.

    Dear Arden,
    Thanks fr reply
    i have configured and tested for Sales Organization Determination Successfully. But i hve following concerns in which i required guidance:
    1. For Service Org Determination i use Service Org in Functional Tab and Partner No as Attributes. Even in Transaction Type Configuration i use Org.Profile Data which has created on Service Scenario. But when i am going to create particular Transactions it is automatically determine Service Org but given an  error of Sales Org, DC and DIV determination. Why ?
    2. How Marketing Org can be determined. Determination of Marketing org is necessary or not.
    3. How Interaction Center can be cater into Org.Structure.
    Thanks

  • IC WebClient - Emp. Resp partner function disappearing

    Hi forum,
    We are implementing ICWC (CRM 5.0) and have configured ERMS rule modeler for dispatching service tickets to the responsible Org. unit. When the service ticket is created the partner functions viz., Sold-to party, Emp. Resp and Resp.Grp are visible and have values. But when the service ticket is classified and click on the "Escalate" button the partner function Emp. Resp disappears and the system asks for entering the Emp. Resp partner function. The partner det. proc is assigned to the tr. type used for service ticket.
    Please help to solve this error.
    Regards
    Shridhar

    Hi,
    I could solve the problem. The partner function disappearing is fine. When any agent accepting the ticket needs to click on the "reserve" button in his inbox and that particular agent will become the Emp. Resp.
    Shridhar

  • Extend vendor - partner function

    Hi,
    when we extend the vendor in XK01 using reference function from pur org A to pur org B, can the partner function such as the additional remit to will be copy to extended pur org as well?
    I try to do that, but it can't.
    Anyone has any idea?

    Dear Janice,
    check out u have config as per blw
    The procedure for setting partner functions:
    Step 1
    Vendor Account Group
    IMG->LOGISTICS GENERAL->BUSINESS PARTNER->VENDOR->CONTROL ->DEFINE
    ACCOUNT GROUPS AND FIELD SELECTION
    Step 2
    Defining Partner Schemas
    IMG->MATERIALS MANAGEMENT->PURCHASING->PARTNER -> DETERMINATION -
    PARNER SETTINGS IN VENDOR MASTER RECORD
    ->DEFINE PARTNER SCHEMAS
    Step 3
    Assign Partner Schema
    IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER DETERMINATION->PARTNER
    SETTINGS IN VENDOR MASTER RECORD->DEFINE PARTNER SCHEMA
    u201E« THEN ASSIGN PARTNER SCHEMA
    Step 4
    Define Permissible Partner Role Per Account Group
    IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER DETERMINATION -
    PARTNER ROLES ->DEFINE PERMISSION PARTNER ROLES
    If you want a partner schema for your own document type then define your partner schema and assign to document type using the below mentioned path.
    IMG->MATERIAL MANAGEMENT->PURCHASING->PARTNER ->DETERMINATION -
    PARTNER SETTINGS IN PURCHASING DOCUMENTS ->DEFINE PERMISSION
    PARTNER SCHEMAS
    And then
    ASSIGN PARTNER SCHEMAS TO DOCUMENT TYPE
    Once you have this configuration then you change your vendor in easy access menu (XK02-select partner function) define the partner roles
    rgds,
    nanthakumar

  • Sales Org Determination and slaes are Templets not assigned

    Dear Experts,
    I have a problem in Sales Org determination and sales are templates.
    I have totaly 9 branches as part of Project rollout and the  determination rule is working for 8 branches where as only one branch is facing this problem.
    I have checked all possible solutions from this forum and tried my level best, still not working out. Pls help me .
    1) When tried to create a sale order it gives me an error saying " Enter sales Unit" "Enter Distribution Channel" " Enter Sales Org"
    I have created the Sales are templets  and also assigned them to main templates. And the rule for org determination is defined with the fields, Data Origion, Partner and Source in contianer , which is working fine with other branches.. Only one branch we are facing this above said problem..
    Can any one help me in this regards.
    Vijay

    Hi Robert,
    I have alredy created the Rule for sales org determination  based on Insustry sector( Contianer- Industry Sector, PArtner, and source) and it is working fine with 1st and 2nd branch users. It is only a problem with 3 rd branch where 3 users are using the system.
    Even I cross checked the authorisations,and I  did not find any error with the authorizations. Hope you r more clear on this
    Rgeards,
    Vijay

  • Partner functions missing in the replicated order

    Hi Experts,
    I Have created an order in ECC which has replicated to CRM with some errors partner functions are missing. could help me how to solve this  problem in below link you can see the detail analysis of the error.
    1)http://s657.photobucket.com/albums/uu298/vallabhaneni/?action=view&current=orderecc.jpg
    2)http://s657.photobucket.com/albums/uu298/vallabhaneni/?action=view&current=orderincrm.jpg
    Thanks & Regards
    V.Srinivas

    Hi V.srinivas,
                     For Order Replication from ECC system to CRM system your Configurations for both the system must be Coinciding.
    Hope your Partner Function Determination in ECC and CRM are also maintained the Same way,else check for the Determination of Sub-Partner Function determination (Ship to Party,Bill to Party..) in ECC and CRM the way its maintained.
    The Main Problem arising in your Order is after replication from ECC System your Sub-Partner Functions aren't getting Determined,
    Check for the Partner Determination Procedure in CRM for the Sub-Partners and try to Determine them from your Main Partner Function e.g. Sold to Party.
    Hope it Solves your Query..
    Revert back for Further Queries..
    Thanks and Regards,
    RK.

  • Bapi_po_create1 - partner function and partner number problem

    hello.
    let me just first state that on ecc5 this problem doesn't exist.
    we are in the middle of an ECC6 upgrade right now and i have a problem creating a PO through the BAPI on the ECC6 upgrade system, needless to say that all customization was copied from ECC5.
    when trying to create the order i get an error MSG ME 350, "please enter partner number" .
    i didn't get the error in ECC5. customization hasn't changed in ECC6. I've checked Ecc6 customization on MM->purchasing->partner determination. entering a partner function isn't mandatory and we've never entered a partner function before in the PO header besides the vendor number.
    please help.
    thanks,
    Oren.
    Edited by: Oren Wolk on May 2, 2010 11:17 AM

    hello.
    the note suggested doesn't help my case.
    can someone please suggest a different solution?
    maybe in ECC6 the partner function is set by default to some value? and therefore expects a partner function?
    thanks,
    Oren.

Maybe you are looking for

  • DB13, Error while backup

    Hello I am trying to schedule Whole offline backup through DB13 in Solution Manager 4. The backup kicks off at the schedule time but ends with error with in seconds. When i go and check the background job in SM37, the Job DBA:ALLOFFLINE______@174008/

  • How to create a webdynpro view dynamically and embed into view container?

    Hi all, Anyone knows how to create a view dynamically and embed the view into an existing view container? My layout looks like this: I have an existing view named main_view. Inside main_view, I create a view ui container named vcu_view. I embed the m

  • Xygraph axis number fonts

    using LV6.1 and Win2000. I need to set the font of the axis numbers on a printed graph programmatically. Any knowledge of what property node does this?

  • Process order variance

    Dear experts, Here is process order scenario In that i am doing variance calculation for one order but it is giving message that "no order could be processed " Plz guide me what could be reason thanks in advance regards sachin ghogale

  • Dynamic form help?

    Hi All, I am not very familiar with LiveCycle so I maybe using the product completely wrong (it came with my 'suite').... I am trying to create an online form that provides different options for different users based on the way they answer specific q