‎2009 Jan 30 1:49 PM
Hi all,
I want to add some text on the selection screen as documentation.
I tried with the below code.
SELECTION-SCREEN COMMENT 1(20) TEXT-001
FOR FIELD PARM.
PARAMETERS PARM LIKE SAPLANE-PLANETYPE.
but while activating its giving error,
"Error in generation of selection screen".
please suggest the needful.
Regards
Rudra
‎2009 Jan 30 1:56 PM
Hi Rudra,
Check if your text is not longer than 20 chars. Try with skipping postion and lenght specification and see the results. I think it must be something with this.
Regards
Marcin
‎2009 Jan 30 2:02 PM