cancel
Showing results for 
Search instead for 
Did you mean: 

How to integrate a URL iView in Visual Composer 7.0

Former Member
0 Kudos

Hello,

I would like to know if it's possible to manage an URL iView in Visual Composer 7.0.

I'm working with VC and I need to call an URL with different dynamic parameters.

Anyboby knows how can I do it?

Thanks in advance,

Belen

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

How can we build this formula? We have tried:

'http://page.com?id='@id'&pass='@pass

but it doesn't work.

id and pass are the fields from the table and @id and @pass are their values.

Former Member
0 Kudos

Did you make a syntax check for this forumla? It's should throw an error. Correct syntax is:

'http://page.com?id=' & @id & '&pass=' & @pass

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks but we're still having the problem. We have a bapi that shows a table. What we want to do it's to select a row from this table and then depending on the row, it it'll display the url with the parameter indicated on a field from this row selected.

Belen

Former Member
0 Kudos

Just use a formula in the URL-field and concatenate this parameter

Former Member
0 Kudos

There's also numerous things you can do with portal eventing in addition to using url parameter passing.

See these 2 guides for some examples of how to use portal eventing to integrate an html page and pass parameters:

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4...

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5a40f2f7-0c01-0010-d69f-c63...

Former Member
0 Kudos

You can use the HTML view . to put in the url dynamic parameters just pass it ot the input port from previously calculated fields\data store.

Gabi