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: 

input fields into pop up window

former_member498821
Participant
0 Kudos
342

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

4 REPLIES 4

vattekrishna
Participant
0 Kudos
166

create your own screen and use call screen.

0 Kudos
166

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

0 Kudos
166

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

Former Member
0 Kudos
166

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.