Ho provato a semplificare la pagina html così:

Codice PHP:
<html
  <
body
   <
form name="form" action="pippo.html" method="POST"
    <
input class="width_100" name="KUNNR" type="text"
    <
input class="width_100" name="KUNWE" type="text"
    <
input class="width_100" type="submit" value="enter"
   </
form
  </
body
 </
html
L'enter funziona solo se elimino un campo in input.