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

RF Transaction:Control Framework: Fatal Error GUI cannot be reached

0 Likes
951

hi guys,

i have a problem like this post:

BUT i have error (control framework...) on BDC function for std transaction HUINV05.

My RF transaction is OK but BDC function returns that error...

Exist possibily bypass error ?

6 REPLIES 6
Read only

naimesh_patel
Active Contributor
0 Likes
841

The transaction HUINV05 has a GUI Control on one of its output screen.

Transaction calls the prorgram RHU_INV_POST, program calls the FM HUINV_DOC_EDIT_DISPLAY and FM calls the Screen 1000. This screen 1000 has one GUI control, which will prevent it from running on RF device and giving you this Control Framework Error.

You will not be able to run any activity which is related to GUI on RF transaction. Eg. You can't call the method CL_GUI_FRONTEND_SERVICES=>EXECUTE

Regards,

Naimesh Patel

Read only

0 Likes
841

tnx very much for sad Info!

Read only

former_member194669
Active Contributor
0 Likes
841

If you check the program RHU_INV_POST (tcode HUINV05)

calls fm HUINV_DOC_EDIT_DISPLAY that internally calls screen 1000 which have container. so i think your SAPGui is not in latest patch level.

Please update your SAPGui with latest patch. ( as error comes only in BDC running from your desktop)

a®

Read only

0 Likes
841

i call BDC by RF transaction...have it a GUI interface or telnet ?

Read only

0 Likes
841

I misunderstood your question. SAPGui is not concerned if it called from RF.

Sorry.

a®

Read only

0 Likes
841

thanks all the same