cancel
Showing results for 
Search instead for 
Did you mean: 

Pre fill listbox/dropdown dynamicly using ABAP

0 Kudos

Hi,

im working with HCM Processing & Forms, using the methods provided standard by SAP, and im trying to get a certain Binding(the dropdown) filled dynamicly.

Ive tried looking for this on the internet/sdn but i cant seem to find anything usefull.

Can anyone point me to a howto, an example or anything usefull?

Thx in advance.

Edited by: R. v. d. Voorden on Jun 17, 2011 1:42 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

To prefill a drop down you can use GET_HELP_VALUES method of generic service. Here you

need to fill HELP_DATASETS parameter. Certain SAP classes like CL_HRASR00_GS_MGRS_POSITIONS show

how to fill HELP_DATASETS, here they have used INITIALIZE method. Also in the form scenario you need

maintain INPUT HELP with generic service name.

Thanks,

Aravind

0 Kudos

Got it to work now, thx Aravind!

Answers (0)