cancel
Showing results for 
Search instead for 
Did you mean: 

Fetch the Sales Orders and Quotes from ECC and Display it on C4C

Former Member
0 Kudos

Hi experts ,

I have got a requirement is to fetch the Sales details from ECC and Display it on C4C Custom Tab as a OWL may be

and then User should be able to click on the Order number then they need to be navigated to the NWBC Screen.

Would you please guide me how to do this in C4C ?

Thanks

Surya

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Surya,

You can do that using direct web service call. please follow below steps.

1) Create RFC function module into ECC system with require Import and Export parameters.

2) Create Web Service using that created RFC function module.

3) You need to configure the web service in tcode SOAMANAGER with binding and download WSDL file.

4) In C4C via SDK you need to consume that WSDL file via External Web Service Integration.

5) Create Communication Scenario , Communication System , Communication arrangement for this consumed web service.

6) Design your embed component and call / trigger this web service for fetch data from ECC into C4C.

I hope this will be helpful to you.


Also can you elaborate more on NWBC.

Regards,

Mithun

Former Member
0 Kudos

Hi Mithun,

Thanks for your reply.

The data fetched from Service need to be displayed on a new Tab of Opportunity in a tabular format .  How to achieve that  and how is it going to be related with Opportunity ?

Former Member
0 Kudos

Hi ,

You need to create embed component specific to opportunity and design it after design you need to follow previous comment.

please refer this blog for creation of embed component and add into standard screen.

I hope this will be helpful to you.

Regards,

Mithun