‎2009 Jul 03 8:11 AM
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
‎2009 Jul 05 7:46 PM
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.
‎2009 Jul 17 7:47 AM