Skip to Content
0
Nov 20, 2008 at 04:38 AM

Selection Screen Input Parameter Value

6111 Views

Moderator message: please do not offer or request points

Dear Sir,

We have written a ABAP executeable program . In this we have defined a Selection Screen , for taking the Input Parameter .

The syntax defined is as under :

SELECTION-SCREEN BEGIN OF LINE.

SELECTION-SCREEN COMMENT 1(33) text-000 FOR FIELD s_bldat.

PARAMETERS: s_bldat TYPE mkpf-bldat .

SELECTION-SCREEN END OF LINE.

We want that by default in s_bldat , there must be current system date and users should not be allowed to change this default displayed date .

Kindly guide us , as how can we address this requirement .

<<text removed>>

Rgds

B Mittal

Edited by: Matt on Nov 20, 2008 1:23 PM