String parameters in function calls: We have an ABAP function module that we would like to call remotely from GuiXT. The interface has two import parameters of type "string". Is this possible with GuiXT or do we have to change the parameter type to "character"?

You can keep the "string" parameters.  The RFC interface changes the character string passed by GuiXT into an ABAP string variable.