Für Syntax siehe hier.
New Einzelobjekt:
EXEC TAA NEW LRPPME1 END-EXEC
if (this.Lrppme1 == null) { this.Lrppme1 = this.Data.New(SnstrPpme.Type, "Lrppme1"); } else { Lrppme1.Initialize(); }
New Listenobjekt
EXEC TAA NEW LNLPPM2 END-EXEC
if (this.DataLnlppm2 == null) { this.DataLnlppm2 = this.Data.NewList(SnstrPpme.Type, "Lnlppm2"); } else { this.DataLnlppm2.Clear(); Lnlppm2.Initialize(); }