cancel
Showing results for 
Search instead for 
Did you mean: 

Passing Values from a model to BSP Iview is their a possiblity.

Former Member
0 Kudos

Dear Experts,

I have created a model with a table where in having the values like Activity no and customer name.

and in the next tab page i am having HTML Iview with a BSP URL , which is also displaying correctly

But the only problem is that it stays in the last navigation stage always, what i wanted to do is let it refresh always when we launch the model and also wanted to pass the activity no to the URL so that it will show the details of that activity no.

is it possible to pass a value to url from a vc model.

Below i am giving the URL.

http://crmpcs2c.mydrreddys.com:8009/sap(bD1lbiZjPTk5OSZkPW1pbg==)/bc/bsp/sap/crm_bsp_frame/entrypoin...

Regards

Neel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Neel,

of course you can add the parameter as a dynamic parameter however keep in mind that you url will have a static part between "http://" concatenated using the & with the dynamic part activity_id

"http://crmserver:50000/khkjhkjhjkjh&activity_id="&@activity_id

Regards,

Ahmed Salah

Former Member
0 Kudos

HI

Even after doing exactly the same as you mentioned nothing is happening my page is not showing the desired results its just ignoring the activity id which i am passing.

thanks and regards

Neel

Answers (2)

Answers (2)

Former Member
0 Kudos

Neel,

it should be possible..

find out the parameter name of the activity id using transaction se80.

lets say it appears to be activity_id

then you will add this syntax at the end of your url

&activity_id=1223

Regards,

Ahmed Salah

Former Member
0 Kudos

Hi

Thanks a lot for the suggestion, instead of a hardcoded value for the acitivity id can't i keep a variable lets say a form with only one input field which will get value from table and while submiting the url from the start point to the html iveiw can't i give it like

&activity_id=@input field.

and also how can i refresh the page can i add anything to the url which will refresh.

thanks a lot in advance

Neel

Former Member
0 Kudos

Hi,

As per myknowledge its not passible to pass parameters to Urls

Regards,

Govindu