cancel
Showing results for 
Search instead for 
Did you mean: 

please suggest me how to use the exit plugin's in portal environment?

Former Member
0 Kudos

Hi Team,

i have heard that exit plugin's can't used in portal environment , so in order to exit from a window what code we need to write , please suggest me on this .

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member197475
Active Contributor
0 Kudos

Hi Siva,

In which portal version you are working on ???

Have you tried to use the exit plugs in IE???Please follow the below thread, which gives you some more idea.

Else in the case, you can use the URL iView in your portal and handle the exit plug scenario there.

And also you can go ahead of using the construct_wd_url method of class cl_wd_utilities, where you should application name , that you are going to access as an exit application.

CALL METHOD cl_wd_utilities=>construct_wd_url

    EXPORTING

      application_name = 'TARGET_APPLICATION_NAME'

    IMPORTING

      out_absolute_url = lv_url.

BR,

RAM.

Former Member
0 Kudos

Hi ramakrishnan,

Thanks for your reply , don't mind my asking , if you have can you please paste the code what i have to write under exit button action method.