Hi All,
I am executing a JCO Program which triggers a RFC using JCO's <b>execute(String functionName)</b> method.
RFC inturn calls an SAP interface which process the goods issue files.
After processing few files i get a connection closed error.
In seeing in Transaction ST22 the error was DYNPRO_SEND_IN_BACKGROUND
When executed in SAP GUI the error never comes and also when the abapDebug is set to true
and its strange that its coming after processing some few files.
Any Idea
Thomas