Utile come input ad un FixedValue laddove l’output dipende dal tipo di ambiente sviluppo, test o produzione.
1 2 3 4 |
public String getSystemName(String dummy, Container container) throws StreamTransformationException{ /* Ritorna il SysID dell'istanza PI in esecuzione */ return System.getProperty("SAPSYSTEMNAME"); } |