Skip to Content
0
Former Member
Dec 22, 2010 at 08:08 AM

Error while inserting a row through DI Server

81 Views

Hi All,

I have problem with DI-Server. I am accessing a user defined table through DI -Server,as i am trying to insert some data into the user defined table. it's giving error 'Object Not found'.

Method :-

       strSOAPcmd = "<?xml version=""1.0"" encoding=""UTF-16""?>" & _
            "<env:Envelope xmlns:env=""http://schemas.xmlsoap.org/soap/envelope/"">" & _
            "<env:Header>" & _
            "<SessionID>" & CStr(SessionID) & "</SessionID>" & _
            "</env:Header><env:Body><dis:GetBusinessObjectTemplate   xmlns:dis=""http://www.sap.com/SBO/DIS"">" & _
            "<Object>[@ALT_SLC_CID]</Object>" & _
            "</dis:GetBusinessObjectTemplate>" & _
            "</env:Body></env:Envelope>"

            strSOAPans = DISnode.Interact(strSOAPcmd)

[@ALT_SLC_CID] is my table name.

Can anybody please suggest me some ideas to resolve this issue.

Regards,

Veena