cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Dropdown filed at PPM Item

Former Member
0 Kudos

Hi Guys,

I have appended /RPM/TS_ITEM_D_DATA_CUST with custom field zzabcd. And through config i have created this field as dropdown on PPM Item Additional info tab.

Now if i had provide fixed values at domain level, those are displaying on dropdown. But i need display more than 25 values. so i have created a custom table for this field with Values.

Please let me know the enhancement process and where can we code to populate this drop down values from table.

Regards,

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member184578
Active Contributor
0 Kudos

Hi,

You need to go to the corresponding view and create a Post-Exit for WDDOINIT method and then use set_attribute_value_set( ) method to populate the drop down values from table.

Check this document for reference: http://scn.sap.com/docs/DOC-32684

hope this helps,

Regards,

Kiran