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: 

Popoup function module with input field

Former Member
0 Kudos

Hi Gurus,

can anybody know the FM name ' which displays a custom message with Input field'.

req: User will enter a value in that input field and that value should be populated in newly created field in VBRK table.

Thanks in advance

Sri

1 ACCEPTED SOLUTION

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Use FM POPUP_GET_VALUES.

Here pass ur text in POPUP_TITLE and table name and field name in tables parameter FIELDS.

Even it will give u search help also if that table field has.

U can read this table for the field

FIELD-VALUE where entered value is stored.

Hope this will be helpful.

Thanks,

Vinod.

4 REPLIES 4

Former Member
0 Kudos

hi,

You got to develop your own custom FM which meets your requirement ..

Regards,

Santosh

Former Member
0 Kudos

Hello,

you can try..

POPUP_TO_CONFIRM_WITH_VALUE. (But it is obsolete)

Use the function module POPUP_TO_CONFIRM instead. Only then can parameters be included in such a way that is suitable for translation

Hope it helps you

Indu.

Former Member
0 Kudos

try POPUP_TO_GET_ONE_VALUE

rwrd points if helpful

Bhupal

vinod_vemuru2
Active Contributor
0 Kudos

Hi,

Use FM POPUP_GET_VALUES.

Here pass ur text in POPUP_TITLE and table name and field name in tables parameter FIELDS.

Even it will give u search help also if that table field has.

U can read this table for the field

FIELD-VALUE where entered value is stored.

Hope this will be helpful.

Thanks,

Vinod.