cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

I want to add some data from customize table in SAP to custom field in C4C.

may_be148
Explorer
0 Likes
452

Dear Experts,

I want to add some data from customize table in SAP to custom field in C4C. Do you have any suggest or how to create custom webservice?

Thank you.

Jerasak Sompreeda

Accepted Solutions (0)

Answers (1)

Answers (1)

ankurgodre
SAP Mentor
SAP Mentor
0 Likes

Hello Jersaka,

I would suggest to provide more details like where these Custom fields (on which object) are created on C4C to store values from SAP's table? What is it that you want to accomplish by copying values from SAP's table to C4C?

However, this is what I could imagine could be one of couple of approaches.

You will have to create a RFC program (through a Function module in SAP) to read and store values from this customized table and then generate a Service from this. You will also need to consume this service in C4C in order to write these values into your Custom field.

I am not a developer but I will advise you to talk to a ABAP developer to code in ABAP and generate the service and then talk to a SDK developer which can validate whether this service generated in ABAP can be consumed in C4C or not.

There are also other several things that will have to be considered, which an ABAP and SDK developer will be able to analyz, for an example, whether to run this in a batch mode at certain intervals, whether to use or not a middleware, etc.

Hope the suggestion helps!

BR

Ankur