2007 Jul 24 4:38 PM
Hi,
I have one doubt regarding selection screen. i.e.
SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TILE TEXT-001.
................
................
................
SELECTION-SCREEN : END OF BLCOK B1.
The above syntax will give standard length of frame in SELECTION SCREEN but i want to customize it, I mean I want to decrease the size of frame as per requirement. So, How will I change the size of frame? regarding this plz give me example coding.
Regards,
Kishore.
2007 Jul 24 4:47 PM
Hi Kishore,
directly you cannot specify a particular length for that block, but if you use NO INTERVALS option the block size automatically adjusts according to the length os the PARAMETERS or SELECT-OPTIONS defined in that block
SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE
TEXT-001 <b>NO INTERVALS.
</b>PARAMETERS : P_CHAR(10).
SELECTION-SCREEN : END OF BLOCK B1.
Message was edited by:
Chandrasekhar Jagarlamudi
Hi,
I have one doubt regarding selection screen. i.e.
SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TILE TEXT-001.
................
................
................
SELECTION-SCREEN : END OF BLCOK B1.
The above syntax will give standard length of frame in SELECTION SCREEN but i want to customize it, I mean I want to decrease the size of frame as per requirement. So, How will I change the size of frame? regarding this plz give me example coding.
Regards,
Kishore.
2007 Jul 24 4:46 PM
refer
http://help.sap.com/saphelp_nw04/helpdata/en/9f/db9c2e35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/56/1eb6c705ad11d2952f0000e8353423/content.htm
regards,
srinivas
<b>*reward for useful answers*</b>
2007 Jul 24 4:47 PM
Hi Kishore,
directly you cannot specify a particular length for that block, but if you use NO INTERVALS option the block size automatically adjusts according to the length os the PARAMETERS or SELECT-OPTIONS defined in that block
SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE
TEXT-001 <b>NO INTERVALS.
</b>PARAMETERS : P_CHAR(10).
SELECTION-SCREEN : END OF BLOCK B1.
Message was edited by:
Chandrasekhar Jagarlamudi
2007 Jul 24 4:48 PM
Hi,
The size of the block is directly related to the number of fields you defin within. So if you would turn certain ones off during runtime, the height of the box would changed. As for the location, you can't change this.
Reward if it helps..
Regards,
Omkar.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |