buttonArea.addButton(s, new Action()
{
public void handleAction(Object context) throws ApplicationException
{
if (control.handleStore())
new SepaDauerauftragExecute().handleAction(da);
}
},null,false,"emblem-important.png");
buttonArea.addButton(i18n.tr("Speichern"), new Action()
{
public void handleAction(Object context) throws ApplicationException