Emp. Responsible Determination From Service Organization To Comp Transn

Hi Experts,
Can you tell me how to determine the Employee Responsible Partner Function from Service Organization to Complaint Transaction.
The Scenario is we are not maintaing Emp Res for BP, rather we are maintaining the Emp. Res ( Ex Service Tec ) for a particular Service Org. When ever we are creating a Complaint we will enter BP ID of Sold to party and with that all other Partner functions can be determined. But I want to determine the Emp Res from the Org Unit which the customer has been assigned.
Currently I am working on 6.O Version. 
Can u pls help me in fixing this issue its Urgent!!
regards,
Sarangamath
Hi Experts ,
Can you help me in this issue!!
Edited by: Sarangamath on Dec 20, 2011 12:16 PM

Hi,
If i understand correctly you want to determine the Exe service tech as the employee responsible in the transaction based on the service org determined in the transaction.
In practice, generally the service order are created by the user who is responsible for it, so the user himself is the employee responsible.
However you can built your own logic in COM_PARTNER_BADI by creating a new Z access sequence and assigning it to the employee responsible partner function. You need to read the position of the service org and determine the BP assigned to that position from various tables.
Regards,
PP

Similar Messages

  • Auto determination of Service Organization and Org.Unit

    Hello
    I've created an Org.Model with Org.Units. I've also configured a rule to derive the service organization and the responsible Org Unit based on the activity reason.
    When i manually specify the activity reason in the transaction, both service org and org. unit are not automatically derived. As a result I have to manually specify them.
    What am I missing here?
    Your help is greatly appreciated

    header level
    spro-> crm->MD.,->org mang.,->org data determination->change rules and profiles ->assign org data profile to transaction type .
    add ur profile under org data prifle for ur transaction profile .
    item level
    spro-> crm->MD.,->org mang.,->org data determination->change rules and profiles ->assign org data profile to item  .

  • Company Code Determination from Sales Organization

    HI,
    Is there any function Module or BAPI to find out the Company Code from Slaes Organization in ECC system.
    Regards,
    Satya.

    Hi Animesh
    The easiest way to see how the company code is determined in Intercompany billing is
    to run VF01 and check the logic for your case here in LV60AA93:
    Main Program     SAPLV60A
    Source code of   LV60AA93
    form VBRK_VBRP_FUELLEN
    Setzen Buchungskreis
      vbrk-bukrs = vbak-bukrs_vf.
      IF vbrk-bukrs IS INITIAL.
        vbrk-bukrs = tvko-bukrs.
      ENDIF.
      IF vbrk-vbtyp CA vbtyp_fkiv.
        CLEAR: vbrk-stceg_l,
               vbrk-landtx,
               vbrk-xegdr.
      ENDIF.
      IF vbrk-vbtyp CA vbtyp_fkiv AND
         t001k-bukrs NE space.
        vbrk-bukrs = t001k-bukrs.
      ENDIF.
      PERFORM t001_lesen USING vbrk-bukrs rc.
    Kind regards
    Brian

  • I want to create org data profile in service scenario, with price determination from sales org, distribution centre , can any one help me with these

    i want to create org data profile in service scenario, with price determination from sales org, distribution centre , can any one help me with these
    IF I CREATE SERVICE ORG WITH SERVICE SCENARIO ORG DATA PROFILE,
    MY PRICING IS NOT GETTING DETERMINED AS IT IS LINKED TO SALES ORG AND DISTRIBUTION CHANNEL THROUGH PRICING DETERMINATION SO HOW TO DO THE CUSTOMIZATION FOR THIS SITUATION
    WITH REGARDS,
    SATHISH

    Hi Satish,
    Please assign the org det. rules to org det. profile with Sales and Service scenarios and then assign the org. det. profile to transaction type. The below screenshot is just for your reference.
    Hope it would fix your issue.
    Regards,

  • Lead Org determination from Employee responsible

    Hi,
    We are creating leads by executing campaigns. Now when leads are created, Sales org is determined from user who has logged into the system, however I want to change this. Sales org in lead should be determined by employee responsible.
    I am not sure which org determination rule should be used and if there is any other customization that has to be done along with this to resolve this issue.
    Please help.
    Thanks,
    Bhushan

    Is there a standard rule for this...with some of my research i feel like this can be achieved with Org determination rule 10000194 and Partner Function ORG = Person Responsible.
    I would like to know other impacts if I change my current Partner Function ORG from Activity Partner to Person Responsible. Will it affect Partner Determination Procedure??
    Regards,
    BJ

  • How to fetch responsible agents from organizational unit

    Hi All,
    I am new to workflow let me know your suggestion to fetch responsible agents from organizational unit in task.
    Thanks,
    Prasanthi.

    Here is some code that will give you the users and their email addresses of an org unit.
    select single objid
       from hrp1000
       into hrp1000-objid
       where plvar  =  '01'            " Plan version
         and otype  = 'S'              " Object type
         and short  =  position.       " position, case sensitive
    select sobid
       from hrp1001
       into w_org-uname
       where otype = 'S'             " Object type
         and objid = hrp1000-objid   " Object ID
         and plvar = '01'            " Plan version
         and sclas = 'US'.           " Rel.obj.type
       append w_org to i_org.
    endselect.
    loop at i_org into w_org.
       select persnumber addrnumber
              up to 1 rows from usr21
              into (usr21-persnumber, usr21-addrnumber)
              where bname = w_org-uname.
       endselect.                                                " USR21
       clear adr6-smtp_addr.
       select smtp_addr
              up to 1 rows from adr6
              into adr6-smtp_addr
              where addrnumber = usr21-addrnumber and
                    persnumber = usr21-persnumber.
         w_org-smtp_addr =  adr6-smtp_addr.
         append  w_org to org_unit .
       endselect.                                                " ADR6
    endloop.  " I_ORG

  • Service Organization determination

    I am using CRM 3.1 for Case Management. I have created two Service Organizations under the root organization. Under each Service Organization there are Org Units which are also Service Teams. When I automatically determine Organizational unit, I am always getting the same Service Organization (which is always the Service Org with the lowest BP number). Only Service Organizations and Org Units are permitted for determination. Any suggesion are highly appreciated.
    Thanks
    Ravi
    Message was edited by: Ravi Chundi
    Message was edited by: Ravi Chundi

    header level
    spro-> crm->MD.,->org mang.,->org data determination->change rules and profiles ->assign org data profile to transaction type .
    add ur profile under org data prifle for ur transaction profile .
    item level
    spro-> crm->MD.,->org mang.,->org data determination->change rules and profiles ->assign org data profile to item  .

  • Service Category determination for Service Tax report

    Hi All,
    We have applied the SP18 at our client's place in which a new node of Service Tax has been introduced in IMG under Logistics. We would like to configure the Service Category under it.
    Suppose the access sequence is maintained as (any suitable) :
    Vendor + GL Acc + Tax code + Serv. Catg.
    GL Acc + Tax code + Serv. Catg.
    Vendor + Tax code + Serv. Catg.
    Tax code + Serv. Catg.
    We would like to know what is the significance of GL Acct. here. If anyone has used this configuration, kindly help us to understand.
    Also, suppose the existing service tax codes are Plant dependant then how do we map this scenario for determining Service Tax Category.
    Thanks & Regards,
    JND

    Hi Manfred,
    I don't know about "Ship-to arty" use in contract determination. AFAIK Sold2-Party, Sales and Service Organization, status of the Service Contract (released), Start and End date and the object list are responsible for the Contract determination. Hence if I'm not wrong a sold2-party must be provided.
    There is the CRM_SERVICE_CONTRACT Badi and what we did in our process is to use the Event framework to ensure a contract redetermination after change of the sold2-party. Take a look at CRM_SEARCH_SERV_CONTRACTS_EC for ideas in that direction.
    Regards,
    Hendrik

  • Service contract determination for service request

    Hi,
    is there a way to influence the contract determination in a service request creation process?
    The contract should be found if there is one for sold-to-party OR ship-to-party.
    Thank you.
    Kind regards
    Manfred

    Hi Manfred,
    I don't know about "Ship-to arty" use in contract determination. AFAIK Sold2-Party, Sales and Service Organization, status of the Service Contract (released), Start and End date and the object list are responsible for the Contract determination. Hence if I'm not wrong a sold2-party must be provided.
    There is the CRM_SERVICE_CONTRACT Badi and what we did in our process is to use the Event framework to ensure a contract redetermination after change of the sold2-party. Take a look at CRM_SEARCH_SERV_CONTRACTS_EC for ideas in that direction.
    Regards,
    Hendrik

  • Service organization

    Hi Gurus.
    I have the next problem.
    I need to add a transaction type of a service organization are by default. and
    the employee responsible is the user of that organization.
    Example:
    I have the following information:
    service organization = SERVORG  (O 50000908)
    A services group     = PRESSERV (O 50000912)
    Employee             = 1000001
    I created a Determination Rules:
    Rule = 90000140
    Category: A Determination Agent: Organization Model
    Scenario: Service
    Model = CRM_ORGMAN_ORGOBJECTS_FIND_5 fuction
    Container => Service Organization (SE_ORG) = O 50000908
    I have Organizational Data Profile:
    Profil: Z00000001
    Scenario: Service
    Organizational particular model Rule = 90000140
    Mandatory: Service Organization
    When I create the Activity The parameters are:
    Service Organization and Organizational Unit don´t have value.
    And ever need:
    Organizational Unit: SERVORG
    Service Organization: SERVORG
    Please help me.
    Thanks.

    Hi,
    The relationship for the org unit in the BP, it ok. And, I have in the transaction
    type a organizational data profile that has the rule (90000140).
    Thanks.
    Edited by: Alfredo on May 13, 2010 8:32 PM

  • Auto-triggering of PM Planning from service contract

    Greetings!
    I am currently working to automatically trigger preventive maintenance service order from service contracts. However, I have been struggling to understand some of the dates and the date rules, and how they work?
    The dates are:
                                                        Rule Name
    a) Planning start date:                  Today's Date
    b) Planning Date From:                Determine Planned Date
    c) Planning Date To:                    Planned Start + Tolerance
    d) Start of Interval                        Planning Start Date
    e) Service order creation date:     Planned Date - 2 weeks
    f) Tolerance:
    Let's say that I would like to have a contract valid from the 13.08.2014 to 13.09.2015, and I want the preventive maintenance service order to be begin from 20.08.2014, with a interval period of every 2 days (may be until 10.09.2015). Then how should I fill these dates in the service contract item ?
    I would be glad if someone explained it to me. If you have a better example, I would also appreciate that.
    Thank you.

    Hi,
    When you are using Contract is a Outline agreement -That may be Quantity or Value contract this for specific period.
    Example you can maitain various Service line items for entire Periods as per the Contract details with Vendor.
    when you want to create Release order w.r.t Contract for a specific work or only for Specific Services
    whatever you want to required service for that release order that only system will ask us to select the services just like while creating Service entry sheets how we adopt the required services lines for accepting.
    we need to select the Services from the contracts by manually while creating Release order
    System will not copy automatically.
    If you have more than 100 service lne items in Contract If you want to create release order only for 10 service line items then unnecessarly 100 line items will copies.T o overcome this problems SAP will allow to select the  service manuall for adopting to release order from contract
    I think you are clear with the statement.
    with regards
    Shrinivas gangoor
    Edited by: Shrinivas Gangoor on May 19, 2009 1:00 PM
    Edited by: Shrinivas Gangoor on May 19, 2009 1:01 PM

  • Organizationnal unit and Service organization not recognized

    Dear experts,
    When trying to create a service request in our Web_UI, the following error message is popping up: "Enter a service organization" and "Enter an organizationnal unit (Service).
    This error is not happening with a SAP_ALL profile, which, to me, means there is no problem with the ppoma_crm customizing, but rather a missing authorisation object in our roles.
    But the ST01 authorisation trace is not showing any red line, so I can't tell which authorisation is missing.
    Please feel free to ask me for more context if you think an information is missing in my post.
    Thanks in advance for your help.

    Hello Flavien,
    could the issue related to the Solutionmanager area ?
    If Yes, try to add the authorization object PLOG to the relevant business role.
    From my past experience, due to missing the following authorization
    authorization ojbect PLOG
    PPFCODE   DISP
    PLVAR     01
    OTYPE     O
    INFOTYP   1222
    SUBTYP    0030
    Best Regards
    Gerhard

  • Implement Org determination for Service Orders

    Hello Freinds ,
    My Client is implementing the service order with WebIC2005 with the following scenarios.
    Service orders created Manually.
    Service Orders created from completed sales order automatically.
    Could any one possibly suggest the best practice of implementing org determination for the above scenarios.
    Is it a correct practice to determine sales org for manual creation of Service Order.
    For Automation process is it not correct have sales org determined from sales order.
    How to determine Org Determination in  WebIC service order Link?
    Thanks & regards
    Amar

    Hi Amar,
    You cant assign two diffrent org determination for same transaction type.
    Its always better to determine the org at transaction type level. But wehn you are creating service order from sales order , you can set the rule in Copy control whether to copy the org or not.
    Hope this helps.
    Regards
    Arun Kumar

  • How can  i use Regional structure grouping for responsible determination?

    Hi,
    We are working on a projet that requires to slip the cities of a geographical area into zones. each zone is made of full or partial streets (its a specific zone repartition).
    We are trying to use Regional structure grouping to name each zone and to be able to determine which agent is responsible for which client (depending in which zone he or she lives). We would like the agent determation to trigger in an opportunity or a Lead.
    SAP help information says that using Regional structure grouping is helpful for responsible determination but i can't figure out how. I couldn't manage to assign an organisational data (ppoma_crm) to a Regional structure group and i could not get a rule (TR CODE PFAC) to work while using partner number and the field ADRC-REGIOGROUP.
    We plan to inject in SAP the listing of full addresses of an area (streets, street number, zip code, cities) so that they will be available from a matchcode in BP transaction. the "zone" layout is sensitive to street numbers because a street can start in a zone and end in the next zone. This layout is specific to our customer so we have to name it, zone by zone. That's why we thought using Regional structure grouping.
    Maybe i made it wrong or maybe the Regional structure grouping has nothing to do with what we want.
    Does any body knows where i could find some information about how to use Regional structure grouping in details?
    Many Thanks
    Laurent

    Hi Laurent,
    I'm facing the same issue... Were you able to figure out a solution for this?
    Best regards,
    Balazs

  • Service Organization in Complaints

    Hi,
    We are creating complaints in CRM, while creating system asking to enter the service organization.
    We are satisfied with sytesm using sales organization alone,not maintaing service organization and we don't want to maintain Service Org.
    how do we can avoid this case?
    Thanks in advance.
    Regards,
    muki

    Hi Muki,
    Just check this, seems you are using Double Scenarios
    for Organization Determination.
    Follow this step to check :
    - Go to SPRO -> CRM -> Transactions -> Basis Setting ->
      Define transaction Type
    - Open the Transaction Type used, and check field
      ORG DATA PROF.
    - Double click on the value
      OR Simply just use tcode CRMC_ORGPROF
    Now see on which Org Data Profile being used by your
    Transaction Type. if you see 2 scenario (SALE and
    SERVICE) for same Org.Data Profile, you have to delete
    the one with SERVICE scenario.
    Alternatively, you create new Org Data Profile with
    only one Scenario (SALES) and use this in your Transactio
    Type.
    Hope this helps. Let me know the result
    Cheers,
    Gun.

Maybe you are looking for

  • Can't Play Games or iBooks from apple store...

    I have downloaded from the apple store, free games & free ibook app, plus ebook manual for OS 7 for iphone. I have an iphone 4s with OS 7. I am using my computer (PC XP) to download & transfer as i DO NOT have wi-fi. I am doing everything legit, but

  • Bootcamp hangs when installing Windows 7 on Macbook Air

    I purchased a new Macbook air less than 1 month ago. 256GB SSD drive, maximum RAM. It's running OS X Lion (10.7.1). I plugged in a USB DVD drive, keyboard, and mouse. When trying to install Windows 7 64-bit Bootcamp Assistant creates the partition, c

  • Repository Namespaces in XI 3.0

    Hi people! For the original setup of XI we are looking at how to set up the namespaces within the SWCV. On the forum people say it is wise to setup a new namespace for each interface. In the demo examples that are delivered in the XI content this app

  • How to create a custum toolbar in WAD

    Hi: can some one guide me how to start creating a custom made toolbar in WAD? kedar

  • Photo Screensaver question

    Hello Does anyone know a photoscreensaver that'll show the path and file names? I used use that option under Windows 2000 many years ago and have been searching in vain for the Mac equivalent. The only one I have come across so far is ArtSaver 1.7, b