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

INFO NEEDED

Former Member
0 Likes
766

WHY DO WE USE COMMENT 1(20)

EXPLAIN THIS

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
407

Hi,

In Standard Selection Screen the Text for the Parameter will be Defaultly Displayed.But in User-Defined Selection Screen we have to give Text Name for the Parameters.

For that Purpose COMMENT is Used.It will Diaplay the Text For that Parameter.

COMMENT 1(20) -> this will display the text in 1st line.The Text must have maximum of 20 Characters ie., text with length 20.

Regards,

Padmam.

3 REPLIES 3
Read only

Former Member
0 Likes
407

Hi,

It is like label of the field or any permenant message to be given on screen.

You can have position of it on screen by 1(20) where 20 is length.

Reward if useful!

Read only

Former Member
0 Likes
408

Hi,

In Standard Selection Screen the Text for the Parameter will be Defaultly Displayed.But in User-Defined Selection Screen we have to give Text Name for the Parameters.

For that Purpose COMMENT is Used.It will Diaplay the Text For that Parameter.

COMMENT 1(20) -> this will display the text in 1st line.The Text must have maximum of 20 Characters ie., text with length 20.

Regards,

Padmam.

Read only

Former Member
0 Likes
407

Hi Ashok,

Comment is like documentation or description of the code in the program area itself. it is very common in programming languages.

reward pts if found usefull:)

Regards

Sathish