‎2008 Jun 23 5:25 AM
Hi Expert,
I got an JCO erro: Screen output without connection to user. how could I do?
Thanks very much!
Cliff
‎2008 Jun 23 5:43 AM
Hi,
This query has to be posted in web-dynpro forum and not here. there u'l get quicker replies.
‎2008 Jun 23 7:18 AM
Hi Cliff,
Check if your JCO Connection is active.
Regards,
Sai
‎2008 Jun 23 7:21 AM
Hi Sai,
Thanks. it is active and it did part of the job but for the part of function that need pop-up failed.
Thanks for your help anyway.
Cliff
‎2008 Jun 23 7:25 AM
Screen output without connection to user.
this is because , the underlying ABAP code is trying the call a screen which is not possible in RFC calls.
Raja
‎2008 Jun 23 7:52 AM
Hi Raja,
but it works when i code inside R3 system use
CALL FUNCTION 'a'
STARTING NEW TASK '1'
DESTINATION 'b'
Performing Resp ON END OF TASK.
i just want to call my fuction 'a' by JCO... because i need complie it to a EXE file wich can be executed when windows start.
Many thanks !
Cliff
‎2008 Jun 23 8:00 AM
but it works when i code inside R3 system use
thats because you are in sapgui environment which can process sapgui screens.
what does the function 'a' exactly does? may be we can think of an alternate.
Raja
‎2008 Jun 23 8:03 AM
Hi Raja,
the fuction is going to execute catt/ecatt which nees SAPGUI sometimes...
Many thanks anyway for your help!
cliff