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

pop up screen with input selection

Former Member
0 Likes
871

Hi ,

my requirement in BDC is like, i have 2 radio button in input screen , one is foreground and other is background .if i select any one of the radio button ...a pop up window should display showing the filepath input field and data format input field , also i have to include transfer push button and cancel button ....pls help.

Hi ,

my requirement in BDC is like, i have 2 radio button in input screen , one is foreground and other is background .if i select any one of the radio button ...a pop up window should display showing the filepath input field and data format input field , also i have to include transfer push button and cancel button ....pls help.

2 REPLIES 2
Read only

Former Member
0 Likes
524

use fm POPUP_GET_VALUES to show popup when radiobutton is selected. use a at selection screen event

Read only

Former Member
0 Likes
524

Hi Usha,

I understand that U need a POP UP box for input of the filepath and u expect when you click on transfer button in pop up box should it transfer the file contents back into SAP internal tables? If this is the case I would suggest you to design a screen and call that screen at the radio button selection .

Option 2: include another parameter in selection screen for the file path and give F4 help for that using method FILE_OPEN_DIALOG in the class CL_GUI_FRONTEND_SERVICES, hope this is helpful.

Regards,

Lohith