Error during copy of partner: Partner role VN

I am creating an Inbound Delivery from an Outbound using SPED output type on the Outbound Delivery.
When I process the output using vl71 I get the following error.
Can anyone tell me what im missing.
The same scenario works for other plants except this one, its between 2 new plants in a new company code.
What do i do?
Type Message text
     Object 0080011663
     Output type: Stk.Transf.CrteDeliv
     Processing log for program /SPE/STO_ID_PROCESSING routine STO_ID_CREATION
     Error during copy of partner: Partner role VN
     Error during copy of partner: Partner role VN
     Error during copy of partner: Partner role VN
     No inbound delivery created for the replenishment delivery 0080011663

This issue has been resolved.
I recreated the Vendor from scratch and switched plant config settings to the new Vendor and entered the new vendor number in the Customer and retried the process. It works.
So i think there was something wrong with the initial Vendor setup.(Though i checked view by view and didnt find any difference)

Similar Messages

  • Error during copy of partner: Partner role SP Message no. VL864

    while we are doing delivery in consignment issue process i am getting "Error during copy of partner: Partner role SP"
    message no.VL864
    i was tried previous posts in scn with this message no but i didn't get suitable answer.so scn experts do the needfull
    best regards,
    venkateswar dama

    Hi,
    Have you read the thread below?
    http://scn.sap.com/thread/1831385
    Also if not resolved then I suggest you to better to post this issue in SD forum.
    Regards
    Shishir

  • Message VL864 Error during copy partner: SP

    Hi
    When I try to create a delivery note for project in transaction CNS0,
    I receive the below error
    VL864 Error during copy of partner: Patner role SP..
    The ship to party is connected to a SP both in the project and in the
    customer master data.
    Thank you in advance for your kind help.
    Best Regards
    Carina

    HI
    Check the Below Link
    [Re: Delivery from PS (CNS0) - Error Message VL864 |Delivery from PS (CNS0) - Error Message VL864;
    Regards,
    Prasanna

  • Error during copying of conditions in creating quantity contract

    Hi experts,
                When am trying to create a condition based on the plant it is displaying an error message "Error during copying of conditions". Please let me know the solutions or any configuration is required.
    Regards,
    Sunil Kumar.

    Please check the condition you have entered, it should be existing conditions.
    Regards
    Bhavesh Mistry

  • Error during copying of conditions

    Hi,
    Can anyone tell me the resolution for below error.
    Error during copying of conditions
    Message no. 06663
    Diagnosis
    Internal error.
    Procedure
    Please inform your programming department or system administrator.
    Thanks

    Hello,
    Check assignment of  access sequence to the gross price or include condition table A068 in your access sequence.
    Regards,

  • Error During Exchange 2013 Mailbox Transport Role Install On Server 2012

    I was installing Exchange 2013 on Server 2012.  The server is not a DC, but is a member of a domain with a 2008 R2 functional level, and I was logged in as a domain admin.  There has never been an Exchange instance on this domain.  I got past
    the prerequisite checks, and the installer showed 15 steps, so I walked away.  When I came back, I saw this:
    Step 8 of 15: Mailbox role: Transport service
    Error:
    The following error was generated when "$error.Clear();
              $maxWait = New-TimeSpan -Minutes 8
              $timeout = Get-Date;
              $timeout = $timeout.Add($maxWait);
              $currTime = Get-Date;
              $successfullySetConfigDC = $false;
              while($currTime -le $timeout)
                $setSharedCDCErrors = @();
                try
                  Set-SharedConfigDC -DomainController $RoleDomainController -ErrorVariable setSharedCDCErrors -ErrorAction SilentlyContinue;
                  $successfullySetConfigDC = ($setSharedCDCErrors.Count -eq 0);
                  if($successfullySetConfigDC)
                    break;
                  Write-ExchangeSetupLog -Info ("An error ocurred while setting shared config DC. Error: " + $setSharedCDCErrors[0]);
                catch
                  Write-ExchangeSetupLog -Info ("An exception ocurred while setting shared config DC. Exception: " + $_.Exception.Message);
                Write-ExchangeSetupLog -Info ("Waiting 30 seconds before attempting again.");
                Start-Sleep -Seconds 30;
                $currTime = Get-Date;
              if( -not $successfullySetConfigDC)
                Write-ExchangeSetupLog -Error "Unable to set shared config DC.";
            " was run: "Unable to set shared config DC.".
    The only option on the screen was exit, so I did.  I checked the start menu, and there were two new Exchange icons, but I did not click them.  I ran the installer again, and it detected an incomplete install, the only option was to click next to
    finish the install, so I clicked next.  This time, I eventually got the same error, except the screen showed "Step 8 of 15: Mailbox role: Transport service."  I did install some Exchange 2010 prerquisites on the server before Exchange Server 2013
    came out, and I can rebuild the server and try the install again if that would be best, but I thought I should post here first and try to work through this since the product is so fresh.  Any suggestions?

    I've tried three times since my last post, following
    http://msexchange2010.info/archives/2330 as closely as possible the most recent time.  I am consistently getting the same error that appears to imply I don't have write access to the domain.  I don't understand this, because I am using the
    same domain admin account I have been using all along.  Nonetheless, here is the powershell output starting with the first Exchange setup.exe step (all other steps were already performed, all available updates were installed, and the server was rebooted
    prior to this):
    Windows PowerShell
    Copyright (C) 2012 Microsoft Corporation. All rights reserved.
    PS (domain admin home)> D:
    PS D:\> .\Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
    Welcome to Microsoft Exchange Server 2013 Unattended Setup
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    Performing Microsoft Exchange Server Prerequisite Check
    Prerequisite Analysis COMPLETED
    Configuring Microsoft Exchange Server
    Extending Active Directory schema COMPLETED
    The Exchange Server setup operation completed successfully.
    PS D:\> .\Setup.exe /PrepareAD /OrganizationName:PRD-INC /IAcceptExchangeServerLicenseTerms
    Welcome to Microsoft Exchange Server 2013 Unattended Setup
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    Performing Microsoft Exchange Server Prerequisite Check
    Prerequisite Analysis COMPLETED
    Setup will prepare the organization for Exchange 2013 by using 'Setup /PrepareAD'. No Exchange 2010 server roles have b
    een detected in this topology. After this operation, you will not be able to install any Exchange 2010 servers.
    For more information, visit: http://technet.microsoft.com/library(EXCHG.150)/ms.exch.setupreadiness.NoE14ServerWarning.
    aspx
    Configuring Microsoft Exchange Server
    Organization Preparation COMPLETED
    The Exchange Server setup operation completed successfully.
    PS D:\> .\Setup.exe /Mode:Install /Roles:ClientAccess, Mailbox, ManagementTools /t E:\Exchange /IAcceptExchangeServe
    rLicenseTerms
    Welcome to Microsoft Exchange Server 2013 Unattended Setup
    Copying Files...
    File copy complete. Setup will now collect additional information needed for installation.
    Languages
    Management tools
    Mailbox role: Transport service
    Mailbox role: Client Access service
    Mailbox role: Unified Messaging service
    Mailbox role: Mailbox service
    Client Access role: Front End Transport service
    Client Access role: Client Access Front End service
    Performing Microsoft Exchange Server Prerequisite Check
    Configuring Prerequisites COMPLETED
    Prerequisite Analysis COMPLETED
    Configuring Microsoft Exchange Server
    Preparing Setup COMPLETED
    Stopping Services COMPLETED
    Copying Exchange Files COMPLETED
    Language Files COMPLETED
    Restoring Services COMPLETED
    Language Configuration COMPLETED
    Exchange Management Tools COMPLETED
    Mailbox role: Transport service COMPLETED
    Mailbox role: Client Access service COMPLETED
    Mailbox role: Unified Messaging service COMPLETED
    Mailbox role: Mailbox service FAILED
    The following error was generated when "$error.Clear();
    if ($RoleIsDatacenter -ne $true)
    if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
    $sysMbx = $null;
    $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
    $dispName = "Microsoft Exchange";
    Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
    $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
    if ($mbxs.Length -eq 0)
    Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
    $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
    if ($dbs.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
    $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
    if ($arbUsers.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
    $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0
    ].Identity;
    else
    if ($mbxs[0].DisplayName -ne $dispName )
    Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
    Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
    $sysMbx = $mbxs[0];
    # Set the Organization Capabilities needed for this mailbox
    if ($sysMbx -ne $null)
    # We need 1 GB for uploading large OAB files to the organization mailbox
    Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
    set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions
    :$true -MailRouting:$true -MaxSendSize 1GB -Force;
    else
    Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
    else
    Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
    " was run: "Database is mandatory on UserMailbox.".
    The following error was generated when "$error.Clear();
    if ($RoleIsDatacenter -ne $true)
    if (Test-ExchangeServersWriteAccess -DomainController $RoleDomainController -ErrorAction SilentlyContinue)
    $sysMbx = $null;
    $name = "SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}";
    $dispName = "Microsoft Exchange";
    Write-ExchangeSetupLog -Info ("Retrieving mailboxes with Name=$name.");
    $mbxs = @(Get-Mailbox -Arbitration -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1 );
    if ($mbxs.Length -eq 0)
    Write-ExchangeSetupLog -Info ("Retrieving mailbox databases on Server=$RoleFqdnOrName.");
    $dbs = @(Get-MailboxDatabase -Server:$RoleFqdnOrName -DomainController $RoleDomainController);
    if ($dbs.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Retrieving users with Name=$name.");
    $arbUsers = @(Get-User -Filter {name -eq $name} -IgnoreDefaultScope -ResultSize 1);
    if ($arbUsers.Length -ne 0)
    Write-ExchangeSetupLog -Info ("Enabling mailbox $name.");
    $sysMbx = Enable-Mailbox -Arbitration -Identity $arbUsers[0] -DisplayName $dispName -database $dbs[0
    ].Identity;
    else
    if ($mbxs[0].DisplayName -ne $dispName )
    Write-ExchangeSetupLog -Info ("Setting DisplayName=$dispName.");
    Set-Mailbox -Arbitration -Identity $mbxs[0] -DisplayName $dispName -Force;
    $sysMbx = $mbxs[0];
    # Set the Organization Capabilities needed for this mailbox
    if ($sysMbx -ne $null)
    # We need 1 GB for uploading large OAB files to the organization mailbox
    Write-ExchangeSetupLog -Info ("Setting mailbox properties.");
    set-mailbox -Arbitration -identity $sysMbx -UMGrammar:$true -OABGen:$true -GMGen:$true -ClientExtensions
    :$true -MailRouting:$true -MaxSendSize 1GB -Force;
    else
    Write-ExchangeSetupLog -Info ("Cannot find arbitration mailbox with name=$name.");
    else
    Write-ExchangeSetupLog -Info "Skipping creating E15 System Mailbox because of insufficient permission."
    " was run: "Database is mandatory on UserMailbox. Property Name: Database".
    The Exchange Server setup operation didn't complete. More details can be found in ExchangeSetup.log located in the
    <SystemDrive>:\ExchangeSetupLogs folder.
    PS D:\>
    I am cleaning out in ADSI and rebuilding the server for now, because the server is behaving oddly (not as oddly as it was with 6GiB, but oddly, nonetheless).  I probably won't try to install Exchange again before tomorrow.  What should I do to prevent
    encountering the above again and/or if I encounter it again?

  • Error during copying from contract to std sales - Message no. V2 005

    Dear Experts,
          My client requirement is, "Qty Contract" needs to be created in the name of one Sold To Party (e.g. XYZ). After that, in the regular sales order screen after entering another Sold To Party code (e.g. ABC) the previously created "Qty Contract" needs to be referred.
                    When we tried to create the regular sales order for another Sold To Party (e.g. ABC) by referring the "Qty contract" created we are getting the error message that "The sold-to parties are different. 19991 and/or 99992 (reference)"  Message no. V2005
    Can any experts help us to resolve this issue.
    Thanks in advance
    Warm Regards,
    VEL

    Dear Experts,
             Thanks for your valuable feedback.
    But due to my client business requirement, we are looking for the solution as we told in our initial question. But we got the  confident by seeing the "Message" we received during our process from SAP system. In that message its mentioned that, If Business wants the "Error" message can be modify as "Warning". So we are looking for the solution where to modify this error message in to Warning message.
    Please find below the system message we received during our testing
    The sold-to parties are different. T-L63C01 and/or T-S62A01 (reference)                                                                               
    Message no. V2005
                                                                                    Diagnosis                                                                               
    The sold-to party in the reference document is not the same as the      
        sold-to party in the target document.                                                                               
    System response                                                                               
    Depending on the copying requirements for the various sales documents   
        which are defined in Customizing, this message appears either as an     
        error message which requires a correction or a warning which can be     
        skipped over.                                                                               
    Procedure                                                                               
    Procedure for                                                                               
    -   Error message                                                    
          Select a suitable reference document which has the same sold-to  
          party as the target document.                                                                               
    -   Warning                                                          
          Proceed as described for the error message or skip over the      
          warning with ENTER.                                              
          If you skip over the warning, only the item data from the        
          reference document is copied into the target document.                                                                               
    Warm Regards,
    VEL

  • Error during copying inspection result.

    Hi All,
    While recording result with the Inspection plan where I had done settings to copy inspection result from another lot I got the error message;;;;
    Message Text
    No active implementation exists for BAdI QEC_SELECTION, procedure
    Technical Data
    Message type__________     E (Error)
    Message class_________     QECOPY (QM Data Transfer to an Inspection Lot)
    Message number________     016
    Message variable 1____     QEC_SELECTION
    Message variable 2____     
    Message variable 3____     
    Message variable 4____     
    Message Attributes
    Level of detail_______     
    Problem class_________     1 (very important)
    Sort criterion________     
    Number________________     1
    Pls guide me how do I activate this BADi
    Regards,
    Shyamal Joshi

    HI all,
    I think I will not get any response over it so closing the thread to contribute in new rule of engagement.
    Regards,
    Shyamal

  • ERROR DURING DELIVERY PROCESSING --PL. HELP

    Dear All,
                                    Pl help me that user is making a delivery & he is getting an error as --> " Error  during copy of partener : Partener role SP, Pl help what to do for thsi how to solve ? User is processing the delv by t.code = CNSO ,
    Points will  be immed. rewrded for helpful solution
    sap11
    Edited by: sap11 on May 9, 2008 7:01 AM
    Edited by: sap11 on May 9, 2008 7:02 AM

    Hi Friend,
    Iam not aware regarding CNSO and says transaction does not exist. Check for the exact transaction code used by the user.
    In customising Check for the partner determination for delivery. Check for your delivery type what is the partner determination procedure is assigned and for that procedure check for the partner functions. Here sold to party (SP) should be assigned to the procedure with not modifable check box ticked.
    Regards

  • ERROR DURING CONS

    Dear All
    during save of an ETO an error occurs as " error during copy of partener function --> partener roles sp
    pl guide what to do
    sap11

    Hi Friend
    Maintain customer code in Customer master against to Partner SP using Transaction code XD02
    You will have to input sales area data since partner function data is maintained in Sales area data of customer master.
    Reward if useful
    Regards
    SE

  • Error while Copy Position

    Hello All,
    I have recd a strange error while coping the position through PPOSE/PPOME.
    They have made some deveploments in the client system.
    When ever one creates the positions in the above with the above 2 transactions, the system first asks for MOLGA i.e country grping.
    i.e 1) select any postiton
        2) click on copy position
        3) system gives pop up to enter the "Molga" for that particular country in which you are creating psotions.
    In our org structure, it is divided on Geographical areas. i.e asia pacific, Latin America etc.
    eg: I wanted to create positon for malaysia area, i need to select Molga as 14.
    4) once we enter the molga, the system throws an Error with Green tick mark " Error during copying. The action has been interrupted"
    though its a green tick mark error, the system doesnt move further.
    Ideally in IDES we can copy a positon.
    We try to debug the transaction but couldnt find anything imp.
    Is this a config setting in backend? Please advice.
    Thx & regds,
    Nithi

    Hi Ram,
    please check, if the note 1396300 is implemented in your system?
    If so,  check the table T777F.
    It should have the following entries:
    MANDT ISTAT INFTY  FCODE
    002   1     ****   AEND
    002   1     ****   COP
    002   1     ****   CUTI
    002   1     ****   DEL
    002   1     ****   DISP
    002   1     ****   INSE
    002   1     ****   LISD
    002   1     ****   PLVO
    In case these entries are missing, please do an adjustment with your 000-client.
    Hope this help
    Sarah

  • Error deploying composite projects with partner links in abstract wsdl

    Error while deployment of PartnerLinkCompositeError. The two composites have the same wsdl files, but PartnerLinkCompositeError composite projects has a perter link inside the wsdl.
    <partnerLinkType name="execute_ptt"
    xmlns="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <role name="execute_pttProvider">
    <portType name="tns:execute_ptt"/>
    </role>
    </partnerLinkType>
    The error during deployment
    [04:13:04 PM] Error deploying archive sca_PartnerLinkCompositeError_rev1.0.jar to partition "default" on server soa_server1 [http://158.166.229.41:8001]
    [04:13:04 PM] HTTP error code returned [500]
    [04:13:04 PM] Error message from server:
    There was an error deploying the composite on soa_server1: Deployment Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/EBS/PartnerLinkCompositeError/Mediator1}Mediator1_ep and port execute_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    [04:13:04 PM] Check server log for more details.
    [04:13:04 PM] Error deploying archive sca_PartnerLinkCompositeError_rev1.0.jar to partition "default" on server soa_server1 [http://158.166.229.41:8001]
    [04:13:04 PM] #### Deployment incomplete. ####
    [04:13:04 PM] Error deploying archive file:/D:/workspace/NIF2/PartnerLinkCompositeError/deploy/sca_PartnerLinkCompositeError_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    What can be the cause for this error?
    Projects for download
    http://www.4shared.com/zip/w5R5zp1G/PartnerLinkCompositeError.html
    http://www.4shared.com/zip/EM7butNF/PartnerLinkComposite.html

    During WSDL design for composite projects like BPM or SOA using JDeveloper WSDL designer or by hand, BE sure that the partner link namespace is in the root of the wsdl definition.
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <wsdl:definitions name="Service"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <wsdl:portType name="execute_ptt">
    </wsdl:portType>
    <wsdl:portType name="callback_ptt">
    </wsdl:portType>
    <plnk:partnerLinkType name="execute_ptt">
    <plnk:role name="execute_pttProvider">
    <plnk:portType name="tns:execute_ptt"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </wsdl:definitions>
    Example:
    WSDL that will deploy
    <?xml version= '1.0' encoding= 'UTF-8' ?>
    <wsdl:definitions name="Mediator1"
    targetNamespace="http://xmlns.oracle.com/EBS/PartnerLinkCompositeError/Mediator1"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:inp1="http://xmlns.oracle.com/singleString"
    xmlns:tns="http://xmlns.oracle.com/EBS/PartnerLinkCompositeError/Mediator1"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://xmlns.oracle.com/singleString"
    schemaLocation="xsd/singleString.xsd"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="requestMessage">
    <wsdl:part name="request" element="inp1:singleString"/>
    </wsdl:message>
    <wsdl:message name="callbackMessage">
    <wsdl:part name="callback" element="inp1:singleString"/>
    </wsdl:message>
    <wsdl:portType name="execute_ptt">
    <wsdl:operation name="execute">
    <wsdl:input message="tns:requestMessage"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:portType name="callback_ptt">
    <wsdl:operation name="callback">
    <wsdl:input message="tns:callbackMessage"/>
    </wsdl:operation>
    </wsdl:portType>
    <plnk:partnerLinkType name="execute_ptt">
    <plnk:role name="execute_pttProvider">
    <plnk:portType name="tns:execute_ptt"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </wsdl:definitions>
    Seems that Oracle JDeveloper WSDL designer has contribution to this issue since when trying to add a partner link from
    http://www.4shared.com/photo/7D4D4Elx/wsdl_designer.html?
    it creates the wsdl with the following configuration.
    http://www.4shared.com/photo/zb907pXN/wsdl_designer_2.html?
    Maybe will be fixed in next versions of JDeveloper. Until then, use this work suggested around.

  • How to create business partner with Role : "Loyalty Partner"

    Hello,
    During the creation of Loyalty Program, we can add loyalty partners which are Business Partners created with Role --> "Loyalty Partner". In standard package I could not see the the Role "Loyalty Partner"
    For this role to be available during the creation of Business Partner, does any business functionality needs to be activated or should we create new role "Loyalty Partner" through BDT
    Thanks
    Ram

    Hi Vishal
    Thanks for your explanation but I think it has not answered my question fully.
    Yes, I do agree that only Loyalty Partners can be added in a Loyalty Program and those are Business Partners.
    If you read through my question, I have asked how the system differentiates between Business Partners for example a sold to party and Loyalty Partner.  In other words, which part of data in the Business Partner is the one which actually differentiates a Loyal Partner with other Business Partners. I think, just creating a Business Partner with Role --> Loyaly Partner will not serve our purpose.
    The BP view is the same and the BP Role category does not contain my customization to differentiate this
    Hope you understand what I am trying to say. Please let me know if you have any questions !!
    Regards
    Ram

  • No business partner found for ERP partner "Vendor" (role:LF)

    Dear Experts,
    When we create Inbound Delivery in ERP, it is getting distributed.
    But the IBD is not created in EWM.
    We checked in SLG1 and the deliveries were failed in the queue.
    The error message says "No business partner found for ERP partner EWM_TEST (role:LF)".
    We have maintained Business partner  and IT type = CRM004 in Identification Tab.
    Still, no idea how we can solve this issue.
    Please suggest with your valuable inputs.
    Thanks,
    Shetty

    Hi Ulf ,
    Yes i have CIF ed vendor and seems ok now , but while task creation am getting error Please refer  below screen shots and kindly guide me on error message .

  • "No authorization to display partner in role".

    Hi
    We are in SRM4.0 SP12 and we have buyer completion workflow -after which the SC goes for cost center owner approval.
    In case of goods SC the cost center owner carries out the approval process as desired. However, in case of service shopping cart when the approver tries to approve the SC he gets an error "No authorization to display partner in role".
    Please note that this error is coming for Brazilian approvers only. We recently did Brazil specific configuration in our system.
    For all other countries the approval is working fine for goods as well as service SCs.
    Please proviide inputs to resolve the issue.
    Regards
    Ashish

    Hi Sanjeev
    Org. structure is correct ,attribute user_role is assigned and all other pointers you suggested are inline. Still the problem persists.
    The surprising part is the approval is happening for limit shopping cart as well as goods shopping carts.Only for service sc we have an issue.
    I managed to find the massage no. (R1-277) and there is a mention of function module BBP_BUPA_EVENT_AUTH1 in the where used tab. The code is commented in German. May be you have some pointers on this.
    Awaiting reply.
    Regards
    Ashish

Maybe you are looking for