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

Drop down list on data element MAABC

Former Member
0 Likes
776

Hello,

The drop down list does not work in ECC6 compared to 4.6c on data element MAABC. You can use program GP3JG47WMQOVYE0Y0IZIWCCEZ2O for your test.

Note: the data element has fixed values in 4.6c and has a value table TMABC in ECC6.

Please help, thanks!

Chuong

3 REPLIES 3
Read only

former_member191735
Active Contributor
0 Likes
495

Is that a program that you sent us?

Well, if it doesnt work you can simply get the values from MAABC and use the function module to create dropdown

wa_listbox-key = 'OVER90'.

APPEND wa_listbox TO it_listbox.

CALL FUNCTION 'VRM_SET_VALUES'

EXPORTING

id = 'P_BUCKET'

values = it_listbox.

P_BUCKET is your parameter on selection screen and IT_LISTBOX is internal table.

Move your values to WA-listbox-key and append it to internal table under event initialization.

Read only

0 Likes
495

Hi Abap Technical,

Program GP3JG47WMQOVYE0Y0IZIWCCEZ2O is a standard one and I cannot modify it unless I have the access key. Do you know any other solution?

Thanks, Chuong

Read only

0 Likes
495

Hi all,

Please help me out to resolve this probelm. I'm running out of time since the deadline is coming.

Many thanks,

Chuong