cancel
Showing results for 
Search instead for 
Did you mean: 

asynchronous consumer proxy error - ERP to HCI

andreea_mutascu
Explorer
0 Kudos

Dear experts,

We have configured an Integration scenario ERP -> HCI -> S/4HANA cloud edition, where the data is exported from ERP through an asynchronous Consumer Proxy pointing to the HCI endpoint. We created the ABAP proxy based on the HCI wsdl and implemented a Z* report which is filling the data and calling the consumer proxy. Also, we created the logical port to point to HCI (ping is succesfully executed).

But when we run the Z* report to export the data, at COMMIT WORK the following short dump occurs.

Do you have any idea what can cause this short dump?

Thank you in advance for your input!

Best regards,

Andreea Mutascu

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Hi Andreea

This error is mentioned in the following SAP Note.

Note 1043195 - Configuration of the Web service runtime

You might want to check if the Web Service Runtime has been fully configured correctly according to the note.

Regards

Eng Swee

Answers (1)

Answers (1)

former_member186851
Active Contributor
0 Kudos

Hello Andreea,

This is an issue with ABAP code,

Just to confirm connectivity try triggerring message using SPROXY test message option.

andreea_mutascu
Explorer
0 Kudos

Hi Raghuraman,

Thanks for the quick replay!

I have tried to test from SPROXY directly and it is Successful with empty results (nothing happends actually) and then, when I trigger COMMIT WORK from the Extras Menu the same short dump appears. From SAP documentation it appears that a commit work is necessary when you are working with asynchronous WS RM messages.

Best reagards,

Andreea

former_member186851
Active Contributor
0 Kudos

Hello Andreea,

Try referring the note-1059303.

Also if possible try triggering other proxy scenarios and test if the dump is triggered.