‎2008 May 09 5:05 PM
I have a function module that is calling a screen. This screen includes a subscreen area (due to a tabstrip). When I call the screen, I get a dump
Program "RS_TESTFRAME_CALL" tried to use screen 1100.
The screen does not exist.
- however if I test the screen outside of the function module call it works fine. Is it possible to do what I'm trying?
Thanks for any help
‎2008 May 09 5:11 PM
Hi Heather, I assume that you are clicking the "Test" button within the function module? If yes, then it may not be possible to test like this because of the screen generation. I would suggest create a little program which calls your function for testing. There are some limitations when testing function modules within the framework like that.
REgards,
Rich Heilman
‎2008 May 09 5:21 PM
Yes - was trying with the test button. I did try creating a dummy program (and even a test transaction) and I'm still having the same problem.
‎2008 May 09 5:39 PM
‎2008 May 09 5:44 PM
Yup - everything there and active. If I eliminate the call to the subscreen for the tabstip - call works fine.
‎2008 May 09 5:52 PM
‎2008 May 09 5:58 PM
The main screen is type "normal" and the subscreen is of type "subscreen".