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

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.

  • Warranty id not getting determined based on the warranty counter

    Hi,
    We are trying to determine the warranty id from the counter reading.
    Scenario:
    We are confirming the vehicle and the business partner and create a service order . We are entering the reading in the service order and want to get the warranty product determined based on the counter reading.
    First free service at counter reading of 5000 kms
    Second free service at counter reading of 10,000 kms
    We have followed the following steps:
    1. Warranty product with Warranty basis as Counter dependant and Warranty counter data with the value.
    2. For the Vehicle object in relationships we have assigned a counter id.
    However we are unable to determine the warranty id
    Is there something that we are missing. Would really appreciate a solution.

    Hi Ayan,
    Firstly, whlich version of SAP CRM you are working on?
    If it is CRM 5.0
    Apply Note 1009244 - 'Counter attribute' field missing in CRM 5.0.
    This note will get the counter attribute field in the Counter creation screen.
    Check these steps again:
    1.  Create a counter warranty. Ensure nothing is excluded.
    2. Create a counter  and assign it prouct master or installed base component.
    3. If you have assigned it to a product master, in the service transaction enter the reference data as well.
        Ensure that warranty check profile has been assigned
    4. Once you enter a service product your warranty must get determined.
    5. If not, check the log in the warranty tab, it shall give u the details.
    Wish it helps.
    Regards,
    Shalini Chauhan

  • Getting the Address Information based on the Partner Number & Partner Role

    Hello,
             I have a requirement where in I am populating the Address into a Custom Segment Z1E1ADRM1 where I am reading the Partner Data from E1ADRM1 Segment. It has the PARTNER_Q which contains the Partner Role (WE,AG,RE,RG etc...) and PARTNER_ID which contains the Partner Number. Now, using VBPA Table, I am populating the STREET4 and STREET5 manually by passing the Address Number got from VBPA Read.
            Instead, is there any Function Module / BAPI which can be used to get the Address Number / Address Information based on the Partner Role and Partner Number as Input Parameters? Please Let me know.
    Thanks and Regards,
    Venkat Phani Prasad Konduri

    Try
    /SPE/BUPA                      SPE Business Partners             
    /SPE/BP_STORE_ADDRESSES        Business partners store addresses 
    BPAR_P_PARTNERS_WITH_ADDRESS                                     
    SD_ADDRESS_KEY_GET_FROM_VBPA                                               
    SD_ADDRESS_TYPE_GET                                                        
    SD_PARTNER_ADDR_DIALOG_INTERN                                              
    VELO01_GET_PART_ADDR_FOR_VBELN   get the partners and their address details
    WS_LM_ADDRESS_READ                                                         
    WS_LM_CONTACT_ADDRESS_DISPLAY                                                                               
    ^Saquib

  • How to get access to the partner Functions of a PO header in BADI

    Hi All,
    I have a scenario where I need to get access to the PO Header Partner Functions to get the Vendor number, in the PROCESS_ITEM method of BADI ME_PROCESS_PO_CUST. I could not find any method to get the partner functions. Is there any way I can get this data in my BADI implementation. I'm talking about ME21n transaction code, and the PO is not created yet, hence the PO number is not available in the BADI.
    If the above is not possible, is there any other function module which I can call in the PROCESS_ITEM method of the BADI to get partner functions and their respective vendor numbers.
    Any pointers would be appreciated and points awarded. Thanks for your time and help.

    Hello,
    Use the methods of the class: CL_PO_ITEM_HANDLE_MM, in the method: PROCESS_ITEM of the badi:
    ME_PROCESS_PO_CUST, for example to access the po lines. the code is as follows:
    data: it_mepoitem type mepoitem.
    **Get the po lines.
      it_mepoitem = im_item->get_data( ).
    To look at the methods available: Go to SE24, Input the class:
    CL_PO_ITEM_HANDLE_MM
    Hope this helps.
    PS: Award points if my answer is helpful.
    Rajeev

  • How to change the Partner function code in Quotation

    Hi All,
    We have a requirement that whenever a Quote is cancelled,
    We need to change one of the function codes in the partner tab and also the user status should be changed.
    Can anyone give a quick solution on this?
    Your response will be appreciated.
    Thanks in advance.
    Regards,
    Ramya

    You will best implement this as an action (tx. SPPFCADM), which is called on changing the status to cancelled. In this action you can call a function module changing the partner functions using e.g. CRM_ORDER_MAINTAIN as the appropriate function module.
    Regards, Kai

  • How to get the partner function code by partner function?

    For example, I need to know the partner function code for 'Reported By' and it's 'SLFN0002', How can I get this information by abap code?
    Best regards,

    Hey Blake,
    You can look up CRMC_PARTNER_FT( Db table ) which is used in the above  maintainance view...
    Use select stmt to populate an internal table.. then use Read Table( which key DESCRIPTION = < Sold to party > and so on...
    Just Get an Abaper and things would be easy..
    Reward points for usefull posts..
    Regards,
    Anand

  • Uploading the partner function for the business partner

    Hi Experts ,
    I wish to upalod the partner function fields like
    partner function
    sales area
    division
    channel etc .
    Can anyone suggest me how to uaplod this via a BAPI in ECC system ?
    regards
    Abhi.

    HI ,
    Pls check Kindly check
    BAPI_CUSTOMER_CREATEFROMDATA1
    regards,
    PD

  • How to get the Partner Function of the corresponding index

    Hi experts,
    We have a requirement where in we need to fetch the corresponding partner function(PARTNER_FCT value) , when we click on the value help icon of a Partner_No_descr field of the component BTPARTNER.
    For eg:- When we click on the value help icon of second entry in the assignment block 'parties involved',
    we should fetch the Partner Function (PARTNER_FCT)value of the second entry.
    We tried using the GET_CURRENT ( ) ,GET_BY_INDEX ( ) etc method , but to no avail.
    Any helpful pointers would be rewarded.
    Kindly help.

    This thread remains closed.

  • Delete the partner function in purchase order

    Hi,
    I need to delete the partner function from a purchase order, but when I´m trying to delete the partner, this function not is working.
    How I can do it?
    Thanks!

    Hi,
    when ever you create a PO,the partner functions which are privided in vendor master gets defaulted in PO.You can either delete the functions at vendor level or at the PO header partners tab.
    Regards,

  • Restrict the Partner functions visible in the Partners tab of One Order obj

    Hi Gurus,
    We are implementing Opportunity Management
    We want to restrict the Partner functions visible in the picklist in the partners tab
    can anyone suggest how we can achieve this
    Regards,
    Vish

    Vish,
    If you would have searched on "restrict partner list" in this forum, you would have found your answer as the first search result.  Please in the future do a search before posting here and read the rules of engagement.
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/home/rulesofEngagement
    The thread that answers your question is located here:
    Hide List Elements for example Partner Functions
    I'm know locking this thread due to this being a duplicate question.
    Thank you,
    Stephen
    Edited by: Stephen Johannes on Apr 27, 2009 8:45 AM

  • It is related to the partner functions - Reporting

    My client is using the Partner functions for vendors
    Where Vendor A is ordering vendor, Vendor B is Goods Carrier and Vendor C is the Invoicing party
    I want to get such a report; in which there will be
    Purchase order number
    Ordering vendor
    Quantity ordered
    Value of the quantity ordered,
    Goods Carrier Vendor
    Quantity of goods delivered
    Value of the goods delivered
    Invoicing Vendor
    Invoiced Quantity
    Invoiced Value
    In short the report will show the partner functions & their respective activities
    Is there any standard report exist for the same

    does this link help you?
    https://discussions.apple.com/thread/3329575?start=15&tstart=0
    they had and solved a similar problem. but icloud is not in beta anymore...

  • How can the system automatically assign lead(Sales Prospect) to sales manager which is one of the partner function

    How can the system automatically assign lead(Sales Prospect) to sales manager which is one of the partner function ?

    Hi Deep,
    you can go through below links if you have not gone through already.
    Lead Distribution - Lead Management - SAP Library
    How to Distribute Leads Automatically to Partners in SAP CRM?
    Rgds
    Hari

  • 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

  • Org determination in transaction based on custom Partner Function

    Hi All,
    I am trying to figure out how can I modify the partner determination procedure and org data profile to determine the sales area (org,dc,div,so,sg) in a transaction automatically without having to choose the sales org.
    Here is the set up:
    Sales Org ->Soff->Sales group are permitted for Org determination in ppoma_crm.
    Custom Partner Functions - Y1 and Y2 assigned to Sales Partner Function Category
    Access Sequence YXXX has the following set up:
          Source                        PF                 Function Category          Usage
    10  COM_PARTNER_A
    20 CRM_PARTNER_C  Sold to Party 
    30 CRM_PARTNER_C                         Activity Partner                 CRM
    40 CRM_PARTNER_C Sales Prospect
    50 CRM_PARTNER_C Activity Partner
    Partner Procedure YPP001 has the following setup:
    Function    Access Sequence
    14              User                         Recurring
    15              YXXX                       Recurring
    21              0001                        Recurring
    23              YXXX                       Recurring
    Y001                                           Recurring
    Y002                                          Recurring
    Y1            YXXX                       Recurring
    Y2            YXXX                        Recurring
    Org Data Profile YORGPROF01 is maintained for Scenario SALES with Org Model Deter Rule 10000177. Sorg and Dc mandatory set.
    The transaction type YOPP is configured as shown:
    Org Profile YORGPROF01
    Partn Func Org Activity Partner
    Partner Determination Proc YPP001
    Now here is the issue:
    We want that when we create transaction YOPP it should fill the Org data including Sales Office and Sales group from the partner associated with the PF Y1 which gets assigned automatically when the account is selected on the transaction.
    With the above setting, it populates all the sales offices and sales groups that have been marked for determination in ppoma_crm (which we don't want it to do). We need it marked for determination so the BP's master data associated with Y1 shows up the sales group and sales office.
    When the account is selected on the transaction and Y1 is determined via partner determination, we would want the sales Org also to get determined automatically from the Y1 partner's master data.
    Anything that can be changed in the above settings to make this happen?
    Thanks
    PC

    Hi
    Although i have no practical experience with this but an educated guess would be to use Partner function determination . If you have 'employee responsible ' PF , Then u can further use him for org determination.
    May be this helps...
    Regards
    Ruchi

Maybe you are looking for