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

Program with a tabstrip control in back ground

0 Likes
731

Hi Experts,

I have program with a tabstrip control.when execute it in background its getting cancelled fore ground display is fine.Tab strip has a call subscreen and alv grid display with docking container. run time error is like following.

Short text
    Incorrect screen type: Screen is incorrectly defined or used.

What happened?
    The attribute screen type with the values 'Normal Screen' and
    'Subscreen' determines the use of the screen. If a normal screen is used
     as subscreen or vice versa, an error occurs.

Please let me know what changes required to execute this program succesfully in background.

thanks in advance.

3 REPLIES 3
Read only

arindam_m
Active Contributor
0 Likes
621

Hi,

As it it module pool ways to execute directly in background is not possible. You might have to design a BDC to do the same or write a normal program to achieve the task.

Cheers,

Arindam

Read only

A-J-S
Active Participant
0 Likes
621

Hi,

1, Check whether the screen is defined as subscreen in attributes.

2, Use CALL SUBSCREEN instead of CALLSCREEN inside program.

Regards.

Read only

0 Likes
621

Arindam,

Its executable program, not a modulepool.

As the screen is called in tab strip it is defined as subscreen and call subscreen syntax is used. Fore ground execution is working fine.

Now the issue is only backgrond execution. I want to know can we schedule a proram with tab stripcontrol and call subscreen in background ?

Please let me know the possilbility ?

Regards,

hareesh s