METHOD check_city .
*  mess = text-001.
*    page->messages->add_message(
*      condition = cursor
*      message = mess ).
  IF flug_input-cityfrom = flug_input-cityto.
    cursor = 'Stadtbereich'.
    MESSAGE e002 WITH flug_input-cityfrom
      INTO mess.
*   Fr Abflugstadt und Ankunftsstadt wurde identisch & eingegeben.
    page->messages->add_message(
      condition = cursor
      message = mess ).
  ENDIF.
ENDMETHOD.