‎2013 Feb 26 8:22 AM
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
‎2013 Feb 26 11:16 AM
Hi,
You can use SELECT-OPTIONS to get multiple document numbers from Selection Screen.
‎2013 Feb 26 11:16 AM
Hi,
You can use SELECT-OPTIONS to get multiple document numbers from Selection Screen.
‎2013 Feb 26 11:38 AM
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.
‎2013 Feb 26 11:36 AM
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.