on 2016 Apr 29 8:18 AM
Hi Expert.
I want to change the company code Display name but Once I change the display name in Master data manually the same display name is not reflecting in my Integration tab of Master agreement r3eflection the Old one.
So I just want to ask
1:If I will extract the report by BBP_ES_CUSTOMIZINGDATA_EXTRACT for updated company code with its Id and display name and Import in CLM ,will it resolve my issue to reflect the new one or I need to use the note:"1992162 - Changes to Master Data not reflected in associated documents"
to remove the Older reference.
2)Under the Note 1992162 I did not find any update reference for Company code.
Request clarification before answering.
Hi Sonu,
The BBP extract will not help, you will need to use the instructions in the note.
The note also specifies:
I can confirm that if you follow the instructions there and execute the script, it will work.
Bogdan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Bogdda,
Thank you so much for your reply and suggestion.Just I followed the instruction and make the below XML.
Please kindly tell if you were pointing the same?
--------
<?xml version="1.0"?>
<dbsetup_project name="Sync.....>
<buldle id="Company Code" displayname="Synchronize Company code">
<action>
<SynchronizeReferance>
<arg key="className" value="masterdata.CompanyCode"/>
<agr key="converter" value="com.sap.odp.install.misc.synch_referances.SynchReferences"/>
</SynchronizeReferance>
</action>
</buldle>
</dbsetup_project>
--------
Thanks
Sonu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.