1.

How To Declare Select-option As A Parameter?

Answer»

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.

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.



Discussion

No Comment Found