‎2008 Aug 26 3:41 PM
Hi Abappers,
I have a screen field which is a drop down box and refers to the dictionary element Infotype which is of 4 characters in length.
Instead of showing Infotypes in that box i have to show infotype text.
I select the Infotype text against the infotype from table T582S.
When I move the Infotype text into drop down box, it only shows the first four characters of the text as it is of 4 char length only.
How to display the whole Infotype text into that same drop down box?
Please reply.
Regards,
Rahul
‎2008 Aug 26 3:46 PM
This happens because system assume that the first four characters are the Key in the dropdown.
Before moving the description to the table of the dropdown box, concatenate the values with the description and append into the table for dropdown box.
To display keys along with the values in the drop down box:
Go to Customize Local Layouts (very last button , next to help on any screen)
Select Options
Select Experts tab
select the checkbox "Show Keys in All Drop Down list"
select the checkbox "Sort Item by Key". This will help you when you have more values in the dropdown.
Regards,
Naimesh Patel.
‎2008 Aug 26 4:48 PM
Hi Naimesh,
Its not working.
What table you are talking about.
I am concatenating the two variables into the third one and passes it to the screen element.
But it is showing the Infotype(INFTY) now.
Please reply.
Regards,
Rahul
‎2008 Aug 26 3:48 PM