cancel
Showing results for 
Search instead for 
Did you mean: 

How to Triggered a S4 Cloud URL within the view using Mashup

Former Member
0 Kudos

Hi Experts,

I have the requirement to integrate with S4 Cloud URL using Mashup and need to triggered within the "same view" in which the Mashup is assigned. I have done all the appropriate steps to do that. But not able to triggered it.

my S4 Cloud Url is -- https://my300583.s4hana.ondemand.com/ui#SalesDocument-create?sap-ui-tech-hint=GUI";

getting the error like

Experts please help me on this. Reply as soon as possible I have urgent requirment

Former Member
0 Kudos

Please Experts

Suggest me something about it.your suggestion is valuable for me..

Accepted Solutions (1)

Accepted Solutions (1)

former_member438195
Participant

Hi Avinash,

I open the link in my browser and reached a login page without error. Maybe the issue can be related to a security policy or setting on your Browser/Computer.

Please notice that the S4 Cloud URL need compatible with iFrame , because in Mashup runtime , we use iFrame to embedded the customer system.

Best Regards,

Vandre Philippsen

Former Member
0 Kudos

Hi Vandre

Sorry for late response and thank you for your valuable reply , the link is opening in all browser separately . The problem is when I am trying to trigger it using mashup the link is not triggering at that time only sometimes I am getting the Compatibility error with iFrame.

do u have any suggestion on it.

former_member438195
Participant
0 Kudos

Hello Avinash,

You can try create the mashup as HTML Mashup and try use this code, for example:

<html>

<head>

<script>

var init = function (){

var ifram = document.getElementById('Test');

if (ifram) {

ifram.src = "www.bing.com";

};

}

</script>

</head>

<body onload="init()">

<iframe height="500px" width="100%" id="Test"></iframe>

</body>

</html>

If possible confirm with your S4 Cloud URL provider if this URL is compatible with iFrame, you can test your URL here http://projects.vincemitchell.me/iframe/ if it open properly in this link them should open in C4C.

Best Regards,

Vandre Philippsen

matheus_kuhn
Participant
0 Kudos

Hi Avinash,

We recommend to contact the S4 Support to check if is possible to release the iFrame option.

Thanks.

Former Member
0 Kudos

Thank you matheus.kuhn,Vandre Philippsen

For your valuable reply and effort for my requirement. I would like to tell you guys this requirement has been done by my team,

so thank you again

Thanks and Regards

Avinash Sunder

Answers (0)