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

enter multiple values for a field in dialog programming

Former Member
0 Likes
817

I need to enter multiple values for some of the fields in screen , which screen element do i use for this or is there any other way of doing it?

5 REPLIES 5
Read only

Former Member
0 Likes
721

That would be a table control. In this you can enter multiple values for multiple fields.

http://help.sap.com/saphelp_nw04/helpdata/en/9f/dbac5e35c111d1829f0000e829fbfe/content.htm

Thanks,

SKJ

Read only

che_eky
Active Contributor
0 Likes
721

This is easily done on a selection screen using a range table. On any other type of screen there is no screen element available, you would have to code the logic yourself.

Read only

Former Member
0 Likes
721

Hi,

You can call a report selection screen from your dialog program and here you can have select option to enter multiple values.

You can also display a pop up where user can enter multiple values / you can use a editable table control for the same.

ashish

Read only

0 Likes
721

where do i write this statement in the dialog program

SELECTION-SCREEN BEGIN OF SCREEN 2000 AS SUBSCREEN.

PARAMETRS: P_MATNR LIKE MARA-MATNR.

SELECT-OPTIONS: S_BISMAT FOR MARA-BISMAT.

SELECTION-SCREEN END OF SCREEN 2000.

Read only

0 Likes
721

hi deepthi,

U use at screen u want the SCREEN 2000 like Subscreen.

Regards,

Allan Cristian