2007 Dec 11 7:52 AM
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.
2007 Dec 11 8:08 AM
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
2007 Dec 11 8:08 AM
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
2007 Dec 11 8:23 AM
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.