2007 May 23 2:58 PM
Hello Friends,
is it possible that on pop-up display input fileds on same row? like in one row e.g 3 input fields..
I want to display e.g 5 rows, and in each row 3 input fields
I have tried using the followoing fm, POPUP_GET_VALUES but did not workout
Any idea...
Regards, ..
Hello Friends,
is it possible that on pop-up display input fileds on same row? like in one row e.g 3 input fields..
I want to display e.g 5 rows, and in each row 3 input fields
I have tried using the followoing fm, POPUP_GET_VALUES but did not workout
Any idea...
Regards, ..
2007 May 23 3:02 PM
2007 May 23 3:02 PM
Hi,
U can create a small screen as per your requirement & call that instead of using the FM.
Regards,
Gaurav
2007 May 23 3:04 PM
By small screen, you mean a dynpro ?
Is there any FM avaiable for displaying input fields in grid form on popup ?
Message was edited by:
Shah H
2007 May 23 9:28 PM
any idea, how I can have many input field in one row..
kind regards
2007 May 23 9:30 PM
i am not sure and have tried and no luck.
but you can create your own screen and the screen type would be modal dialog.
2007 May 23 9:32 PM
hi Seshu,
Thanks for your reply:
Can you pls provide me with some sample code or so..
kind regards,
2007 May 23 9:35 PM
where ever you want then use below code :
call screen 100.( Keep the cursor on 100 and double click).
here give the short text and choose modal dialog button .
click on layout and will have new window .design what ever you want.
2007 May 23 9:42 PM
and there I can drag drop the input fields, and etc... ?
Regards,
2007 May 23 9:43 PM