‎2009 May 22 7:02 AM
Hi,
I have one Field in my ztable with zdataelement and Zdomain.
For this domain I have maintained two Fixed values. i.e. 1 and 4.
Data type for this field is INT1, lengh 3.
My Problem Is I am getting 1 and 4 and SPACE in the table maintance generator for this field.
I want to avoid the SPACE form the drop down list at SM30 Screen.
--Naveen.I
‎2009 May 22 7:27 AM
Hi,
Go to the screen - layout of the table maintenance generated for the view, and in the attribute window of the field set 'Input Field' to required from optional (in Program Tab).
Regards,
George
‎2009 May 22 7:07 AM
Hi
Check the Value range for the Domain, there should be only 2 entries there as mentioned by you 1 & 4 , delete the other excess rows.
‎2009 May 22 7:12 AM
I am sure there are no other rows...
There are only these two entreis, But by default we will get this space for drop down.
There should be some extra setting we need to do for this, I think..!
--Naveen Inuganti
‎2009 May 22 7:20 AM
Making that field mandatory will solve your problem, otherwise you can validate before saving the records.
Regards
Karthik D
‎2009 May 22 7:21 AM
Hi,
Whether your table generator has two screen or its single screen and also whether that space appears in the dropdown field of table control or drop down field of screen????
‎2009 May 22 7:55 AM
Hi Naveen
ur a rite there is a space coming in the list box of the domain,
i have tried making the field mandatory for the list box , but its dumping.
But i have one observation- when fixed values are given thru domain then space is appearing,
If we populate the list box values using FM-VRM_SET_VALUES then there is no space in the list box values or change the property of field from Listbox to no drop down . Follow either of 2 approaches to avoid space in list box
‎2009 May 22 7:27 AM
Hi,
Go to the screen - layout of the table maintenance generated for the view, and in the attribute window of the field set 'Input Field' to required from optional (in Program Tab).
Regards,
George