‎2014 Apr 12 9:58 AM
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
‎2014 Apr 12 10:31 AM
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 :