AddDataToContainer
This method is used to add a data object (DO) to the container of another data object (DO).
METHOD FINAL AddDataToContainer : BOOL
VAR_INPUT
ipData : I_AcsiCommonDataClass;
END_VAR
ipData: Interface pointer of type I_AcsiCommonAttributeClass of the data object, which is to be added to the container.
Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.