cancel
Showing results for 
Search instead for 
Did you mean: 

Error SOAP <--> RFC scenario

former_member301120
Active Participant
0 Kudos

Hello,

I've designed a SOAP <--> RFC scenario.

For the soap sender service I've defined a ServiceInterface:

category: inbound

interface-pattern: state-less

Operation:

*check_sap

*get_ZStandort

*set_ZStandEinTarif

*set_ZStandMehrTarif

The request/response message types are also maintained.

All functions except get_ZStandort work correctly.

Special at operation get_ZStandort is, that it has a changing table parameter.

This parameter is always empty, although it has to contain data after execution of the rfc function module.

If I'm testing the function module at the backend system the changing parameter is filled correctly.

I'm at loss.

Best regards

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member301120
Active Participant
0 Kudos

Sorry it was a coding problem