Hi ,
I am new in gateway. This is the story I ave one badi upoading data deom wf and crateing one XPROP structure .
In gateway i would like acces this structure change it and send it to the another badi to wite it back in wf.
Ipload is done and i can se xpop structure in gateway . I followed intructions on this page http://help.sap.com/saphelp_gateway20sp06/helpdata/en/e7/45567c89674843ab43ea210639abd1/frameset.htm
and coppied and adapted the code in editor . When I chosse put and hit the enter i get this error message .
Please have look at code and error message
Thanks
Chris
error message
<?xml version="1.0" encoding="utf-8" ?>
</innererror>
</error>
CODE .
<atom:entry xmlns:atom="http://www.w3.org/2005/Atom">
<atom:id></atom:id>
<atom:summary>Summary</atom:summary>
<atom:title>Title</atom:title>
<atom:updated>2010-08-09T14:35:45Z</atom:updated>
<atom:author>
<atom:name>Krsto</atom:name>
</atom:author>
<atom:content type="application/xml">
<m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">
<d:workitem_id>000057955376</d:workitem_id>
<d:dec_key>0001</d:dec_key>
<d:comments>Demo IN gateway</d:comments>
<d:name1>EACTIVITYTABLE</d:name1>
<d:value1>1</d:value1>
<d:context1>CONTAINER</d:context1>
<d:name2>EACTIVITYTABLE</d:name2>
<d:value2>2</d:value2>
<d:context2>XPROP</d:context2>
</m:properties>
</atom:content>
</atom:entry>