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

modifying a dropdown list

Former Member
0 Likes
628

Hello,

How can I remove some items contained into the dropdown list of the order reason (va01, va02, va03...)? I have to do it into a user-exit. Maybe MV45AFZZ, method USEREXIT_MOVE_FIELD_TO_VBAK. But I don’t know how to “catch” the variable that contains the values and how to modify it.

Thanks,

Ricard.

2 REPLIES 2
Read only

former_member191735
Active Contributor
0 Likes
447

which field has dropdonw and what do you want modify? first check the field and see where it is filling the data or check out the check table/value table for that field and see if it is configured through img or adding in program. If they have added throu program you can change the values. let us know what the field is in va01?

Read only

Former Member
0 Likes
447

Hello Abap Technical,

The field is the order reason (VBAK-AUGRU).

Thanks,

Ricard.