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: 

Reg:HR FM

Former Member
0 Kudos

Hi All,

I have a pushbutton on the selection screen,whenever i clicked on it ..it popups a window with some fields to select them.so iam using a HR_FIELD_CHOICE FM to get the selected fields. then iam saving it as a variant and again use the same variant for the next run of the same program and not able to get those selected fields (which saved as variant). Kindly suggest me.

Thanks & Regards,

Padmasri.

1 ACCEPTED SOLUTION

franois_henrotte
Active Contributor
0 Kudos

as fields are not part of selection-screen, this will not be done automatically

so you will have to add fields to your variant and save your variant "manually"

and also to read the variant in order to populate fields

to do this you can use function modules from pool SVAR

2 REPLIES 2

franois_henrotte
Active Contributor
0 Kudos

as fields are not part of selection-screen, this will not be done automatically

so you will have to add fields to your variant and save your variant "manually"

and also to read the variant in order to populate fields

to do this you can use function modules from pool SVAR

0 Kudos

Hi Frans,

Can you please suggest the specific FM to do the same.

Thanks & Regards,

Padmasri.