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: 

enter multiple values for a field in dialog programming

Former Member
0 Kudos

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

Former Member
0 Kudos

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

che_eky
Active Contributor
0 Kudos

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.

Former Member
0 Kudos

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

0 Kudos

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.

0 Kudos

hi deepthi,

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

Regards,

Allan Cristian