Application Development 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: 

POP UP's inside the BADI (BAPI_OBJCL_CHANGE)

Former Member
0 Kudos

Hi All,

I need to display a pop up inside the BADI, i have used POPUP_TO_CONFIRM but it is not working.

And tried for CALL SCREEN 120 STARTING AT 10 5 it throws an error Screens are not allowed as part of a global class.

Please help me.

Regards,

Venkat.

1 ACCEPTED SOLUTION

former_member217544
Active Contributor
0 Kudos

Hi,

I think we can't call a screen using BADIs.

Write a report program for calling the screen and then use submit statement inside the BADI.

SUBMIT zprogram.

Hope this will help.

Regards,

Swarna Munukoti.

3 REPLIES 3

Former Member
0 Kudos

BAPI_OBJCL_CHANGE ?

Try to create FM with screen and call them in BADI.

0 Kudos

Once cursor reaches this function module/program, it is getting executed with out displaying pop up. I cannot even see the pop up even after i switched on UPADTE DEBUGGING.

Any more inputs.

Thanks in Advance.

Venkat.

former_member217544
Active Contributor
0 Kudos

Hi,

I think we can't call a screen using BADIs.

Write a report program for calling the screen and then use submit statement inside the BADI.

SUBMIT zprogram.

Hope this will help.

Regards,

Swarna Munukoti.