‎2008 Oct 07 6:12 AM
SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-000.
SELECTION-SCREEN COMMENT /3(79) TEXT-001.
SELECTION-SCREEN COMMENT /3(79) TEXT-002.
SELECTION-SCREEN END OF BLOCK B1.
in above code I can write text upto 79 length only how can I increase the length when I am increasing it from 79 to 89 it is saying that max legth is 79
‎2008 Oct 07 6:27 AM
it is not possible to go beyond 79. that is the standard behaviour.
‎2008 Oct 07 6:16 AM
COMMENT /3(79) TEXT-001. when you give 3(79) it sets the position.Just try giving COMMENT TEXT-001 and check what is happening
Go to text-001 double click on that and then delete the text you had given then you should activate it and get back to the code then again double click on text and give your text.
Regards,
Midhun Abraham
Edited by: Midhun Abraham on Oct 7, 2008 7:17 AM
‎2008 Oct 07 6:18 AM
hi,
just increase the value in your selection text and also increase the value mentioned in max length in selection text screen.
‎2008 Oct 07 6:24 AM
Hi,
I am not sure but i think maximum length of selection screen is 79 thats y it is giving error....
‎2008 Oct 07 6:27 AM
it is not possible to go beyond 79. that is the standard behaviour.