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

Custom Popup Screen Creation

Former Member
0 Likes
955

Hello Experts,

I'm looking to create a custom popup screen within MV45AFZZ in which USEREXIT_MOVE_FIELD_TO_VBAP will contain a CALL SCREEN that will contain text information as well as a few buttons. However, when I attempt to create a screen in SE51 I am not allowed to create it because SAP says that program MV45AFZZ is an invalid program type (since it is an Include program). If anyone could provide some assistance as to how to navigate through this issue it would be greatly appreciated. Thanks!

Hello Experts,

I'm looking to create a custom popup screen within MV45AFZZ in which USEREXIT_MOVE_FIELD_TO_VBAP will contain a CALL SCREEN that will contain text information as well as a few buttons. However, when I attempt to create a screen in SE51 I am not allowed to create it because SAP says that program MV45AFZZ is an invalid program type (since it is an Include program). If anyone could provide some assistance as to how to navigate through this issue it would be greatly appreciated. Thanks!

2 REPLIES 2
Read only

Former Member
0 Likes
542

Hi,

You can create a custom Function group using SE80. You can create custom function module ZFM1 and attach to custom function group using SE37 transaction.

within the body of Function Module , u can call CALL SCREEN 9000. this screen can be attach with function group.

Thanks

Read only

Former Member
0 Likes
542

Hi Vincent,

You can accomplish this only by using a function Group & Function module. Make sure to suppress the popup when the program runs in background.

Regards,

Karthik Dharmarajan