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

Pop up window

Former Member
0 Likes
664

Hi all,

I was crating a master data form..After registering in this form it will store in the db table.

I need a help to knw whether there is any class or function module to display a popup after saving the datas.

If i save tht popup want to display for all the users tht a new entry was saved.In all the machines the popup wnt to come.

Example : Same as Google talk..If any one sign in to google talk means it will show a popup tht the user has come in to chat..Like this same is there any option ion SAP

Hi all,

I was crating a master data form..After registering in this form it will store in the db table.

I need a help to knw whether there is any class or function module to display a popup after saving the datas.

If i save tht popup want to display for all the users tht a new entry was saved.In all the machines the popup wnt to come.

Example : Same as Google talk..If any one sign in to google talk means it will show a popup tht the user has come in to chat..Like this same is there any option ion SAP

5 REPLIES 5
Read only

Former Member
0 Likes
630

function Module : POPUP_TO_INFORM

Reward points please...

Read only

0 Likes
630

But this is only displaying a pop up..Can u tell how to make this popup to display in all the systems(users)..

Read only

i048168
Product and Topic Expert
Product and Topic Expert
0 Likes
630

Hi,

POPUP_TO_DECIDE_INFO .

Parameters required for this FM is the Text you require to display on the popup window.

Two buttons automatically comes on this window a Tick and a x sign. If you click tick the output varaible ANSWER is J else it is A .

Regards

Vadi

Read only

Former Member
0 Likes
630

Hi,

Try to get FMs with names POPUP*. Sure you will find one.

Regards,

Viji

Read only

0 Likes
630

But this is only displaying a pop up..Can u tell how to make this popup to display in all the systems(users)..