2010 Aug 19 5:32 AM
Hi all ,
i have a reqirment . this is one enhancement in vl01n . i find one badi in vl01n . if i change the quntity field pop up will trigar in that pop up i want to select range like that . how to put input fields into pop up window
Regards
venkat
2010 Aug 19 5:48 AM
2010 Aug 19 6:23 AM
HI KRISHNA ,
I all ready design one screen in module pool . i want apper as a pop up . it will cameing as a window fill window .
venkat
2010 Aug 19 6:49 AM
Hi
Call your screen as a popup by specifying "STARTING AT" / "ENDING AT" positions like this :
CALL SCREEN <scr_number> STARTING AT 20 1.
And go to attributes of your screen in your module pool and tick "modal dialog box" attribute.
Edited by: Bulent Balci on Aug 19, 2010 7:50 AM
2010 Aug 19 5:49 AM
Hi,
You can call a screen from BADI on this screen you can give select option & there user can provide input.
You can look for any tutorial in ABAP Docu for how to create a screen.
Hope this helps.