Application Development and Automation 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: 
Read only

popup function with icon

Former Member
0 Likes
4,234

Hi !

1. i need a popup function that display information with information icon.

i tried the func POPUP_TO_INFORM but unfortunately it doesn't show the information icon.

please tell me what function to use ?

2. How do i clear selection screen from a another screen

before leaving to the selection screen.

loop at screen doesn't work here because my current screen is not the selection screen, but other screen.

thanks

moshe

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,205

Hi Moshe,

why dont you use the Information message itself for the pop-up and give the message you want to with the syntax

message ixxx(message-id) with 'text'.

hope this should solve your problem.

Regards

Radhika

5 REPLIES 5
Read only

Former Member
0 Likes
1,205

HI

you can use the POPUP_TO_CONFIRM.

In the import parameter popup_type put the value 'ICON_MESSAGE_INFORMATION'.

bye

enzo

Read only

Former Member
0 Likes
1,205

Hi Moshe,

1 Use the FM

POPUP_FOR_INTERACTION

For Icon Pass Values :

I = INFORMATION

W = WARNING

E = ERROR

Q = QUESTION

C = CRITICAL

2. Can u pls clarify !

Regards,

Amit M.

Read only

0 Likes
1,205

Hi !

Concern to my first Question, the answer solved my problem, thanks.

However for my second question i will clarify the question. I created an ALV report. The first screen of the report is a selections screen that contains select options and Parameters. The Alv was created by Object oriented method (not by the function 'reuse_alv_*' ) in

a second screen. I want from the second screen on certain circumstances to leave the alv screen and to set the first screen ( that contains select options and Parameters ), however when i call the first screen i want to clear all select options and parameters, and my question is how to clear all select options and parameters before i leave to the first screen ?

thanks

moshe

Read only

Former Member
0 Likes
1,205

Hi,

1. If you have a text to be displayed in the pop up you can use a message with type i. It will have the information icon.

2. I think you can do it only in the PBO of the screen on which you want to clear the data.

Hope it helps...

Lokesh

Pls. reward appropriate points

Read only

Former Member
0 Likes
1,206

Hi Moshe,

why dont you use the Information message itself for the pop-up and give the message you want to with the syntax

message ixxx(message-id) with 'text'.

hope this should solve your problem.

Regards

Radhika