Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Calling Screen inside BADI

Former Member
0 Likes
878

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

1 REPLY 1
Read only

JoffyJohn
Active Contributor
0 Likes
503

Create a custom function module. with screen and call this function module from BADI implementation