Application Development 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: 

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

0 Kudos

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

naimesh_patel
Active Contributor
0 Kudos

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

0 Kudos

tnx very much for sad Info!

former_member194669
Active Contributor
0 Kudos

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)

0 Kudos

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

0 Kudos

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

Sorry.

0 Kudos

thanks all the same