Application Development 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: 

Under Line for Text

Former Member
0 Kudos

Hi,

I have a screen for my report and it has few text and I/O elements. First I created few of those and later added some more. The once which were added first have underline under the text, the later once does not have under line. I do not see any difference in their type, format, etc.

Please help me solve this issue.

Thanks,

Neelu.

4 REPLIES 4

former_member194669
Active Contributor
0 Kudos

Hi,

Try to use


selection-screen begin of line.
selection-screen comment 1(31) text-004.
parameter: p_matnr like mara-matnr.
selection-screen end of line.

Note: Only parameters can only be used inside begin of line and end of line.

Please check my question related to same query

Then that lines will disappear

aRs

Former Member
0 Kudos

hi,

just use this code and implement if required in yours,

selection-screen skip 4.

select-options: s_bukrs for wa_t001-bukrs.

selection-screen uline /12(10).

selection-screen end of block b1.

hope this gives you some idea...

0 Kudos

Hi,

I have these in module pool. I do not have any selection screen for this program. How can I avoid the white lines below the text in the screen of the Module pool or add the white lines to remaining fields?

Thank you.

Neelu.

0 Kudos

Any suggestions please.....

Thanks,

Neelu.