DeleteFromDataSet
This method is used to remove a data object (DO) from the member container of the data set.
METHOD FINAL DeleteFromDataSet : BOOL
VAR_INPUT
ipDataSet : I_AcsiCommonDataSetClass;
eFc : E_AcsiFc;
END_VAR
ipDataSet: Interface pointer of type I_AcsiCommonDataSetClass of the data set from whose member container the data object is to be removed.
eFc: Functional group of the data object of type E_AcsiFc.
Return parameter: Positive message (TRUE) on success, negative message (FALSE) on error.