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

doubt in abap dictionary

Former Member
0 Likes
514

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
492

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

3 REPLIES 3
Read only

Former Member
0 Likes
493

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

Read only

Former Member
0 Likes
492

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

Read only

former_member125661
Contributor
0 Likes
492

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