cancel
Showing results for 
Search instead for 
Did you mean: 

Open chart by default using URL parameters

Former Member
0 Kudos

Hi Experts,

We got a requirement which consist in open by default the chart pie using url parameters. We have tried parameter piechart=enable like the next URL:

http://HOST:PORT/sap/bc/bsp/sap/crm_ui_start/default.htm?sap-client=001&sap-language=ES&piechart=ena...

But it has not worked. How Can I open the chart using url parameters without clicking on the button?

Best Regards

David Cortes

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi David,

Along with some  development you can give it a try, to call a search page is easier with just the url

http://HOST:PORT/sap/bc/bsp/sap/crm_ui_start/default.htm?saprole=BUSINESSROLE&crm-logical-link=SLS-O...

So when that search page will open you have to trigger search automatically and hide the selection screen which can be achieved by coding on the component initialization level and open the chart might be achieved by triggering it at .htm page based on some condition.

Give it a try.

Rgds,

Shobhit

Former Member
0 Kudos

Thank you so much for all your help... I will give it a try....

Best Regards.

David Cortes

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Experts,

Any help??? Please help me.... Just tell me if this is possible or not...

Best Regards.

David Cortes