cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP WD reload button

Former Member
0 Kudos

How can I realize a reload button in a WD application? I'd like to have something which behaves similar to the Browser's reload button.

The WD shall display as newly loaded.

Any hint?

Accepted Solutions (1)

Accepted Solutions (1)

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

Create an Exit Plug at Window Level and create a parameter called 'Url' of type string and fire the plug with a Url value "url of the same application"

for more informaiton see this link, instead sap.com, give your application URL

http://help.sap.com/saphelp_nw2004s/helpdata/en/45/1bc575ba064574e10000000a114a6b/content.htm

Regards

Abhimanyu L

Message was edited by:

Abhimanyu Lagishetti

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Frank,

Ceate an inbound plug for your view. Place a button RELOAD on your view. Let this button's action handler fire an outbound plug. In the window of your application, connect the outbound plug to the inbound plug of the same view.

You don't have to necessarily provide the URL of your application (as this can change with different systems).

You can be creative with the button and use the Refresh Image here (The Refresh Icon is available in the repository)

Hope this helps.

Regards,

Neha

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

sorry wrong postt..

Regards

Abhimanyu L

Message was edited by:

Abhimanyu Lagishetti

Former Member
0 Kudos

hi,

you can do a navigation with an exit plug to the same url eg

grtz

Koen