‎2005 Dec 14 12:58 PM
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
‎2005 Dec 14 1:12 PM
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
‎2005 Dec 14 1:02 PM
HI
you can use the POPUP_TO_CONFIRM.
In the import parameter popup_type put the value 'ICON_MESSAGE_INFORMATION'.
bye
enzo
‎2005 Dec 14 1:04 PM
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.
‎2005 Dec 14 4:22 PM
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
‎2005 Dec 14 1:05 PM
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
‎2005 Dec 14 1:12 PM
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