Skip to:
1. we will modify column name of business partner table
2. from database 1, change length to 300, make packout for this change, so it will packout this column
3. from database 2, change description to acb, make packout for this change, so it will packout this column
4. now run packin on database 3.
the change of pack in change first will be override by pack in second.
reason: packout will pack all information of column name, when packin it will update to system if it see have something change.
triaging Marco Longo
The logic of any deployment is to have a Master and many Slave. If you need to change in a “cross way” you need to work with SQL Script .
I don’t see any proposal .close ticket
Marco
1. we will modify column name of business partner table
2. from database 1, change length to 300, make packout for this change, so it will packout this column
3. from database 2, change description to acb, make packout for this change, so it will packout this column
4. now run packin on database 3.
the change of pack in change first will be override by pack in second.
reason: packout will pack all information of column name, when packin it will update to system if it see have something change.