Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9369

Re: Updating UDT Field "Name" DI API C#

$
0
0

Hi Peter,

 

     I've just test it in my machine. And it can update the field "Name" on UDT.

 

            Dim oDT As SAPbobsCOM.UserTable = oCompany.UserTables.Item("TRANSIT_LOCATION")

        

            oDT.GetByKey("0312")

            oDT.Name = "TEST"

            oDT.Update()

 

 

            If Not oDT.Update() = 0 Then

                SAP_APP.SetMessage(oCompany.GetLastErrorDescription)

            End If


Viewing all articles
Browse latest Browse all 9369

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>