FM for adding/deleting partner functions

Hello everyone,
Is there an Fm to add/delete partner functions of customer.I am not sure whether sd_partner_single_modify works.Can anyone confirm this or post other FM which does this.
Thanks in Advance,
Kiran

Hello Kiran
You can try with this Fm
PM_PARTNER_DELETE_PARVW
Regards,
Vasanth

Similar Messages

  • Updating and deleting Partner functions for functional location

    Hi ,
    I am having a requirement of updating and deleting partner function for functional location .
    If anyone can suggest some BAPI or function module for same .
    Thanks n Regards
    Manik

    Hi Fritz,
    Thank you for your response,
    My need is to create a PARTNERS for the FUNCTIONAL LOCATION.
    LET ME DESCRIBE IT.
    WHEN I AM CREATING A FUNCTION LOCATION USING IL01, AS I ENTER A FUNCTIONAL LOCATION AND PRESS ENTER IN THE NEXT SCREEN.
    AND
    I NEED TO ENTER THE PARTNERS FROM THE DROP DROWN MENU  GOTO ->PARTNERS
    WHICH TAKES ME TO THE NEXT SCREEN WHERE I NEED TO FILL THE INFORMATION IN THE TWO FIELDS : FUNCT & PARTNER.
    I need a partner for the functional location that i mentioned above.and i need to upload that information in through Emigall.
    So my query was that can we customize that partner for this functional location and if yes, what should the constraints,
    what are steps required? Do we require a custom service module?
    Regards,
    Robert.

  • Can't delete partner function

    Hi guys,
    I need to delete partner function in opportunity.
    The problem is that i cannot see the partner that i want to delete.
    I only see it in crm_order_read (on se38)
    thanks in advanced

    Hi,
    if you delete the partner function in the customizing you won't get it in any future opportunity. If you just want to delete the partner for one specific opportunity then the partner function has to be flagged as "Changable" in the partner determination procedure customizing.
    The partner function has to be present in the opportunity either at header or at item level. If it's not there it hasn't been found.
    Please, reward points if it helps you
    Regards, José Ignacio

  • Partner number 0000002016 for customer 2348, partner function WE does not e

    Hi,
    We are getting errors:
    SE Partner number 0000002016 for customer 2486, partner function WE does not exist. 3500020146
    CH Partner number 0000002016 for customer 2348, partner function WE does not exist. 3500016813
    SE Partner number 0000002016 for customer 2486, partner function WE does not exist. 3500020081
    etc.
    The Idocs are of 51 status.
    Message Type - ORDERS
    Part.num - ESAPP12400
    Part Type - LS
    Please help in resolving this issue.
    Thanks and Regards,
    Sowmya

    Hi Holger.
    Here are the details.
    AG(sold-to) - 2022821583300
    WE(ship-to)- 2022821586300
    error 1 - VKORG, VTWEG, SPART cannot be determined for customer 2821583300 , vendor.  Message no. VG204
    error 2 -Partner number 2821583300 for customer 2022821586300 , partner function WE does not exist. Message no. VG140
    <u>EDPAR table entries</u>
    1000053---SP-Sold-to party2022821583300---1000053
    1000054---SH-Ship-to party2022821586300---1000054
    I'm receiving IDOC from XI partner XIDSTF100(LS), is it causing not to recognize sold-to.
    Appreciate you help.
    Arjun.

  • Partner number 2821xx for customer 2022821xx ,partner function WE not exist

    Hi Guys,
    I have problem with partner convertion for Inbound ORDERS to SAP.
    <u>Receiver :</u>
    port - SAPID
    Partner - DEVSTF200
    Type    - LS
    Sender:
    Port - SAPXID
    Partner - XIDSTF100
    type - LS
    receive IDOC with status 51 with error - Partner number 2821583300 for customer 2022821586300 , partner function WE does not exist.
    Need some Help.
    Arjun.

    Hi Holger.
    Here are the details.
    AG(sold-to) - 2022821583300
    WE(ship-to)- 2022821586300
    error 1 - VKORG, VTWEG, SPART cannot be determined for customer 2821583300 , vendor.  Message no. VG204
    error 2 -Partner number 2821583300 for customer 2022821586300 , partner function WE does not exist. Message no. VG140
    <u>EDPAR table entries</u>
    1000053---SP-Sold-to party2022821583300---1000053
    1000054---SH-Ship-to party2022821586300---1000054
    I'm receiving IDOC from XI partner XIDSTF100(LS), is it causing not to recognize sold-to.
    Appreciate you help.
    Arjun.

  • Partner number 0010000136 for customer 202154050 , partner function WE does

    hey,
       We i process an inbound 850 Idoc , I get the status message 51 eith the error " Partner number 0010000136 for customer 202154050 , partner function WE does not exist."
    please advise.

    Hi,
    'WE' should be configured for that customer in customization.
    Regards,
    Sujatha

  • Scripts for adding/deleting/modifying Open Directory accounts?

    I think I have searched high and low for an answer to this question, but if I missed it please point me in the right direction. Where can I find information on scripts for adding/deleting/modifying open directory accounts? At the very least, a command line utility with some syntax guidelines! Any help would be greatly appreciated.

    Hi
    I personally don't know if any scripts although you can use the command line to do pretty much anything you want with the Open Directory. Consult the manual: man dscl. If you launch terminal and issue dscl you should see something like this:
    my-Laptop:~ me$ dscl
    dscl (v20.4)
    usage: dscl [options] [<datasource> [<command>]]
    datasource:
    localhost (default) or
    <hostname> (requires DS proxy support, >= DS-158) or
    <nodename> (Directory Service style node name) or
    <domainname> (NetInfo style domain name)
    options:
    -u <user> authenticate as user (required when using DS Proxy)
    -P <password> authentication password
    -p prompt for password
    -raw don't strip off prefix from DS constants
    -url print record attribute values in URL-style encoding
    -q quiet - no interactive prompt
    commands:
    -read <path> [<key>...]
    -create <record path> [<key> [<val>...]]
    -delete <path> [<key> [<val>...]]
    -list <path> [<key>]
    -append <record path> <key> <val>...
    -merge <record path> <key> <val>...
    -change <record path> <key> <old value> <new value>
    -changei <record path> <key> <value index> <new value>
    -search <path> <key> <val>
    -auth [<user> [<password>]]
    -authonly [<user> [<password>]]
    -passwd <user path> [<new password> | <old password> <new password>]
    Entering interactive mode...
    The above is for 10.4 and should server equally as well for 10.5.
    Hope this helps, Tony

  • Customer block VD05, for SO customized partner function

    Dear all,
    Good day!
    I was trying to block customer using VD05, to ensure this customer will not be used in SD Transaction, SO, DO, Billing.  It works for the Sold to party, Ship to party partner function in documents, but doesnt work for the customised partner function for eg ZC - Consignee.
    Is there anyway to make blocked customers, cannot be used in customized partner function as well?
    Thanks in advance
    Kevin

    Hi,
    In your case, I would use userexits to check it in customer updation, SO documents, invoices and so on.
    I hope this helps you,
    Regards,
    Eduardo

  • Two outputs for the same partner functions............

    Hello,
    I have come across the situation where i need to use two transmission medium for the same partner function, is it possible through the standard settings?
    E.x. My client wants to send  email and print to the sold to party while confirming order, what are the required settings need to be made?
    Thank you.

    Similar question was answered in the past, check the link Output transmission medium to print and email and the answer provided by Yadav suits your requirement.
    Regards,

  • Create, Update and Delete Partner functions for a Functional location.

    Hello
    I have a  requirement where I need to
    a.  Create /  Assign Partner functions to a Functional location,
    b. Update the new  Partners values ( PARNR ) for particular Partner Functions ( Replace new Partner values in place of old partner values )
    c.  Delete the Partner values and Partner functions for a Functional location.
    when the above changes are done, the changes should be reflected in IFLO ( Table-IFLOT ) and IHPA  ( Table-IHPA ) transactions .
    I wanted to make the above changes by using FM's or BAPI. I have searched many forums and threads, but still I was not able to get the correct solution.
    Can anyone help me out in finding BAPI or FM's to do the above changes. ?
    Note : I will have an excel sheet which has coloumns like Functional location, Partner function, Old Partner value ( PARNR ) and New Partner value (PARNR ). This data needs to be updated in IFLO and IHPA.
    Thanks and Regards,
    Karthik Ganti.

    Hello
    I have a  requirement where I need to
    a.  Create /  Assign Partner functions to a Functional location,
    b. Update the new  Partners values ( PARNR ) for particular Partner Functions ( Replace new Partner values in place of old partner values )
    c.  Delete the Partner values and Partner functions for a Functional location.
    when the above changes are done, the changes should be reflected in IFLO ( Table-IFLOT ) and IHPA  ( Table-IHPA ) transactions .
    I wanted to make the above changes by using FM's or BAPI. I have searched many forums and threads, but still I was not able to get the correct solution.
    Can anyone help me out in finding BAPI or FM's to do the above changes. ?
    Note : I will have an excel sheet which has coloumns like Functional location, Partner function, Old Partner value ( PARNR ) and New Partner value (PARNR ). This data needs to be updated in IFLO and IHPA.
    Thanks and Regards,
    Karthik Ganti.

  • To change/update/delete partner function in Sales order before saving it...

    Hi! All,
    I am having a unique requirement to change the partner function( BIll to party and Ship to party) for standard sales order in the  order save badi implemtation.
    Please sugest a FM that will be appropriate for this functionality.
    One more thing that i am able to do is that i am able to add one more BIll to party and Ship to party in the order but I am not able to delete the exsisting Bill to and ship to partner function from that order, SO if there is any Fm that will delete the exsisting ship to and bill to party my purpose would be solved.
    Please provide your suggetionas how can I proceed further.
    Thanks and regards,
    Mayank

    Hi,
    use the CRM_ORDER_MAINTAIN FM for changing the partners. Fill in the IT_PARNTER and the CT_INPUT_FIELDS parameters.
    For how to fill in I advise you set a breakpoint in this FM and do a partner change in the Sales Order Document.
    You can also find a lot of threads in the forums regarding the ORDER_MAINTAIN FM.
    BR,
    Erika

  • Setting a private flag on an activity for a specific Partner Function

    Hi. I have this requirement. Display on private flag "My activities". Display just the Activities for a specific Function partner ej. Parner Responsible. Actually the system displays on "my activities" the activities not just for person responsible but also the activities for the created by or agent partner function
    Report: Activity Monitor
    Does anybody knows if there is a way to modify this to display the activities for a specific Function partner on the Biz Activity?

    Max,
    I tried to find any exits in this program but couldnt find any.
    But I have following idea in mind:
    1. I dont think you need to make this change on 'my activities'. Instead use of the third 'My ...activities' where you can give partner function & BP number as your own number. I hope it works.
    2. Create a new program by copying the Actvity Monitor program and make the small change you are looking for somewhere in that program (I dont know where).
    Sorry, I dont have any concrete solution for you.
    Best Regards,
    Vivek

  • Authorization for campaign on partner function

    Hi,
    User while  creating campaign/MP will enter BP in partner function like employee responsible/Created/Approver/Notify. I dont want any other user to make changes (Edit) in campaign or marketing plan who is not a part of it. Other user should get to view it only.
    Only BP(Users) assigned against defined partner functions in campaign/Marketing plan should be able to edit it.  
    Is this possible? Is there any standard authorization object for it? If not what would be the solution approach?
    I tried with authorization object CRM_ORD_OP but system allows user to edit MP even thought its not enterd in Partied involved assignment block.
    Regards,
    Nikhil

    Hi Nikil,
    You can use the below Auth. object:
    CRM_MPLAGR
    CRM_CPGAGR
    CRM_MPLRES
    CRM_CPGRES

  • Bapi's or function modules to create, change( delete) partner functions

    Hi,
       Can anyone suggest BAPI or Function Modules for creating , changing the Partner Functions of the customer
    eg: To create customer XYZ as  bill-to-party of customer ZYX , i need  either a BAPI or Function Module.
    Thanks in Advance,
    Sabu

    Hi The following are the BAPI's to create and change the Partner Function.
    BAPI_BUS2001_PARTNER_CHANGE_M
    BAPI_BUS2001_PARTNER_CREATE_M
    Regards
    Vijay

  • Matchcode for Vendors with Partner function as a selection

    I have a request to try and create a new matchcode or search help, where they can select on Partner Function.  I tried to look, but did not find the ability to use that field.  Now i have never had to create a new match code, so can someone first tell me can i get partner function as a search help/match code?  If so, can someone give me directions of how to create or send me a link of directions? 
    Thanks,
    Sean

    From the Help:
    [Creating Elementary Search Helps|http://help.sap.com/saphelp_47x200/helpdata/EN/cf/21ee2b446011d189700000e8322d00/frameset.htm]
    Rob

Maybe you are looking for

  • Encore won't encode some PSD files in Flash

    I have succesfully completed a DVD project on Encore (4.0)  with mpg elements edited in Premier Pro (4.0). A number of slide sequences constructed from jpgs converted to pds files in Photoshop (cs5) have been used, plus some (individual, single) text

  • Web Template Publishing in the Portal

    Hi All, I have created web template in Web Application Designer. I can execute it from WAD to the portal. If I need to open it directly from Portal, How will I be able to open it? How can I save a web template in the portal. I tried to braodcast it f

  • How do I get Outlook 2011 for Mac without purchasing another Full Suite of Office

    I purchased MS Office 2011 for Mac Home and Student version a couple of months ago on the basis we thought we could get the syc of Calender to work using iMas, iPhone and iPad all working using our ISP but as it turns out this cannot be acheived and

  • How does one adjust equalizer settings in the iPhone?

    I've seen a post on this forum that it is possible, but not how I actually do it.

  • Importing P2 files, help!!

    Used to use FCP 5.1.4 and upgraded to FCP 6. Before on importing files I had the option of importing the files, now on FCP 6 this option disapeared... Any solution? Is that a plugin?? Please help