Application Development 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: 

Adding some more fileds to existing drop down box

Former Member
0 Kudos
102

hi folks,

i need to add some more fields to to the existing dropdown box in a standard SAP Tcode. do i need to use USER EXITS or is there any other way to do so....pls help me regarding this....

thanx,

santosh.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
72

Hi ,

There are multiple ways to approach the problem

1) check if the values in dropdown are static...

press F1 on the field -> go the technical attributes and drill down to the domain and see if values are filled in for the same...if this is the case we need to check if the domain can be modified..haven't come across any exits for the same till now

2) check if the values in dropdown are dynamic...

in this case we need to check on what conditions the data is filled and search for a relevant enhancement spot or Exits/BAdi to do the add the extra filter to bring in our values in the dropdown

there are some standard exits which can be used to modify F4 helps....Please mention the t-code and fields so that other members can help you more with the problem

reward if helpful...

Regards

Byju

2 REPLIES 2

Former Member
0 Kudos
73

Hi ,

There are multiple ways to approach the problem

1) check if the values in dropdown are static...

press F1 on the field -> go the technical attributes and drill down to the domain and see if values are filled in for the same...if this is the case we need to check if the domain can be modified..haven't come across any exits for the same till now

2) check if the values in dropdown are dynamic...

in this case we need to check on what conditions the data is filled and search for a relevant enhancement spot or Exits/BAdi to do the add the extra filter to bring in our values in the dropdown

there are some standard exits which can be used to modify F4 helps....Please mention the t-code and fields so that other members can help you more with the problem

reward if helpful...

Regards

Byju

0 Kudos
72

Hi byju,

Thanx for ur valuble sugestion. I checked the table name. it is a structure. so the data is coming there dynamically. teh Tcode is 'crm_dno_monitor' . we have to double click on any message and there u wil be finding a dropdown list box 'category'. tehre we need to add some more data. help me if u knw something about this. thnx in advance.

santosh.