2005 Jul 05 7:52 PM
Hi,
I am using the following code in my selection menu
SELECTION-SCREEN BEGIN OF BLOCK BLOCK1 WITH FRAME TITLE TEST.
PARAMETERS FLAG1 TYPE P DECIMALS 2 DEFAULT '6.20' OBLIGATORY.
PARAMETERS FLAG2 TYPE P DECIMALS 2 DEFAULT '1.45' OBLIGATORY.
SELECTION-SCREEN END OF BLOCK BLOCK1.
Now it displays both the parameters in a block but without any title.
I want to display a title of the block.
Please tell me where the fault lies.
Thanks,
Gaurav
2005 Jul 05 8:18 PM
Hi,
I am using the following code in my selection menu
SELECTION-SCREEN BEGIN OF BLOCK BLOCK1 WITH FRAME TITLE TEST.
PARAMETERS FLAG1 TYPE P DECIMALS 2 DEFAULT '6.20' OBLIGATORY.
PARAMETERS FLAG2 TYPE P DECIMALS 2 DEFAULT '1.45' OBLIGATORY.
SELECTION-SCREEN END OF BLOCK BLOCK1.
Now it displays both the parameters in a block but without any title.
I want to display a title of the block.
Please tell me where the fault lies.
Thanks,
Gaurav
2005 Jul 05 8:09 PM
2005 Jul 05 8:57 PM
Hi Rich,
Thanks for the suggestion. The problem has been solved.
Regards,
Gaurav
2005 Jul 05 8:16 PM
2005 Jul 05 8:18 PM