Skip to Content
0
Former Member
May 14, 2008 at 05:12 AM

Enable and Disable.

30 Views

Hi Experts,

SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-001.

PARAMETERS: logfile like filename-fileintern default 'Z_DATALOAD',

FILE(128) TYPE C DEFAULT 'nittest.txt' LOWER CASE.

SELECTION-SCREEN END OF BLOCK B1.

SELECTION-SCREEN BEGIN OF BLOCK B2 WITH FRAME TITLE TEXT-001.

PARAMETERS: P_LFILE RADIOBUTTON GROUP G1 USER-COMMAND C1 DEFAULT 'X',

P_PFILE RADIOBUTTON GROUP G1.

SELECTION-SCREEN END OF BLOCK B2.

My requirement is ,

if I select the 1st radio button means P_LFILE, then it should have to Enable logfile and Disable FILE.

Similarly if I selected the 2nd radio button means P_PFILE, then it should have to Enable FILE and Disable the Logfile.

It is very urgent requirement.

With Regards,

Prasad.Tallapudi