This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Description
A custom business component class is setting scope "D"efault in the initialization process.
When writing using SqlTableBC write(..), then will the returning DataRow only contain the fields mentioned in the "D"efault scope. It will not reflect all the fields which were physically written. The input DataRow of the .write(..) contains even more fields than the returning DataRow of the .write(..).
Luckily all fields of the input DataRow were finally written.
Please ignore the scope related to the output of the SqlTableBC write method, so that the output confirms the input completely.