2013 Oct 16 6:10 PM
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.
2013 Oct 17 2:35 AM
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
2013 Oct 17 4:23 AM
Hi,
1, Check whether the screen is defined as subscreen in attributes.
2, Use CALL SUBSCREEN instead of CALLSCREEN inside program.
Regards.
2013 Oct 17 11:10 AM
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