cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Drop-Down List in FPM, with values from intenal table?

Former Member
0 Kudos

Hi Experts!

I need to create a Drop-Down List Box in from UIBB. Drop-Down should contain values from an internal table. I know, that this is possible for Web Dynpro, but how can I manage values for FPM's Drop-Down list?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Alex,

First you set the field display type "Drop Down" in component configuration.

After that you need to fill fixed values for the field in CT_FIELD_USAGE parameter of the GET_DATA mehod and also set the fixed value changed flag to abap_true.

Note : Don't forget to set EV_DATA_CHANGED to abap_true in GET_DATA method.

Thanks & Regards

Praveen Gupta

mustafa_74199
Participant
0 Kudos

Hi all,

Also don't forget to set ev_field_usage_changed to abap_true in get_data method.

Regards

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Alex,

          

            Are expecting drop down list values In WDA FPM FORMS using HRASR_DT tcode or it is related purely related to webdynpro?.. Reply back  If it is WDA FORM FORMS using HRASR_DT i can help with this.

Regards,

Arun

bhushan_ghule
Active Participant
0 Kudos

Hi Alex .

  Please go through this  document.

here i explane the  complete procedure to show drop down in fpm.

  its according to your requirement only.

http://scn.sap.com/docs/DOC-44766

  Thanks & regards .

  Bhushan ghule