cancel
Showing results for 
Search instead for 
Did you mean: 

CE Web Service to interact ECC Data Workflow

Former Member
0 Kudos

Hello,

I have the following compex architecture:

.NET Server <-------------> SAP CE 7.1 <------------> SAP ECC 6.0

The '.NET server' should receive task decision to approve or reject work items from ECC Workflow. Between them there is a 'CE Server'.

I need to create web services in CE to obtain the workflow information and send it to '.NET Server'. Then, when the user select the event (approve o reject), '.NET Server' send it to CE and CE need activate the appropriate event in ECC to the workflow continue with the flow.

I don't nkow how can I do it .

Could you please help me with these points:?

1 - Where and How can I create the web service in CE?

2 - I need to schedule web service in ECC or only into SAP Portal (o where?)?

3- Is posible make it work?

Thanks you very much for your help.

Best regards.

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos
i don't see there is a need to put CE in between.
i think you can make it in abap function module and expose them as ws.
i am not abap guy, maybe there is existing ws in ecc for your case.
Former Member
0 Kudos

Thank you Jun,

but the client has this architecture, so the ws should stay in CE.

There are ws in ECC so, I can create with ABAP ws in ECC but i don't now how and where can I create the ws in CE to connect these with ECC's ws.

Do you know how create ws in CE?

Thanks you very much.

junwu
Active Contributor
0 Kudos
you can try CAF, which can all ws from ECC and expose it as ws.

Answers (0)