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

input fields into pop up window

former_member498821
Participant
0 Likes
1,042

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
Read only

vattekrishna
Participant
0 Likes
866

create your own screen and use call screen.

Read only

0 Likes
866

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

Read only

0 Likes
866

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

Read only

Former Member
0 Likes
866

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.