2008 Apr 24 3:53 PM
hai friends,
i created one user defined table in abap dic, in that fields, i want u add either in or out option for one field of the table created in abap dic?
so please send for it......
thank u
suresh
2008 Apr 24 3:57 PM
Hi Suresh,
Assuming that you are looking for a fixed values 'IN' and 'OUT' for a field. For that goto domain of that field and specified the values in the value table.
Regards,
Santosh
hai friends,
i created one user defined table in abap dic, in that fields, i want u add either in or out option for one field of the table created in abap dic?
so please send for it......
thank u
suresh
2008 Apr 24 3:57 PM
Hi Suresh,
Assuming that you are looking for a fixed values 'IN' and 'OUT' for a field. For that goto domain of that field and specified the values in the value table.
Regards,
Santosh
2008 Apr 24 4:16 PM
Hi Suresh
To provide user-defined values for a field, we've to go at domain level of that field.
As u said, for the options 'in' 'out', go to domain of that field, there u'll find value range tab, there it allows user to provide our own values.
If this works out for u, reward me plz
2008 Apr 24 5:30 PM
Not very sure what you meant by 'IN' and 'OUT'. But if you mean possible values for a field, then it can be done 3 ways. a) At field level - by attaching a check table to the field
b) At domain level - by creating you own value list or attaching a value table
c) Also at data element level - by attaching a search help to the element