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 field on selection screen

Former Member
0 Likes
1,703

Hello experts,

I want to create a selection screen with input fields like the ones under tab of Text in VD52. The field is used to get the document number input. But I do not know how many different numbers a user would like to input. So, at the selection screen, there should be a button like the ones in VD52/Text/Create for user to add a new input field if necessary. How can I achieve it?

Thanx.

Best regards,

ts

1 ACCEPTED SOLUTION
Read only

NagaPrakashT
Contributor
0 Likes
904

Hi,

  You can use SELECT-OPTIONS to get multiple document numbers from Selection Screen.

3 REPLIES 3
Read only

NagaPrakashT
Contributor
0 Likes
905

Hi,

  You can use SELECT-OPTIONS to get multiple document numbers from Selection Screen.

Read only

0 Likes
904

Hi ,

As Prakash told, use SELECT-OPTIONS for multiple document numbers.

for example,

select-options : matnr for vbap-matnr.

Here , We can enter the range of numbers.

Best Regards,

Narasimha Rao Putturi.

Read only

Former Member
0 Likes
904

Hai,

       

          This is very simple thing try to search with proper keywords you can get easily.

  Try this code,

   

SELECTION-SCREEN BEGIN OF BLOCK VD52  WITH FRAME TITLE text-001.

SELECT-OPTIONS doc FOR VD52-doc.

SELECTION-SCREEN END OF BLOCK VD52.

Thanks & Regards,

Ramu Velaga.