Skip to Content
0
Jan 27, 2010 at 12:04 PM

Making one selection screen block invisible

780 Views

Hi,

I want to make one selection-screen block invisible based on one check box value.I have built the screen as follows:

PARAMETERS: pcheck1 TYPE char1 AS CHECKBOX.

SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME TITLE text-004.

PARAMETERS: pproj TYPE xxxx ,

psproj TYPE xxxx ,

pobjec TYPE xxxx .

SELECTION-SCREEN END OF BLOCK b2.

based on the pcheck value I want to meke the above "SELECTION-SCREEN BEGIN OF BLOCK b2 " invisible/visible.Can you please tell me how to do it?