cancel
Showing results for 
Search instead for 
Did you mean: 

Proxy Question

Former Member
0 Kudos

Hi ,

I am trying to build a proxy from BW to R3. The class that was generated from SPROXY has a method EXECUTE_ASYNCHRONOUS . Output is an input parameter for the method but is only a structure. How do I get an internal table loaded.

I am trying to load GL entries which may have 999 line items.

Any help is appreciated.

Joe vellaiparambil

joevellaip@gmail.com

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

in order to load an internal table to your proxy call

you need to create a data type in XI with line occurance 0..unbounded

then just base your interface message on this type and use in your proxy call

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Answers (1)

Answers (1)

moorthy
Active Contributor
0 Kudos

Hi,

Probably this blog may help u-

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Also check this-

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/8c10aa90-0201-0010-98a0-f071394b...

Regards,

Moorthy