cancel
Showing results for 
Search instead for 
Did you mean: 

Suugestion Required regarding Company Code change in CLM

former_member227405
Participant
0 Kudos
191

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.



Accepted Solutions (1)

Accepted Solutions (1)

former_member190023
Contributor
0 Kudos

Hi Sonu,

The BBP extract will not help, you will need to use the instructions in the note.

The note also specifies:

  1. We do not provide scripts for every data type. To use with other data types beyond these, change the class name or ID number referenced in the script based on the Reference Guide and create your own script to run.

I can confirm that if you follow the instructions there and execute the script, it will work.

Bogdan

former_member227405
Participant
0 Kudos

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

former_member190023
Contributor
0 Kudos

Hi Sonu,

Yes, your file looks OK

Bogdan

Answers (0)