cancel
Showing results for 
Search instead for 
Did you mean: 

How to open a table in pop up window

Former Member
0 Kudos

Can anybody please tell me how we can develop a pop up window in UI and how to assign table to pop up window in WebUI.

Accepted Solutions (0)

Answers (1)

Answers (1)

VishnAndr
Active Contributor
0 Kudos

Hello, Nishit.

Here is a wiki page about this Calling Custom component as popup from a standard component in CRM WEB UI - Part 2. As far as you can see you need to create your own component with the table for instance. And use it as a popup window.

former_member193352
Active Contributor
0 Kudos

Hi Nishit,

If you are looking for more info, please refer to these threads where it has already been discussed:

http://scn.sap.com/thread/1795434

http://scn.sap.com/thread/1906901

http://scn.sap.com/message/9046176

Thanks

Vishal

Former Member
0 Kudos

   My question was how to assign entries of table to table view popup.

Thanks

Regards,

VishnAndr
Active Contributor
0 Kudos

I assume that you've found the solution, right? There is one in Vishal's suggested threads.

Former Member
0 Kudos
Hello ,

Can u please tell me what is this use of "inbound plug" in z_popup component.

Thanks

Former Member
0 Kudos
Hello ,

I main problem is that i am using component "CPGOE_ABLOCKS"

and my interface view is

CPGOE_ABLOCKS/OVELSegmentsWindow and i want to assign it to other view as a popup window in other view. plz tell me how is it possible.

Thanks

former_member193352
Active Contributor
0 Kudos

In simple terms, Inbound Plug is the connecting point between the source and target view.

VishnAndr
Active Contributor
0 Kudos

The use of inbound plug is ordinary. It's well described in WebUI Navigation guide. You can use it to receive a collection which is passed from previous component and do whatever you want with it.

VishnAndr
Active Contributor
0 Kudos

Never tried to call this particular window as a popup. But you should try. You need to add this window to Component Usage of your component (from where you try to create popup) and use the usage name during the popup call.