Application Development 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: 

Domain values should be filled dynamically using FM?

Former Member
0 Kudos

Dear Experts,

i have maintenance view which has 4 fields.

one field has drop down but value for this field should be dynamically filled using function module, we can't hard-core the values in domain.

is there any way to achieve this?

Best Regards, Bhupinder

4 REPLIES 4

Former Member
0 Kudos

Hi,

You can create your own Z function module for this.

Take import parameter as the value of select option which have a drop down , now based on this get all the possible values of the other screen fields and export them.

Hope you get it.

former_member1245113
Active Contributor
0 Kudos

HI,

Use this FM.

or You can see tables

DD07L and DD07T Tables or FM DDIF_DOMA_PUT

For more info Take the Help of Function Moduel Documentation If available(SE37)

Cheerz

Ram

0 Kudos

Dear Experts,

i need the value generated through FM in the maintenance view? how this can be possible?

Best Regards, Bhupinder