I have created a Transaction using two screens,one is normal screen(100) and the other one is subscreen(110).
In flow logic of 100 PBO, I have written the following statement.
call subscreen SUB including 'zmod1' '110'.
I have activated the two screens.But I am getting run time error.
Error:
Program "zmod1" tried to use screen "0110".
The screen does not exist.
Can any one please give me the solution for this problem.