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

Text on input screen

Former Member
0 Likes
369

Hi All,

I have small query. I want to write a note on the input screen of the report, can you please tell me how would i do it ?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
341

Hi,

SELECTION-SCREEN BEGIN OF LINE. 
SELECTION-SCREEN COMMENT 15(10) TEXT-010. 
SELECTION-SCREEN END OF LINE.

Enter your information in text-010.

Thanks,

Best regards,

Prashant

1 REPLY 1
Read only

Former Member
0 Likes
342

Hi,

SELECTION-SCREEN BEGIN OF LINE. 
SELECTION-SCREEN COMMENT 15(10) TEXT-010. 
SELECTION-SCREEN END OF LINE.

Enter your information in text-010.

Thanks,

Best regards,

Prashant