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: 

POPUP_TO_INFORM with icon

rainer_hbenthal
Active Contributor
0 Kudos

Hi,

i'm looking for a FM like POPUP_TO_INFORM, but i would like to have an icon on the left side of the box (a stop sign or something like this). Does anybody know such a FM?

cu

Rainer

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Rainer,

1. As i understand,

You want a FM To INFORM

(Not for Confirmation)

2. Try this new FM

POPUP_FOR_INTERACTION

(With this FM, one can display 5 differenet Icons

Information, Warning, Error , Question, Critical

I,W,E,Q,C

Hope the above helps.

Regards,

Amit M.

5 REPLIES 5

venkata_ramisetti
Active Contributor
0 Kudos

Hi,

Use FMs POPUP_TO_DECIDE/ POPUP_TO_CONFIRM.

Thanks,

Ramakrishna

Former Member
0 Kudos

Hi,

Check the fm POPUP_INFORMATION_WITH_SET_GET, this might help,

Rgds,

Former Member
0 Kudos

Hi check POPUP_TO_CONFIRM.

or try entering popup* and press F4 in se37 transaction. Select the required one.

This may help u.

Satish

Former Member
0 Kudos

Hi,

Use the FM 'POPUP_TO_CONFIRM' and pass the parameter 'ICON_BUTTON_1' 'ICON_BUTTON_2' (either of em as per requirement) with the required icon name.

Naveen.

Former Member
0 Kudos

Hi Rainer,

1. As i understand,

You want a FM To INFORM

(Not for Confirmation)

2. Try this new FM

POPUP_FOR_INTERACTION

(With this FM, one can display 5 differenet Icons

Information, Warning, Error , Question, Critical

I,W,E,Q,C

Hope the above helps.

Regards,

Amit M.