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

Fill Dropdown values dynamically in Table Maintenance Generator using Events

0 Likes
1,894

Hi,

I can display set of values(statically) for dropdwon field in Table Maintenance.

My requirement is, to fill the dropdown with different set of values(dynamically) based on the previous field.

Please suggest, what is the event(Table Maintenance) should i use for this purpose.

Thanks,

Rajan

1 REPLY 1
Read only

Former Member
0 Likes
1,062

No such TMG events are available. The only way out is to add your custom code in Process on Value request event of the TMG screen. You need to use FM's - 'DYNP_GET_STEPL' ,  'DYNP_VALUES_READ' and 'DYNP_VALUES_UPDATE'.  sy-stepl system variable will give you the current line number where F4 is pressed. Also refer to the thread below :