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

Popup screen reqd in BADI Implementation

Former Member
0 Likes
1,020

Hi,

I have a requirement wherein in MB01 after entering PO number/Plant/Storage Location and hitting enter a "Pop up" screen should come which will have some more data fields to be entered. I've identified BADI WVKU_DETERMINE_SP which triggers on hitting enter in transaction MB01.

Now, I've implemented this BADI; now within the method IF_EX_WVKU_DETERMINE_SP~GET_SALES_PRICE I need to create and call a custom screen but I'm not able to do using screen painter in the BADI implemetation method.

Please suggest how to go with it. One way is to call a function module within this badi which in turns call the popup screen. But I'm not very confident on the same.

Regards,

Megha

Hi,

I have a requirement wherein in MB01 after entering PO number/Plant/Storage Location and hitting enter a "Pop up" screen should come which will have some more data fields to be entered. I've identified BADI WVKU_DETERMINE_SP which triggers on hitting enter in transaction MB01.

Now, I've implemented this BADI; now within the method IF_EX_WVKU_DETERMINE_SP~GET_SALES_PRICE I need to create and call a custom screen but I'm not able to do using screen painter in the BADI implemetation method.

Please suggest how to go with it. One way is to call a function module within this badi which in turns call the popup screen. But I'm not very confident on the same.

Regards,

Megha

3 REPLIES 3
Read only

Former Member
0 Likes
719

Hi,

Lets try the last way what you mentioned.

Just Create a function module with that screen and call that in your BADI implementation.

With Regards,

Sumodh.P

Read only

0 Likes
719

Thanks Sumodh.

I've used function module for calling screen.

Regards,

Megha

Read only

0 Likes
719

Hi,

So you are not able to get the pop up screen by using that function module?

With Regards,

Sumodh.P