‎2006 Jul 31 10:11 AM
hi to all,
how we will increase the length of selection screen texts.
please help me in this regard
Thanks
sun
‎2006 Jul 31 10:13 AM
Hi Sun deep,
The only option available is using <b>Text-Elements</b> or you need to work on selection-screen 1000( Call screen 1000).
Regards:-
Santosh
‎2006 Jul 31 10:13 AM
Hi Sun deep,
The only option available is using <b>Text-Elements</b> or you need to work on selection-screen 1000( Call screen 1000).
Regards:-
Santosh
‎2006 Jul 31 10:15 AM
‎2006 Jul 31 10:15 AM
Try using Selection-screen comment
EG: SELECTION-SCREEN COMMENT 10(15) TEXT-001
FOR FIELD PARM.
reward if useful.
‎2006 Jul 31 10:27 AM
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT (83) text-002 FOR FIELD p_matnr.
PARAMETERS : p_matnr TYPE mara-matnr.
SELECTION-SCREEN END OF LINE.
The maximum length of the comment can be up to 83 characters.
Specify the selection screen text you would like in text element TEXT-002.