Updation of Organizational name changes in Business Partner

Hi group,
I need one clarification from anyone of you.It is regarding the updation of the Organizational changes made in "maintain Organization" (PPOMA_CRM) transaction (in Basic Data tab)in Business Partner (BP) transaction.
For some organizations, it is working fine but for smoothers it is not.I have tried that both in Quality and Production systems. Actually I have to update this in Production system.
I could not get why it happening so??
I came to know that it is an SAP bug..
Has anyone of you ever encountered this problem??
If So, could you please suggest me something about this??
Thanks in advance..
You can mail me to [email protected]
Regards,
//Kishore..

Hi Kishore,
Changes are only possible from PPOMA_ORG and BP gets automatically data, in fact it is not possible to edit the partner in /nBP. Not sure if an execution of program HRBCI_ATTRIBUTES_BUFFER_UPDATE is required after changing basic data, but try this too. Also check if all steps from note 550055 are done.
Regards, Patricia

Similar Messages

  • Change in Business Partner Master Data

    Dear all,
    i got a massage if i want to update the control Accounts for a *Business Partner.
    *"Another user-modified table 'Business Partner (OCRD) (ODBC- 2039) Message 131 - 183"
    The Business Partner has no transactions till now!!
    Thank you all and Best regards

    Hello Serkan Er 
    1.Does the error only happen to one BP?
    2.please read 1041482, this should apply to your case. if it does't help, please try the following:
    3.can the query return any results?
    declare @table                   nvarchar(16)
    declare @field                          nvarchar(256)
    select @table                    = 'OITM' -- parameter
    select @table = ltrim(rtrim(@table))
    create table problem_fields (field nvarchar(256))
    declare fldCursor1 cursor scroll optimistic for
    select [name] from syscolumns
    where [id] in (select [id] from sysobjects where [name]=@table) and [xtype] in (select [xtype] from systypes where [name] in ('char', 'varchar'))
    declare fldCursor2 cursor scroll optimistic for
    select [name] from syscolumns
    where [id] in (select [id] from sysobjects where [name]=@table) and [xtype] in (select [xtype] from systypes where [name] in ('nchar', 'nvarchar'))
    declare fldCursor3 cursor scroll optimistic for
    select [name] from syscolumns
    where [id] in (select [id] from sysobjects where [name]=@table) and [xtype] in (select [xtype] from systypes where [name] in ('datetime'))
    declare fldCursor4 cursor scroll optimistic for
    select [name] from syscolumns
    where [id] in (select [id] from sysobjects where [name]=@table) and [xtype] in (select [xtype] from systypes where [name] in ('nchar', 'nvarchar'))
    open fldCursor1
    fetch next from fldCursor1 into @field
    while (@@fetch_status = 0)
    begin
    exec(
    insert into problem_fields select ''' + @field + ''' where exists (select 1 from ' + @table + ' where len(' + @field + ')>0 and left(' + @field + ', 1) in ('' '', ''\t'', ''\n'', ''\r''))
    fetch next from fldCursor1 into @field
    end
    close fldCursor1
    deallocate fldCursor1
    open fldCursor2
    fetch next from fldCursor2 into @field
    while (@@fetch_status = 0)
    begin
    exec(
    insert into problem_fields select ''' + @field + ''' where exists (select 1 from ' + @table + ' where len(' + @field + ')>0 and left(' + @field + ', 1) in (nchar(0x0020), nchar(0x0009), nchar(0x000A), nchar(0x000D), nchar(0x00A0)))
    fetch next from fldCursor2 into @field
    end
    close fldCursor2
    deallocate fldCursor2
    open fldCursor3
    fetch next from fldCursor3 into @field
    while (@@fetch_status = 0)
    begin
    exec(
    insert into problem_fields select ''' + @field + ''' where exists (select 1 from ' + @table + ' where datediff(millisecond, cast(ltrim(rtrim(str(datepart(year, ' + @field + ')))) + ''-'' + ltrim(rtrim(str(datepart(month, ' + @field + ')))) + ''-'' + ltrim(rtrim(str(datepart(day, ' + @field + ')))) as datetime),' + @field + ')<>0)
    fetch next from fldCursor3 into @field
    end
    close fldCursor3
    deallocate fldCursor3
    open fldCursor4
    fetch next from fldCursor4 into @field
    while (@@fetch_status = 0)
    begin
    exec(
    insert into problem_fields select ''' + @field + ''' where exists (select 1 from ' + @table + ' where len(' + @field + ')>0 and right(' + @field + ', 1) in (nchar(0x0020), nchar(0x0009), nchar(0x000A), nchar(0x000D), nchar(0x00A0)))
    fetch next from fldCursor4 into @field
    end
    close fldCursor4
    deallocate fldCursor4
    select * from problem_fields
    drop table problem_fields
    Wilma Wang

  • Not able view full name of external business partner in Lync online meeting.

    Hi
    I am not able view full name of external business partner in Lync online meeting.it is showing only First Letter and position title.
    example( D...Global Team Lead)
    It is difficult to find the names please help me, what will be the problem.
    Thanks...

    Hi,
    Did the issue happen for one partner or for multiple partners?
    Did the issue happen for single online meeting with external business partner or for multiple online meetings?
    Please update to the latest version for Lync server and Lync client and then test again.
    In my Lync environment, on a Lync online meeting which included external federation users, I can see the full name of them.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Possible to change the business Partner from a created Contract in ICWEB??

    Hello experts,
    I would like to know if it is posible to change the BP from a created contract in ICWEB.
    I check the option "CONTRACT MANAGMENT" and there is an option to change the premise with the button "Move To Other Premise" but I don't find an option to change the Business Partner from a created contract.
    Can you help me, please??
    Thank in advance.
    Edited by: Javier Garcia on Aug 19, 2008 7:01 PM

    Hello S Reddy and a lot of thanks for your help.
    But I don't know where I can select this option, there isn't the  where I can associate the option in customizing or what transaction. Could you explain me with more details, please ??
    Thanks in advance.
    Regards.

  • Change in Business Partner restricted in case of Contract already activated

    Hi Friends,
    I have come across a very strange scenario which is described below:
    I have created a RE-FX Lease Out Contract , activated the same and have carried out certain number of Periodic Postings. Now i can change the Business Partner of the Contract from existing X (for example) to a new Business Partner Y (for example).
    Why would this kind of option be available in the system (I mean for what kind of Business Requirement this shall be allowed??) and how can i control that in case a RE-FX Lease Out Contract has been created and activated, nobody should be allowed to change the Business Partner in the Contract.
    Has anyone come across this kind of a scenario???
    Plz reply back with your valuable inputs ASAP.
    Pankaj

    Hi AP,
    Thanks for the reply.
    Can you tell me how can i make this field of BP Number as in Display mode in Change RE Contract???
    I mean the steps to achieve this....
    Thanks
    Pankaj

  • Assignment of organization unit to a business partner

    Hi Guys,
    I am creating a business partner using transaction FPP7. I did not get the field to assign organization unit to a business partner.
    Regards
    Santosh

    Hi,
    Try this SPRO>Master Data>Business Partner>Integration Business Partner>Organization Management --->Set Up Integration with Organizational Management.
    Regards
    GK.

  • How to update multiple calling hours based on business partner

    Hi All,
    please help me in this issue : how to update multiple calling hours based on business partner in SAP CRM.
    Regards,
    Siva kumar.

    Check maintainance view V_TB49, add new scheduling type.

  • Change GTS business partner type from person to organization.

    Hi Gurus,
    My problem is , I have created business partner in GTS under "Person" but I need to change the role to be a Legal unit under organization. How do I achieve it.
    I created business partner LUUS-4280 under "person" with role Business partner generral (000). But I want to create LUUS-4280 as legal unit under Organization. So basicall i want to change the role from Business partner generral (000) to Legal Unit
    ( BP role ) SLLSIT . All my sales order are showing that legal unit 4280 is not created. 4280 is my plant code in ECC.
    When I try to create a BP as LUUS-4280 under role Legal Unit under organization the system gives me the message that Partner LUUS-4280 already exists.
    I tried to delete the BP with T-code BUPA_DEL but thats not deleting the existing BP either .
    How do I come out of this situation and have LUUS-4280 under LEgal Unit SLLSIT role. Help needed ASAP.
    Regards
    Edited by: sumit katyal on Jul 25, 2011 7:59 PM

    Hi,
    In transaction BUPA_DEL, try to run it will only the BP number and the check box "Test run, check only" selected.
    If transaction gives you the message that you can delete the BP, try again without the check box "Test run, check only" selected.
    If this is not working, what is the message that transaction BUPA_DEL is giving you ?
    Regards.
    Mouaz

  • Need to change the business partner on multiple documents (SC's, PO's, etc)

    When a user leaves the organization, their business partner number is no longer valid.  Therefore, any documents they have created are no longer accessible for changes, good receipts, etc.  We are looking for a way that we can find all open SRM documents for a specific business partner and add a new business partner number to these documents in mass, rather than having to change each individual document one by one.

    Hi Patricia,
    This will be a new business requirement. Its a Enhancement.
    So you have to take technical people's help who can help you to develope the program.
    For example, if someone leaves the org then that PO has to be transfered to someone else, so this is called as PO onwership change. With the help of this program , you can put document no and new user id and execute it. it will transfer the ownership of the PO. Mass changes is also possible.
    Also to get the Goods receipients name , you can develop prg for PO status , which will give information about relevant SC, PO , Goods receipients name, G/ L account, account assignement etc.
    Its a totally new business requirement, which can be done with ABAP.
    I hope this helps you.
    Regards,
    Sheetal Salunkhe

  • Change of Business Partner in RE-Fx Lease Out Contract.

    Hi,
    I would like to know the possibility of change in the Business Partner in a RE Lease out contract wherein some postings have already made.i.e. A contract was created with Business Partner X and postings and invoicing was done. Later it was decided that the posting and invoicing shall now be done on new business partner Y which was attached to the contract.
    Please suggest.
    Pankaj Wadhwa

    Hi Diana,
    Thanks for the update.
    My requirement is slightly different from what you have answered. The business case is explained below:
    I have a lease out contract with Partner Company X. Some postings and invoices have been created in the system with Partner Company X. Now the partner company X is bought by Partner Company Y. The earlier postings and invoices shall be in the name of partner company X only and subsequent postings and invoices shall be in the name of Partner Company Y. The solution proposed by you shall reverse the earlier postings which is not desired.
    Please suggest some way to tackle this problem.
    Thanks and regards,
    Pankaj Wadhwa

  • How to get the old shopping cart detail if I change the Business partner.

    Hi all ,
    Can any one help me in below describe query?
    Scenario:
    User was getting the error regarding business partner while shopping.
    So I repair the user from BBP_CHECK_USERS.
    Now definitly its business partner has changed.User can also shop.
    But the problem lies is he has lost his all the old shopping cart which was related to old business partner.
    Can any one tell me how to get those detail of the old shopping cart which was related to old business partner?

    Hi
    <b>Which SRM version are you using ?</b>
    <u>Please check out the links/pointers -></u>
    Moving workitems between SRM inboxes
    Re: How to re-instate the deleted Position of the user into Org structure.
    Re: Position Deleted for an User, created a new userid; Confirmation Issues
    Re: Need help to "access" deleted users's inbox & reassign work items
    Re: How to delete a user in the Organizational structure
    Re: Transfer of open POs or SCs?
    <b>Hope this will definitely help.</b>
    Do let me know.
    Regards
    - Atul

  • Exchange Server Affected by SSL Certificate Organization Name Change

    We recently underwent a name change of our company. We added a few new domain names for the new company to our Exchange Server 2007 and updated our address policy to include them and everything seemed to work okay for a while.  We subsequently reissued
    the SSL Certificate for our Exchange Server under the new organization name (per the CA's recommendation) .  Shortly thereafter we experienced all sorts of issues necessitating a rebuild of our Exchange Server.  Is there any dependency between
    the organization name in an SSL certificate and the organization name that Exchange Server stores it's info under in Active Directory (which still had the old name) that would cause Exchange to go haywire?

    Hi,
    Please confirm you were creating a new domain in your AD or creating an accepted domain in Exchange server.
    If you directly create an accepted domain in Exchange, the new domain would be
    considered authoritative when the Exchange organization hosts mailboxes for recipients in this SMTP domain. We don’t need to create a new Exchange certificate for this new accepted domain because the
    SRV records can be used to connect to Autodiscover service. And the Exchange services URLs are not changed and they can still be authenticated by the original certificate (mail.domain.com, autodiscover.domain.com).
    Certainly, we can reissue a new Exchange certificate, please make sure the new Exchange certificate has included all needed namespaces for your Exchange server such as:
    Mail.domain.com, autodiscover.domain.com, autodiscover.newdomain.com
    We can also run Get-ExchangeCertificate | fl to check it.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Will the change of business partner's number range affect current BPs?

    Hi,
    I want to change the numbers of business partner's number range in system. It means the external number range and internal number range are changed. But will it affect current existing BPs in system?
    Best regards,
    Long

    Okay I don't think this particular change will affect the data transfer. If external range is made wider, you are only making room for more numbers given by external sources (like R/3); and ofcourse when you make the internal number range narrow, there will be less numbers generated internally by the system.
    ( If you reverse or uncheck the external numbering, then it will affect the data tranfer and we will get MW numbering issues).

  • Change the Business Partner details

    Hi All,
    I have to change the credi control details and credit limt(esp. Rules) of the Business Partner (transaction is BP) depending on some creteria.
    Could you please provide any BAPI or a function module to change these details.
    Please, the BADIs which would trigger when this transaction is executed.
    Can send your guidence/solution to my mail "[email protected]".
    Thanks in advance.
    Thanks and Regards,
    Ramana Malladi.

    Murali-
    We have seen this issue in the past - if you are on SRM 5.0 a note exists to correct the action - however if you are on SRM 4.0 I think you are going to be stuck.  Anyway see OSS note 881695 - Source of supply with item changes.
    As described if you change plant(location), the product category or the unit of measure the source of supply will be re-determined. 
    We have previously requested this note to be down-ported to SRM 4.0 but the request was declined as it apparently would require significant changes.
    Hope this helps.
    Regards-
    b

  • Leopard 10.5.7 update caused Mac name change and web browser errors

    Since updating to Leopard 10.5.7 through System Preferences > Software Update, my iMac has been renamed "Evan's iMac (2)" as if a new computer with the same name was duplicated. I've also noticed significant crashes and performance issues in Firefox 3 and Safari 4 beta. The only thing that's changed to my iMac is this OSX update.

    Go to System Preferences > Sharing. Change the name back to what you want it.
    For the browsers, try resetting Safari, for FF > Tools >Clear Private Data.
    -mj

Maybe you are looking for

  • Why are my log files not getting backed up?

    I just tried to get some files from ~/Library/Logs but found that the entire Logs directory was not on Time Machine - looks like every thing else in ~/Library was there. I checked the exclusion list and it was not on there. I know that some ~/Library

  • System_failure error with the function module HTTP_POST

    Hi Friends,   While executing the function module "HTTP_POST" ,sometime we are getting the error "System_Failure" exception. Can anyone tell what could be the reason for this exception,any configurations need to be done on SAP??? For this FM we are p

  • CcBPM Process Number in the Message mapping

    Hi, I  have a requirement to map the ccBPM's process number in which the Mapping error has occured to be mapped to a specific field in the target.  I wanted to know how could I pass the BPM's process number to the message mapping ( this message mappi

  • Failure when connecting MS SQL SERVER from ODI ! could not load JDBS driver

    i have some trouble with connecting MS SQL SERVER from ODI. I have already downland jdbs driver 3.0 (and 2.0 ) and copy the sqljdbc4.jar to D:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\drivers( where the oracle jdbs driver is already exitst )

  • Can I have to User Task inside one BPEL

    Hi All Can I have to User Task inside one BPEL? Can any of U tell me ..? I am getting exception....like in case of user defined key it must be unique......