cancel
Showing results for 
Search instead for 
Did you mean: 

How to get pop up after logging in to the Portal

Former Member
0 Kudos

Hi all,

im doing one sample application . my requirement is

" when we enter the user Credentials in the portal login page a popup should open with a Customer survey question with answers(having radiobuttons). when we click the radio button and enter it should update in the database(sql)."

Please help me in solving this application.

thanks

Rajeev.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raymond and jayesh,

thanks for replying. i have 1 doubt. if we make the size of iview as 0 how can we see that iview initially when we logged into the portal.

Rajeev.

Former Member
0 Kudos

If you want to show that iview then no need make that to zero.

but problem is that in default framework page u will always get that iview at bottom.

and you want pop up and not iview.

only thing is pop up is attach to ivew nothing else.

jayesh talreja

Answers (2)

Answers (2)

Former Member
0 Kudos

hi,

it is possible.

First you have to creat pop up ivew and u have to attach to default framework page.

In iview you can use RFC to update data in abap.

But u cant hidden that ivew .if u do hidden then inside that code wont execute.so solution for that is make size if ivew as 0.(hight and width)

Still if u want any help let me know.

jayesh talreja

Former Member
0 Kudos

Hi Rajeev,

Checkout the thread below who shares the same requirement.

There are suggestions mentioned as well.

Hope that helps and award points for helpful suggestions.

Ray