‎2007 Jun 19 10:13 AM
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.
‎2007 Jun 19 10:18 AM
have you checked the selection texts if there are any dots..
that should be the reason
‎2007 Jun 19 10:18 AM
have you checked the selection texts if there are any dots..
that should be the reason
‎2007 Jun 19 10:19 AM
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.
‎2007 Jun 19 10:19 AM
‎2007 Jun 19 10:21 AM
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.
‎2007 Jun 19 10:23 AM
Please Delete your selction text and try again..as I tried on my system with same code as you given..its workingfine
Thanks
Pramod