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

Selection Screen Texts

Former Member
0 Likes
676

Hi,

In a report I am working on, I am getting the selection screens as below.

___________________________________________

<b>Select Purchasing Document..

Select MRP Controller.......

Select Plant................</b>

___________________________________________

And I have the following code in the program.

********************************************************

SELECTION-SCREEN BEGIN OF BLOCK RECSELECT WITH FRAME TITLE TEXT-101.

SELECTION-SCREEN SKIP.

SELECT-OPTIONS PURCHDOC FOR EKPO-EBELN OBLIGATORY MATCHCODE OBJECT MEKK.

SELECTION-SCREEN SKIP.

SELECT-OPTIONS MRPCNTRL FOR MARC-DISPO.

SELECTION-SCREEN SKIP.

SELECT-OPTIONS SELPLT FOR EKPO-WERKS.

SELECTION-SCREEN SKIP.

SELECTION-SCREEN END OF BLOCK RECSELECT.

*******************************************************************

My question is Why am I getting the DOTs in the selection screen..?

Is this because of the selection Texts I have given in the program or is there any specific reason..?

Because, three texts are of same length(28 chars I guess). It is filling the remaining place apart from the description with DOTs.

Can anyone help me on the same. Please let me know if you need any other information.

Thanks & Regards,

Pradeep.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

have you checked the selection texts if there are any dots..

that should be the reason

5 REPLIES 5
Read only

Former Member
0 Likes
649

have you checked the selection texts if there are any dots..

that should be the reason

Read only

Former Member
0 Likes
648

just chk ur selection screen text again coz by default u get dots there and while writing the text u mst have forgot 2 delete it.

Read only

Former Member
0 Likes
648

Hi,

Have u checked your Selection Text ?

Regards,

Padmam.

Read only

Former Member
0 Likes
648

hi pradeep,

i think when u gave the selection texts u would have given that ...... so that the remainging character spaces are filled with .... check it in our program as

goto-> selection texts-> check how u gave there.

if helpful reward some points.

with regards,

suresh.

Read only

Former Member
0 Likes
648

Please Delete your selction text and try again..as I tried on my system with same code as you given..its workingfine

Thanks

Pramod