SAP ABAP Question:
Download Job Interview Questions and Answers PDF
How to declare select-option as a parameter?
Answers:
Answer #1SELECT-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.
Parameters: dname like dept-dname.
Select-options: dname for dept-dname.
Answer #2By 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.
Select-option :s_kunnr for kna1-kunnr no-intervals no-extension.
Answer #3select-options with no-intervals no-extensions
Download SAP ABAP Interview Questions And Answers
PDF
Previous Question | Next 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? |