Dear All,
I saw in many standard code that when they insert records in table. So, they called Table.InitValue() then Table. insert().
Example :
TTsbegin;
Table.InitValue()
// to do
Table.Insert();
TTScommit;
Can you please let me know when we called Table.initValue() what impact will happened before insert records in table?
TTSbegin and TTScommit is mandatory to write on Table.insert().
Please give me more shed on this.
Thanks!
Arpan Sen
*This post is locked for comments
I have the same question (0)