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

get data from an inbound structure

Former Member
0 Likes
408

Hi ,

We are trying to transfer data from XI system using proxy.

In the coming message, in the proxy, we will have IDOC no, creation date and time. So, we must not hit the database for getting the IDOC data or info because there there wll be no physical idoc in the system.

Inbound structure will look like this:

<IDOC_DATA>

<E1OCLFM>

<DOCNUM></DOCNUM>

<CREDAT></CREDAT>

<CRETIM></CRETIM>

<MSGFN></MSGFN>

<OBJEK></OBJEK>

<E1AUSPM>

<MSGFN></MSGFN>

<ATNAM></ATNAM>

<ATWRT></ATWRT>

</E1AUSPM>

<E1AUSPM>

<MSGFN></MSGFN>

<ATNAM></ATNAM>

<ATWRT></ATWRT>

</E1AUSPM>

</E1OCLFM>

</IDOC_DATA>

I want to get data from this structure into my custom table which will have the fields used in the inbound structure.

Can you please help me in storing the idoc data coming in the form of message from XI in the proxy. I know i've to write code in the proxy for getting this.

Thanks,

Shamim

2 REPLIES 2
Read only

Former Member
0 Likes
374

Hi,

Hope you requirement is about server proxy. If it is then you must be getting data from XI into the internal table of structured type defined in the XI after generation of proxy.

second point......

If inbound structure is idoc then why Proxy, why not idoc adapter? If something new then please let me also know the such scenario.

Thanks,

Asit Purbey.

Read only

Former Member
0 Likes
374

thanks