cancel
Showing results for 
Search instead for 
Did you mean: 

SAP A2X Web Service !!

Former Member
0 Kudos

Dear All,

I am trying to create a A2X Services in SAP Business ByDesign, but i have no idea how to do this.

What are  the basic requirement for this service ?

Please provide a documentation of it.

Thanks,

Manoj Kannaujiya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Manoj,

I dont have idea about the Business ByDesign but i have created A2X web service for SAP Cloud for customer using SAP Cloud Application Studio.

Follow the steps to create A2X Web service for custom business objects:

1) Right click on Custom business object and select the "Create Web Service Integration" option.

2) Select the Web Service radio button .

3) Enter the valid name for Web service.

4) Select the element from Business object that you need to include in Web service

5) Now repeat the step from Create , Update m Read operation for web service and select the element as per the input as well as output.

6) Now In the last step Add the work center that created for custom business object. and select the option "Use existing" radio button. also select checkbox that you want to assign like Create , Read , Update etc.

6) After finish the steps activate it.

Now

Create Communication Scenario for this web service.

1) Add New Item and select the "Service Integration" and from list select "Communication scenario" and click on Add button.

2) Now select the Application Integration Option (This is A2X option)

3) Now click on Next step and select the service that you have created in previous steps .

4) After finish this save and activate the communication scenario.

Now you service is available in front end and you can also create communication system and communication arrangement using front end and well as right click on communication scenario in Studio and create Comm Sys. as well as Comm. Arra.

Regards,

Mithun

Answers (1)

Answers (1)

oroncero
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can take a look to this post:

http://scn.sap.com/community/cloud-for-customer/blog/2014/11/20/creation-of-new-custom-web-service-i...

I recorded a video demoing it.

Cheers. Oscar

Former Member
0 Kudos

Dear All,

Thanks for reply.....

One of my client  want to create the Inbound Delivery and Outbound Delivery via Excel Upload.

First Case:

Customer want to use the Bar code process but he want to use this bar coding processes with the third party software and not in ByD system and then he need to upload excel created by the third party software into the ByD system to create the inbound delivery.

Second Case:

Our Customer want to trace the products by Serial Numbers and in ByD Serial Numbers are created manually at the time of Inbound delivery and Outbound Delivery which is very time consuming process because there is no option in the system to create the serial number automatically or via Excel upload. Suppose we are making Inbound delivery for a product with 2000 ea quantity than we have to create the 2000 serial numbers manually and customer want that this process should be handled by Excel Upload so that manually work can be avoided. So we want to know that Is it possible in the system through which serial numbers can be created by Excel Upload at the time of In and Out of Inventory.

Someone told me that it can be achieve through A2X Web service.

Please Help me.

Thanks,

Manoj Kannaujiya.

Former Member
0 Kudos

Hello Manoj,

Any success on this scenario?

Former Member
0 Kudos

Dear Mithun,

No

I have no idea from where i have to start.

i have worked on Service integration and i have created XML file input and upload data through Excel in my custom business object.

But in this Case i have no idea how to integrate with external System.

Please help me.

Thanks,

Manoj Kannaujiya.

Former Member
0 Kudos

Hi Manoj,

We can integrate cloud for customer WSDL from .NET , Java , PHP

In one of the client we have created custom WSDL and consume in Dot Net Platform and we can able to create , update the record using WSDL.

Regards,

Mithun

Former Member
0 Kudos

Dear Mithun,

Could you please tell me how i can achieve this?

what will be the basic requirement for this?

Please provide me documents regarding this.

Thanks,

Manoj Kannaujiya.

Former Member
0 Kudos

Hi Manoj,

Please check the below blog for your reference.

Regards,

Mithun

Former Member
0 Kudos

Let me understand: you need to parse the excel file provided by an external system, inside the C4C in order to create some business object instances?

Former Member
0 Kudos

Dear Alessandro,

Thanks for reply.

First let me tell you, I want to do this in SAP Business ByDesign not in SAP C4C.

My client wants to create an Outbound Delivery & Inbound delivery through Excel.

If it is possible to create a direct excel file, then it will be fine otherwise we have to create excel file through External System.

For more detail (e.g. what is my actual need) please check my previous post on it.

Let me know how to achieve it?

Thanks,

Manoj kannaujiya.

Former Member
0 Kudos

Hi Manoj,

For Consumer Web Service in C#-Dot Net and Java follow the step in Cloud For Customer.

1) Open you tenant and go to HELP CENTER.

2) Type "Web Services" and from the result select the "Web Service" option.

3) When click on it pop-up comes from that open the steps "Sample code as shown below under that sample code given for C# and Java.

Regards,

Mithun