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

Domain values should be filled dynamically using FM?

Former Member
0 Likes
1,055

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

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
Read only

Former Member
0 Likes
762

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.

Read only

Former Member
0 Likes
762

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

Read only

0 Likes
762

Dear Experts,

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

Best Regards, Bhupinder