Utile come input ad un FixedValue laddove l’output dipende dal tipo di ambiente sviluppo, test o produzione.

   public String getSystemName(String dummy, Container container) throws StreamTransformationException{
      /* Ritorna il SysID dell'istanza PI in esecuzione */
      return System.getProperty("SAPSYSTEMNAME");
   }