‎2014 Oct 24 8:02 AM
Hi all,
I have a requirement to show a pop up to along with some input fields during a standard transaction and I have found an appropriate BADI which contain all the necesarry data in the importing parameters. But since BADI creates a Global class , I could not call my pop up screen by CALL SCREEN inside it directly. It shows error that 'screen not found'.
It would be great if somebody have a solution for this.
Thanks
Alex
‎2014 Oct 24 8:04 AM
Create a custom function module. with screen and call this function module from BADI implementation