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: 

Error in tabstrip control progtram while in Background job scheduling

Former Member
0 Kudos

Hi ABAPer's,

I need some help...I developed one tabstriip control program with 3 tabs. while excute it in foregroung it is executing nice..but while i am job scheduling the same program in background it was getting error's like .........

Control Framework: Fatal error - GUI cannot be reached

SET SCREEN not allowed in subscreens (screen: <Report Name> 0100)

so..if any body know the solution ...plz help me...

Thanks & Regards

Srinivas-SAP,

2 REPLIES 2

jordi_escodaruiz
Active Participant
0 Kudos

Hi:

Tabstrips are intended for user interaction.

In background process, there is no user interaction.

As far as I know, tabstrips cannot be used in background.

Try to solve your needs without tabstrips for background.

Cheers

former_member1245113
Active Contributor
0 Kudos

Hi,

please go through the functionality of tabstrips.

basically they are placed on tabstrips.

so they dont have their own ok codes and call screen and set screen ( to best of my knowledge )

can not be used.

if you are using set screen remove them.

even without using set screen if you are gettig the error, please let us know.

regards

Ramchander rao.K