Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

JCO error

Former Member
0 Likes
1,037

Hi Expert,

I got an JCO erro: Screen output without connection to user. how could I do?

Thanks very much!

Cliff

7 REPLIES 7
Read only

Former Member
0 Likes
1,018

Hi,

This query has to be posted in web-dynpro forum and not here. there u'l get quicker replies.

Read only

Former Member
0 Likes
1,018

Hi Cliff,

Check if your JCO Connection is active.

Regards,

Sai

Read only

0 Likes
1,018

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

Read only

0 Likes
1,018

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

Read only

0 Likes
1,018

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

Read only

0 Likes
1,018

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

Read only

0 Likes
1,018

Hi Raja,

the fuction is going to execute catt/ecatt which nees SAPGUI sometimes...

Many thanks anyway for your help!

cliff