cancel
Showing results for 
Search instead for 
Did you mean: 

diff between window popup and suspend and resume call in window

Former Member
0 Kudos

window popup-using to get another window of a application.

suspend,resume and exit call-using to open another window of application.

we are using this two for same functionality,what is the main difference between them.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The Pop up window shows the windows of same application keeping the calling window in suspended

mode and then later after closing the pop up again it gets resumed which is same functionality as that

of using suspend and resume plugs.

But there is another advantage of Suspend and resume plugs where you will be able to suspend the

current application and open another web application which uses different technology or may be some

other URL also. Later the suspended application would be reactivated.

To know more about suspend and resume plugs go through this link:

http://help.sap.com/saphelp_nw04s/helpdata/en/45/19bf8c16f25d7ae10000000a11466f/content.htm

Former Member
0 Kudos

so can we transfer the data in both the cases,and you said only difference is calling same application in window pop up and different application in suspend resume calls.this is only one or any other there..

Former Member
0 Kudos

Hi,

Check these links to understand their functionality..

http://help.sap.com/saphelp_nw73/helpdata/en/4b/87c476992b2d1be10000000a42189c/content.htm

This is the major difference:

Suspend and resume calls in a Web Dynpro ABAP application are useful if you want to navigate to a second independently-running application without closing the first application.

Regards.

Suraj