SAP ABAP Question:
Download Questions PDF

How to declare select-option as a parameter?

Answers:

Answer #1
SELECT-OPTIONS: specify are displayed on the selection screen for the user to enter values.

Parameters: dname like dept-dname.
Select-options: dname for dept-dname.

Answer #2
By using no-intervals and no-extension , we can make select-option as a parameter.
Select-option :s_kunnr for kna1-kunnr no-intervals no-extension.

Answer #3
select-options with no-intervals no-extensions

Download SAP ABAP Interview Questions And Answers PDF

Previous QuestionNext Question
Can we have more than one selection-screen and how?How can u write pro-grammatically value help to a field without using search help and match codes?