Showing posts with label How to Add back button to your portal ABAP web dynpro based iview. Show all posts
Showing posts with label How to Add back button to your portal ABAP web dynpro based iview. Show all posts

How to Add back button to your portal ABAP web dynpro based iview.

How to Add back button to your portal ABAP web dynpro based Iview

If you have integrated a WD ABAP iView into your portal.
Back button of portal will not work for it.  back button of portal then it returns to the portal page it was called from.
So here you can learn how to creating ABAP web dynpro back button.

Once you have created a button on your web dynpro you need to add the following code to the button action method in order to return to the previous page of your portal.

What needs to be done Within your ABAP WD.

Step 1:
Within the button action method or wherever you want to call the previous portal page add the following code: