‎2010 Dec 27 10:06 AM
Hi ,
Can someone let me know is it possible to reduce the space betwwen the text element of select option & Extension button.
i.e. is it possible to make customise the extension button such that it is near the text element
‎2010 Dec 27 10:23 AM
HI,
You can use
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(10) TEXT-001.
PARAMETERS: P1(3), P2(5).
SELECTION-SCREEN END OF LINE.
Only use this for single range ie from P1 to P2
Define a range in your report and populate the range from P1 and P2.
Regards
Praveen
‎2010 Dec 27 10:26 AM
is it possible to make customise the extension button such that it is near the text elementNO
‎2010 Dec 27 10:32 AM
Hi
Goto se51 - Screen painter(enter your program and screen number) change the layout settings according to your requirement.
Regards,
Thiru