Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

adding visible documentation on selection screen

former_member195383
Active Contributor
0 Likes
446

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

2 REPLIES 2
Read only

MarcinPciak
Active Contributor
0 Likes
392

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

Read only

Former Member
0 Likes
392

This is perfectly alright.

Will work fine. Please try again.