Hi Gidon,
The code in Java is:
getGXSession().getScreen().getFieldContent(<field>);
This is for one occurrence of the field.
For content of one field from multiple fields:
getGXSession().getScreen().getFieldContent(<field>,<field>);
#webMethods#ApplinX#Mainframe-Integration