cancel
Showing results for 
Search instead for 
Did you mean: 

Client Enterprise Service for SAP Server Enterprise Service searched

Former Member
0 Kudos

Hi @ll;

we working on a scenario to exchange quotes between different SAP systems.

For creating a quote there is an standard SAP enterprise service CustomerQuoteERPCreateRequestConfirmation_In available in the SWCV SAP APPL 6.04 namespace http://sap.com/xi/APPL/Global2.

So for the receiver side we are using this enterprise service which works fine.

Now we thinking on how we could trigger the quote exchange and create an adequate message which uses the same structure than the server enterprise service.

Is there a common way/service for reading a quote in such an adequate structure which avoid customer specific coding for build up the xml message. I´m thinking of an solution similar to sending an order as an IDoc which could be done via customizing and where are user exits for special needs.

What could be possibilities on client side when we going for proxies?

Any suggestions welcome.

Kind regards

Jochen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jochen,

Now we thinking on how we could trigger the quote exchange and create
 an adequate message which uses the same structure than the server enterprise service.

Is there any *CustomerQuoteERP...Query_In Enterprise service available in

SAP APPL 6.04, if yes then i think third party can be requested to send the ID

and get the quote exchange and create an adequate message.

I doubt there is any *_out service available.?

I was also facing similar issue working with Enterprise services,I was disappointed to

see that there where no *_Out services available ..then how will i do an outbound?

I´m thinking of an solution similar to sending an order as an IDoc which could be
 done via customizing and where are user exits for special needs

We have a order outbound interface( inbound works fine with enterprise service approach),

but for outbound SAP should trigger the order data to third party.. and ther is no way a

enterprise service can do this.So we copied the response structure from the sales

order query by ID_in service in to a new SWCV and name space,

and created a outbound service interface.We agreed that we want the standard

structure provided by sap instead of following the IDOC approach .

Abap team agreed to create a outbound proxies for the copied service

( they can see the logic of the standard one and code)

so we decide to have a Proxy -PI -Soap scenario for outbound and we used the

same structure as Enterprise service standards but yeah the old approach

hope you can do this way for outbound...

Regards,

Srinivas