Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Read data from Inbound ABAP proxy

Former Member
0 Likes
874

Hi Experts,

I want to read data from a inbound proxy.

Data is inside a deep structure as input.

Inside that 6 fields are there , out of those 6 i am able to read data from 5 fildes which are of type string 1 field QUANT is there which is of "Proxy Table Type (generated)" having data type as string.

Now whenever i tried to assign this to any field or variable of type string or char it gives error as "can not be converted to type of" that quant field.

Please help thanks in advance.

1 REPLY 1
Read only

Former Member
0 Likes
460

Hi Satya,

I didnt understood why your Filed QUANT has been declared as Table Type when this field in SAP is 1 CHAR.Can you please paste your structure here and also can you check once with your structure at XI side as this gets generated automatically whenever you create this in XI Repository Hope I am not wrong by taking XI in between as here you are dealing with Proxies.

Thanks

Sudharshan