cancel
Showing results for 
Search instead for 
Did you mean: 

Sending Table in Proxy

Former Member
0 Kudos

I have a function module in an ECC 6 system and have created client proxy to PI 7.0 SP15. I am able to send data fields, similar to the various blogs on SDN, but I need to be able to send a couple simple fields and also a few tables. Is it possible to send tables of data out via proxy?

I am considering moving to RFC sender interface. Is that recommended for this type of requirement?

Thanks,

Keith

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You will need to create a complex type (according to the required data type) on the source WSDL to the related data element, to generate the correct proxy.

For the RFC sender interface, this is done by creating the RFC program on ABAP and importing (RFC lookup) the type on the ESR. Mapping the datatype is then done automatically. I'd switch to RFC interface as the maintainance would be simpler in this case.