Partner determination based on Employee Responsible for Sale Office

Hi,
In our Project We triggering work flow from lead to sales manager. The Sales Manager is assigned to sales office. We used access sequence CH08 to determine the sales manager in Partner determination but the work flow is triggered to Employee responsible for Sales Group.
The access determines the Employee responsible for org unit and sales group is selected as org unit in lead document. So the employee below the sales Group is selected in sales manager in Partner determination.
Can any one suggest how to select employee from Sales Office in Partner determination.
With regards
Selvam T

Hi,
I created my own role and modified a standard FM.

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.

  • Automatic determination for Sales personnel / Employee responsible in sales

    Hi Gurus,
    Help me out in automatic determination for Sales personnel / Employee responsible in sales order. I have tried in Partner determination, it is not working.
    Regards,
    sushil

    There can be few options:
    Option 1: In the customer master partner determination, add the Sales Person and Employee responsible partner functions and mark them as mandatory. In the Sales Order Header Partner Determination, add the same and mark them Mandatory. Then during order processing, the relevant Sales Person and Employee responsible will flow in the order header partners
    Option 2: Mainatin a Z table based on Sales Area / any other specific parameter / Sales Person & employee responsible. You can improvise the table parameters as per your business needs and requirements.Then in the order user exit MV45AFZB in form_userexit_move_field_to_VBAK you can read this z table and get the sales person and employee responsible. May be you can add these two fields in Order Header- Additioanl Data B tab and populate them thru this program.
    Hope this helps
    Regards
    Sai

  • How to change employee responsible for open campaigns.

    Hi,
    I want to find out open campaigns and marketing attributes based on partner function i.e., employee responsible and these open documents I need assign to another employee responsible. Which function module I need to read the details and which fm is to change employee responsible.  Please guide me which fm i need to use how I can change to another employee responsible partner function.
    divya

    Hi Divya,
    If you are comfortable with the bol queries, you can execute the bol query services to get relevant data..
    here is the sample code to get marketing attributes for a bp.. here you can read additonal attribute "partner function" to filter the data as per your req.
    Marketing Attributes
      DATA : lr_mktattr_coll TYPE REF TO if_bol_entity_col,
             lt_mktattr TYPE TABLE OF crmt_mktbp_attribute,
             ls_mktattr TYPE crmt_mktbp_attribute.
      IF lr_buil_entity IS BOUND.
        TRY.
            CALL METHOD lr_buil_entity->get_related_entities
              EXPORTING
                iv_relation_name = 'BuilMktAttributeRel'
              RECEIVING
                rv_result        = lr_mktattr_coll.
          CATCH cx_crm_genil_model_error .
        ENDTRY.
        CLEAR lr_entity.
        IF lr_mktattr_coll IS BOUND AND lr_mktattr_coll->size( ) GT 0.
          lr_entity ?= lr_mktattr_coll->get_first( ).
          WHILE lr_entity IS BOUND.
            CALL METHOD lr_entity->get_properties
              IMPORTING
                es_attributes = ls_mktattr.
            IF ls_mktattr IS NOT INITIAL.
              APPEND ls_mktattr  TO lt_mktattr .
            ENDIF.
            lr_entity ?= lr_mktattr_coll->get_next( ).
          ENDWHILE.
        ENDIF.
      ENDIF.

  • Sales targets for sales office

    hi experts
    how to set  target for sales office wise in sap sd.
    Thanks

    This is not possible through standard SAP.  You have to go for zee development.  Create a zee table and have fields like
    a)  Customer code
    b)  Material Code
    c)  Sales Office
    d)  Sales Target
    e)  Target achieved
    f)  Validity period
    and as and when billing document is generated,  column E should get updated automatically from VBRP table.   Parallely you also have a zee report through which, the required data should populate with the current status.
    thanks
    G. Lakshmipathi

  • Email for Partner (Employee Responsible) in Sales order

    Hello All,
    My requirement is to show the email address of the Partner specially the Employee Responsible Partner while creating/viewing/changing the Sales order via VA01/02/03.
    Please not that the ER partner is getting populated automatically when we select the Sold to party while creating the sales order. 

    Hello Anup,
    As i understand, you want to add a new column e-mail in the partners tab in the Sales order.
    Is my understanding correct? If yes you can achieve it through the exits, also refer to below links for same.
    Populating custom field in Sales Order line ite... | SCN
    https://scn.sap.com/thread/3334194
    https://scn.sap.com/thread/31638
    Regards,
    Thanga

  • Employee responsible for an Account - How to delete

    HI,
    When ever we create an account , the current user is assigned as employee responsible automatically to that account. The relationship "Has employee responsible: is in the relationships assignment block.
    All this is happening automatically. I checked the rule policy for context " Account and contact management" and there are none standard delivered by SAP.  though i have created one to assign employee based on city  which is not relevant  for our issue. We are in CRM 7.0.
    is this a Bug or we missed something?
    All Inputs are appreciated.
    Many Thanks,
    Shaik

    Hi,
    I have put the breakpoint in GET_EMPLOYEENAME and when ever i try to create an account it hits here.  This method gets the name of employee from Employee ID  Which is part of STRUC.PARTNER2. In this context node GET_PARTNER2 is not greyed  but SET_PARTNER2 is green.
    The Context node Employeeresponsible has not been enhanced. Its in grey . I guess this means its not enhanced.   Though we have enhanced the view BP_HEAD/AccountDetails with z context nodes, which are not grey.
    What should i do to disable the assignment of employee?  why is this relationship assigned automatically?
    Regards,
    Shaik

  • Change sales employee authorization for sales opportunities

    "Change sales employee" in general authorizations is working only for documents, but not for sales opportunities.
    There should be an authorization alos for sales employee on sales opportunities.
    Not only for itself but also to make a sense to authorization of sales employee on documents, because having full rights to sales employee on sales opportunities make easy to set sales employees on documents even if not authorized, just by adding the document from a sales opportunity from where it will inherit any sales employee.

    Hi Sean,
    Your request is very reasonable. I am supporting this DRQ. It would be better to be include in the new release soon.
    What is your B1 version? Have you checked the latest version?
    Thanks,
    Gordon

  • Different Partner Determination  based on doc types

    I have got access to SAP Cloud for customer solution. I needed to define two document types for Opportunity which i can do in Fine tune activity of project scope.
    However, unlike Onpremise CRM there is no way in cloud for assigning different Partner Determination procedures to these document types in cloud ? I am just getting the feeling that we need to write to write a lot of code to manage this what could have been std. configuration provided by SAP like Onpremise SAP systems.
    Is the above true or my fears are unfounded ? How can this be best achieved.
    -Apoorva

    Hi Apoorva,
    As of now we can only define multiple Transaction Types trough customizing but cannot tweak the partner determination.
    It helps in configuring few things like Activity Advisor, Reason for Win/Loss etc but Partner Determination is not an option provided to us in cloud trough configuration like in Standard CRM as on date.
    May be in future when it is inevitable they will give this feature because it does not really makes sense giving an option to create multiple Transaction Types just for categorizing things when it can do more.
    You can any way raise an incident to SAP and they might suggest you any solution/alternative or redirect you to SAP Service Center which might be chargeable.
    Regards
    Vinod

  • Employee Responsible for a work center

    Good Morning,
    We use Project Systems in order to do project management within SAP.  We use the work center to define the team structure.  I know that there is a place to maintain the person responsible for a work center in the config, but the entry here is a text field.  We are trying to link the owner of a workcenter back to the reporting structure that can be pulled from HRP1001, and a text field makes it more difficult to track this back to the HR side.  We currently enter the name of a manager in this field, and if there is no other place to define the person responsible using a pernr, we'll have to start using this field to enter personnel number.  This will allow ABAP to pull the pernr and trace it to a position number on HRP1001.  I'd like to keep the manager name in this field if at all possible though.  Any help will be much appreciated.  Thanks in advance.

    HI,
    Create a Cost center using T code - KS01.
    Create an activity type using T code - KL01.
    Assign the Rates for an activity type & cost center combination using T code KP26.
    In the input screen of T code KP26 ,enter version as 0, from period 1 and to period as 12 and the Fiscal
    Year as 2009,enter the cost center, activity type click on overview screen (F5) & enter the per hour Rate
    After performing this in work center assign activity type & cost center
    should be assigned. Then while creating routing/task list this work center can assigned for performing
    as per the operation time, whichu2019s used by the work center, the cost is getting calculated.
    Overhead cost is the indirect cost which's spent during production.
    So when the cost rollup is taken using T code CK40N (or else using CK11N estimating & CK24 for
    Hope You will get some idea
    Thanks and regards
    E.Rambabu

  • Canadian tax determination on basis of material group, Sales Office and...

    ...Customer region.
    Hi,
    We have a unique requirement for taxation in Canada. The constraints/requirements are:
    1. For all customer located in the province Quebec (KNA1-REGIO = QC), if:
    (a) the Sales Office on customer master (KNVV-VKBUR) not equal to QC (Quebec - user defined) and material group (MARA-MATKL) = 'X' or 'Y', we need the GST and QST to be charged
    (b) for all other material groups, if the Sales Office on customer master (KNVV-VKBUR) not equal to QC (Quebec - user defined) we need only the GST to be charged (not QST)
    How can this be achieved? We can explore the use of any other field too, apart from KNVV-VKBUR if it helps or even some kind of indicator on the customer master...
    Appreciate any clues...can the material pricing group be of any use here? If so, how?
    Thanks a lot.

    Thanks, Nageshwar, I certainly don't want to complicate it with 2 condition types and prefer a requirement. However, in the requirement, I see an issue - since the taxes are determined on the basis of the ship to party (and we do have customers with out of QC but with their ship tos in QC and vice versa), the partner determination at the time of applying the pricing (i..e. VA01) has not yet taken place - not stored in any table...how do I get the system to understand the REGIO from the address data for the P. fn = WE (or SH)? How will the requirement get triggered if the system can't determine what the REGIO is? We need it to be applicable only if the REGIO is QC, not for others. Sales office and the material group are not a problem to ascertain. The REGIO is not stored in VBAK or VBAP and the VBPA entries are not yet done (at the time of VA01)...I can think of getting it only from KNA1 but am not sure how to.....any ideas?
    Thanks!

  • Authorization object for sales office

    Hi,
      We have a requirement,  we have one our head office  and there are around 20 sales office,   for each sales office there is a different user id (two user logins per sales office ),  in customer master for each customer we are assignning one sales office,  and only the user of that office is responsible for all types of transaction for that customer,  we want that sales office assignment  to user,  and that user should not able to see the any details of customer like sales orders, billing details order booking etc. which is not in there sale sales office  ,  so which authorization object, or how we can get this,
    regards,
    zafar

    Hi
    Sometimes when you add a new authorisation object with some specific value, system still allow to do the transaction for other values which is not available in that authorisation object, because may be in some other Profile same Authorisation Object is available and where user has complete rights, so kindly take the help of Basis Consultant and check that same Object is not availbale in some other profile of User with complete authorisation.
    Thanks and regards,
    Amitesh Anand

  • Copy control for sale office in delivery

    Hi,
    In our delivery note the field sale office is blank... we need that this field will be filled by copy control or user exit from document sale (order sale)... always the deliveries are for the same sales office.
    Any clues for achiving this?
    Best Regards
    Juan

    Hi
    As mentioned in the above answer, please follow the following steps.
    1. Got VOFM - > Data Transfer -> Deliveries.
    2. Copy Routine 1 to 601.
    3. Go in the code of routine 601 and add the following line.
    MOVE CVBAK-VKBUR TO LIKP-VKBUR.
    4. Activate the routine.
    5. Go to copy control for deliveries Tcode - VTLA.
    6. Select the necessary combination of order type and delivery type.
    7. change the assignment of routine for header data to 601 and save.
    you shud be abe to achieve the desired result.
    Regards
    Yatin

  • Function module for sales office and group of an organization

    Hi we are using enhanced organizational model in CRM 5.0.
    Is there any function module to find the assigned sales office and group of an organizational unit?
    Thanks a lot.

    Nigne,
    During transactional processing you can use the function module CRM_ORGMAN_READ_OW to read the selected organization unit on the business transaction, and it will contain data populated for these values.
    My only guess outside of transactional processing is using FM:
    CRM_ORGMAN_ATTRIB_READ or CRM_ORGMAN_SA_SE_ATTRIB_GET.
    Good luck,
    Stephen

  • Creation Exit variable for Sales office Characteristic

    Hi Experts,  can anybody suggest me,
    My requirement is like i have to create Exit Variable on Sales Office Characteristic, by using Exit, in this exit it i should get the values of Sales office 2201 To 2299 only.
    plese give the sample code tobe written in the Function Module.
    Thanks in Advance.

    Hi,
    You can check with code below in function module:-
    Parameters of function module:
    Import : I_area type UPC_Y_Area.
                ITO_CHA type UPC_YTO_CHA.
    Changing : XS_CHA type any.
    Source code
    Field symbol: <salesoffice> type any.
    assign component of 'Technical name of sales office ' of structure xs_cha to <salesoffice>.
    If <salesoffice> <= 2201 and <salesoffice> >= 2299.
    Message e001(message class).
    endif.
    Hope it may be helpful.

Maybe you are looking for

  • Order basic start date.

    Hi, We are updating the basic start da of order using FM BAPI_ALM_ORDER_MAINTAIN. We are deleting the basic finish date and then updating the basic start date. I am observing the following: 1) For some orders, the basic finish date is recalculated, w

  • How to use apple i.d to iTune

    How to use safari to upload or install my choices application to my iPad, like WeChat, i wanted to upload or intall the WeChat to my iPa

  • Interactive Report. Cell highlight.

    Hello, I'm using highlight functionality in Interactive Report actively and appreciate for this feature. Question: is it possible to define ONE highlight rule to ALL cells in every column. for example I need that any cell in the report which contains

  • Merge apple id -- when will this be fixed?

    So every time I have App updates I have to keep logging back and forth between two Apple accounts.  One account was set up a long time ago, the other a few years back when .me came about.  I've purchased apps under both ID's and for security have com

  • LR4 saving CS6 edit in a separate LR Ghost folder

    Ladies & Gents, If anyone has an answer to my problem I would appreciate it. For the record I have searched forums here and other places on the web and have found similar problems but not quite the same. When I right click > edit in CS6 go to photo s