cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Client Proxy Issue..

Former Member
0 Kudos

Hi Folks,

I am trying to push the data from R3 to RDBMS ...using proxies..

I am able to push single line item but when i am not able to push multiple line item.

<b>I want to know how to handle table type inside a stucture..? sample code will help me in this regard..

Any suggestions..?</b>

Regards

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Santosh,

While creating the data type in XI make the parant node as <b>0...Unbounded</b>.

<b>Ex:</b>

Records <b>0...Unbounded</b>

field1

field2

field3

Regards,

Sarvesh

Former Member
0 Kudos

Records 0...Unbounded

field1

field2

field3

what should be the occurence of

field1

field2

field3

please suggest ?

Former Member
0 Kudos

Hi Santosh,

To send multiple items from proxy..

Did you create the fields inside a structure in your data type.

I mean like this..

Records

field1

field2

field3

Now suppose your Message Type name is MT_TEST.

Then in your abap code you can access records like this..

OUTPUT-MT_TEST-Records[].

Best options is create your proxy and then see in debugging mode. You will figure out yourself.

Regards,

Sumit

Former Member
0 Kudos

as u wud have generated a proxy fro the message interface in XI change the occurence in XI to 0..unbounded in your data type for the required node