U.R.Naga Kumar
20th October 2008, 09:49
What is the difference between Create to Runtime Data Dictionary and Convert to Runtime Data Dictionary?

Regards!
Naga Kumar.U.R

zardoz
20th October 2008, 10:39
Create dumps ALL the data dictionary, Convert only dumps last changes.
Convert is very faster, compared to Create.

Cesar Lopez
1st November 2008, 21:36
CREATE is going to rebuild all the DD no mather what, CONVERT will take a look for .new or .old files in DD or records in ttadv500,ttadv501,ttadv502,ttadv503,ttadv504,ttadv505 and it´ll be very specific.

After a Patch or customization CONVERT should be ok, but if you are migrating data form other baan system or playing around with the DD between vrc´s or environments CREATE is the most secure option

Regards