Hello,
I am working on screen programming and I am new to it. I am stuck here. I have two screens.
1) Screen 1000 - PBO1000, PAI1000
2) Screen 2000 - PBO2000, PAI2000
Now, when the user executes the custom transaction, the control goes to PBO1000 and he is presented with a push button. When clicks on push button, some logic is executed in PA1000.
Now, I want to display some message based on the logic excuted in screen 2000.
But the problem is I am not able to display it on screen 2000. I am using following immediately after the logic in PA11000.
SET SCREEN 2000.
LEAVE SCREEN.
Then, in PBO2000, I am passing that message but its not getting displayed.
Am I supposed to do it in different way ?
Regards,
Tushar.