smusba
3rd January 2009, 09:42
Dear Gurus,
What is the use of db.set.to.default()?
Hitesh Shah
3rd January 2009, 10:43
This function is used at the time of inserting records if the developer wants fields (for which no value is set in the code) to be set to its default in the DD . Using these function all table field values in the buffer are set to its defaults defined in the table DD .
hardei
24th July 2020, 20:56
Does db.set.to.db.set.to.default () affect performance?
bhushanchanda
26th July 2020, 09:27
It is good to have this function to avoid any initialization issues. And yes, they will add up to your total run-time but should not be harmful AFAIK.