cancel
Showing results for 
Search instead for 
Did you mean: 

Popup to get input from a text feild

Former Member
0 Kudos

Is there any FM to get popup window, which contains input element.

Thanks,

Sai.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try POPUP_TO_GET_VALUES.

Read the Fm's Documentation.

Search SDN for examples.

Regards

Karthik D

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sai,

In SE37 txcode give input in function module as pop_to* and click F4 you will get relevant function modules use according to your requirement.

Cheers!!

Former Member
0 Kudos

Hai,

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

POPUP_TO_GET_VALUES

POPUP_GET_VALUES_DB_CHECKED.

POPUP_GET_VALUES

Regards,

Harish