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: 

FM for popup to caputure multiple values

Former Member
0 Kudos

HI,

I need a popup box in F4 help which is having multiple input fileds...Like I need ti take a input of 6 fields frim the popup. Any standard FM is there to capture the values....

3 REPLIES 3

Former Member
0 Kudos

Hi,

Try using this two Function Module for getting the input values.

"F4IF_FIELD_VALUE_REQUEST"--> F4 help for fields that are only known at runtime

"F4IF_INT_TABLE_VALUE_REQUEST"--> F4 help also returning the value to be displayed

Try with the secod ine for internal table it will be easy.

Thanks,

Sakthi C

*Rewards if useful*

Former Member
0 Kudos

Hello,

you can try POPUP_GET_VALUES as well.

Rgds,

JP

Former Member
0 Kudos

hi,

Use FM POPUP_GET_VALUES for field you need to check value in DB then use POPUP_GET_VALUES_DB_CHECKED.